#764F27

Color #764F27 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #764F27

Tints of Cafe Royale #764F27

Color information

#764F27 (or 0x764F27) is unknown color: approx Cafe Royale. HEX triplet: 76, 4F and 27. RGB value is (118,79,39). Sum of RGB (Red+Green+Blue) = 118+79+39=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F27 is #89B0D8. Grayscale: #565656. Windows color (decimal): -9023705 or 2576246. OLE color: 2576246.

HSL color Cylindrical-coordinate representation of color #764F27: hue angle of 30.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764F27 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1187939-
CMYK00.330.670.54
HSL30.38º50.32%30.78%-
HSV(B)30.38º66.95%46.27%-
XYZ10.639.593.21-
YUV86.1101.42150.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=50%
G=33.47%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118793900.330.670.5430.3850.3230.78
Hex764F2702143361e321f
Octal1661174704110366366237
Binary11101101001111100111010000110000111101101111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764F27; }

 p { color: rgb(118,79,39); }

 H1.HeaderClassName
 {
   color: #764F27;
 }
 .AnyTagClassName
 {
   color: #764F27;
 }
</style>
background-color css

<style>
 a { background-color: #764F27; }

 a { background-color: rgb(118,79,39); }

 div.DivClassName
 {
   background-color: #764F27;
 }
 .BgClassName
 {
   background-color: #764F27;
 }
</style>
border-color css

<style>
 span { border-color: #764F27; }

 span { border-color: rgb(118,79,39); }

 td.TdClassName
 {
   border-color: #764F27;
 }
 .TagClassName
 {
   border-color: #764F27;
 }
</style>