Shades of Cafe Royale #764E26
Tints of Cafe Royale #764E26
RGB
CMYK
RGB Variations
Color information
#764E26 (or 0x764E26) is known color: Cafe Royale. HEX triplet: 76, 4E and 26. RGB value is (118,78,38). Sum of RGB (Red+Green+Blue) = 118+78+38=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E26 is #89B1D9. Grayscale: #555555. Windows color (decimal): -9023962 or 2510454. OLE color: 2510454.
HSL color Cylindrical-coordinate representation of color #764E26: hue angle of 30º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #764E26 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 38 | - |
| CMYK | 0 | 0.34 | 0.68 | 0.54 |
| HSL | 30º | 0.51% | 0.31% | - |
| HSV(B) | 30º | 0.68% | 0.46% | - |
| XYZ | 10.55 | 9.44 | 3.1 | - |
| YUV | 85.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 38 | 0 | 0.34 | 0.68 | 0.54 | 30 | 0.51 | 0.31 |
| Hex | 76 | 4E | 26 | 0 | 22 | 44 | 36 | 1E | 33 | 1F |
| Octal | 166 | 116 | 46 | 0 | 42 | 104 | 66 | 36 | 63 | 37 |
| Binary | 1110110 | 1001110 | 100110 | 0 | 100010 | 1000100 | 110110 | 11110 | 110011 | 11111 |
Color Harmonies of #764E26
Complementary color
Monochromatic Colors of #764E26
Black with #764E26
Text Example
Text Example
White with #764E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E26; }
p { color: rgb(118,78,38); }
H1.HeaderClassName
{
color: #764E26;
}
.AnyTagClassName
{
color: #764E26;
}
</style>
background-color css
<style>
a { background-color: #764E26; }
a { background-color: rgb(118,78,38); }
div.DivClassName
{
background-color: #764E26;
}
.BgClassName
{
background-color: #764E26;
}
</style>
border-color css
<style>
span { border-color: #764E26; }
span { border-color: rgb(118,78,38); }
td.TdClassName
{
border-color: #764E26;
}
.TagClassName
{
border-color: #764E26;
}
</style>