Shades of Cafe Royale #764A25
Tints of Cafe Royale #764A25
RGB
CMYK
RGB Variations
Color information
#764A25 (or 0x764A25) is known color: Cafe Royale. HEX triplet: 76, 4A and 25. RGB value is (118,74,37). Sum of RGB (Red+Green+Blue) = 118+74+37=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 37 (14.84% from 255 or 16.16% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #764A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764A25 is #89B5DA. Grayscale: #535353. Windows color (decimal): -9024987 or 2443894. OLE color: 2443894.
HSL color Cylindrical-coordinate representation of color #764A25: hue angle of 27.41º 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 #764A25 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 37 | - |
| CMYK | 0 | 0.37 | 0.69 | 0.54 |
| HSL | 27.41º | 0.52% | 0.3% | - |
| HSV(B) | 27.41º | 0.69% | 0.46% | - |
| XYZ | 10.25 | 8.88 | 2.92 | - |
| YUV | 82.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 37 | 0 | 0.37 | 0.69 | 0.54 | 27.41 | 0.52 | 0.3 |
| Hex | 76 | 4A | 25 | 0 | 25 | 45 | 36 | 1B | 34 | 1E |
| Octal | 166 | 112 | 45 | 0 | 45 | 105 | 66 | 33 | 64 | 36 |
| Binary | 1110110 | 1001010 | 100101 | 0 | 100101 | 1000101 | 110110 | 11011 | 110100 | 11110 |
Color Harmonies of #764A25
Complementary color
Monochromatic Colors of #764A25
Black with #764A25
Text Example
Text Example
White with #764A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A25; }
p { color: rgb(118,74,37); }
H1.HeaderClassName
{
color: #764A25;
}
.AnyTagClassName
{
color: #764A25;
}
</style>
background-color css
<style>
a { background-color: #764A25; }
a { background-color: rgb(118,74,37); }
div.DivClassName
{
background-color: #764A25;
}
.BgClassName
{
background-color: #764A25;
}
</style>
border-color css
<style>
span { border-color: #764A25; }
span { border-color: rgb(118,74,37); }
td.TdClassName
{
border-color: #764A25;
}
.TagClassName
{
border-color: #764A25;
}
</style>