Shades of Cafe Royale #764F25
Tints of Cafe Royale #764F25
RGB
CMYK
RGB Variations
Color information
#764F25 (or 0x764F25) is known color: Cafe Royale. HEX triplet: 76, 4F and 25. RGB value is (118,79,37). Sum of RGB (Red+Green+Blue) = 118+79+37=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F25 is #89B0DA. Grayscale: #565656. Windows color (decimal): -9023707 or 2445174. OLE color: 2445174.
HSL color Cylindrical-coordinate representation of color #764F25: hue angle of 31.11º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764F25 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 37 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.54 |
| HSL | 31.11º | 0.52% | 0.3% | - |
| HSV(B) | 31.11º | 0.69% | 0.46% | - |
| XYZ | 10.6 | 9.58 | 3.04 | - |
| YUV | 85.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 37 | 0 | 0.33 | 0.69 | 0.54 | 31.11 | 0.52 | 0.3 |
| Hex | 76 | 4F | 25 | 0 | 21 | 45 | 36 | 1F | 34 | 1E |
| Octal | 166 | 117 | 45 | 0 | 41 | 105 | 66 | 37 | 64 | 36 |
| Binary | 1110110 | 1001111 | 100101 | 0 | 100001 | 1000101 | 110110 | 11111 | 110100 | 11110 |
Color Harmonies of #764F25
Complementary color
Monochromatic Colors of #764F25
Black with #764F25
Text Example
Text Example
White with #764F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F25; }
p { color: rgb(118,79,37); }
H1.HeaderClassName
{
color: #764F25;
}
.AnyTagClassName
{
color: #764F25;
}
</style>
background-color css
<style>
a { background-color: #764F25; }
a { background-color: rgb(118,79,37); }
div.DivClassName
{
background-color: #764F25;
}
.BgClassName
{
background-color: #764F25;
}
</style>
border-color css
<style>
span { border-color: #764F25; }
span { border-color: rgb(118,79,37); }
td.TdClassName
{
border-color: #764F25;
}
.TagClassName
{
border-color: #764F25;
}
</style>