Shades of Cafe Royale #764F26
Tints of Cafe Royale #764F26
RGB
CMYK
RGB Variations
Color information
#764F26 (or 0x764F26) is known color: Cafe Royale. HEX triplet: 76, 4F and 26. RGB value is (118,79,38). Sum of RGB (Red+Green+Blue) = 118+79+38=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F26 is #89B0D9. Grayscale: #565656. Windows color (decimal): -9023706 or 2510710. OLE color: 2510710.
HSL color Cylindrical-coordinate representation of color #764F26: hue angle of 30.75º 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 #764F26 is Cyan = 0, Magento = 0.33, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 38 | - |
| CMYK | 0 | 0.33 | 0.68 | 0.54 |
| HSL | 30.75º | 0.51% | 0.31% | - |
| HSV(B) | 30.75º | 0.68% | 0.46% | - |
| XYZ | 10.62 | 9.58 | 3.12 | - |
| YUV | 85.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 38 | 0 | 0.33 | 0.68 | 0.54 | 30.75 | 0.51 | 0.31 |
| Hex | 76 | 4F | 26 | 0 | 21 | 44 | 36 | 1F | 33 | 1F |
| Octal | 166 | 117 | 46 | 0 | 41 | 104 | 66 | 37 | 63 | 37 |
| Binary | 1110110 | 1001111 | 100110 | 0 | 100001 | 1000100 | 110110 | 11111 | 110011 | 11111 |
Color Harmonies of #764F26
Complementary color
Monochromatic Colors of #764F26
Black with #764F26
Text Example
Text Example
White with #764F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F26; }
p { color: rgb(118,79,38); }
H1.HeaderClassName
{
color: #764F26;
}
.AnyTagClassName
{
color: #764F26;
}
</style>
background-color css
<style>
a { background-color: #764F26; }
a { background-color: rgb(118,79,38); }
div.DivClassName
{
background-color: #764F26;
}
.BgClassName
{
background-color: #764F26;
}
</style>
border-color css
<style>
span { border-color: #764F26; }
span { border-color: rgb(118,79,38); }
td.TdClassName
{
border-color: #764F26;
}
.TagClassName
{
border-color: #764F26;
}
</style>