![Forms_Canvas_props.JPG](https://objectstorage.us-phoenix-1.oraclecloud.com/p/BqK85Rn1zA5MP0vYiqbAdPgs7Z6OmMxw8SD3WCFVm5kY8uReidZ1KPIKkgJ1hCkG/n/axciphqpnohg/b/forums-legacy/o/uploads/TUTGS6074CNO/forms-canvas-props-jpg.jpg)
Hello everybody
We are currently migrating Oracle Forms 11g application to Java.
When I open the form in Forms Builder the background color used for a Canvas is R100G88b75 however when I am entering this color code here https://www.rapidtables.com/convert/color/rgb-to-hsv.html the color preview looks completely different. The same color as on this page I can see in the Java application ( RGB hex code #64584b)
CSS file
. Clock {
font-family: "MS Sans Serif" ;
font-size: 8pt;
color: #000000 ;
background-color: #64584B;
}
Just wondeering why the colors look differently.
I would appreciate if anybody can help with this.
Thank you in advance