Shades of Cafe Royale #764E27
Tints of Cafe Royale #764E27
RGB
CMYK
RGB Variations
Color information
#764E27 (or 0x764E27) is known color: Cafe Royale. HEX triplet: 76, 4E and 27. RGB value is (118,78,39). Sum of RGB (Red+Green+Blue) = 118+78+39=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E27 is #89B1D8. Grayscale: #555555. Windows color (decimal): -9023961 or 2575990. OLE color: 2575990.
HSL color Cylindrical-coordinate representation of color #764E27: hue angle of 29.62º 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 #764E27 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 39 | - |
| CMYK | 0 | 0.34 | 0.67 | 0.54 |
| HSL | 29.62º | 0.5% | 0.31% | - |
| HSV(B) | 29.62º | 0.67% | 0.46% | - |
| XYZ | 10.56 | 9.45 | 3.19 | - |
| YUV | 85.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 39 | 0 | 0.34 | 0.67 | 0.54 | 29.62 | 0.5 | 0.31 |
| Hex | 76 | 4E | 27 | 0 | 22 | 43 | 36 | 1E | 32 | 1F |
| Octal | 166 | 116 | 47 | 0 | 42 | 103 | 66 | 36 | 62 | 37 |
| Binary | 1110110 | 1001110 | 100111 | 0 | 100010 | 1000011 | 110110 | 11110 | 110010 | 11111 |
Color Harmonies of #764E27
Complementary color
Monochromatic Colors of #764E27
Black with #764E27
Text Example
Text Example
White with #764E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E27; }
p { color: rgb(118,78,39); }
H1.HeaderClassName
{
color: #764E27;
}
.AnyTagClassName
{
color: #764E27;
}
</style>
background-color css
<style>
a { background-color: #764E27; }
a { background-color: rgb(118,78,39); }
div.DivClassName
{
background-color: #764E27;
}
.BgClassName
{
background-color: #764E27;
}
</style>
border-color css
<style>
span { border-color: #764E27; }
span { border-color: rgb(118,78,39); }
td.TdClassName
{
border-color: #764E27;
}
.TagClassName
{
border-color: #764E27;
}
</style>