Shades of Raw Umber #764E0C
Tints of Raw Umber #764E0C
RGB
CMYK
RGB Variations
Color information
#764E0C (or 0x764E0C) is known color: Raw Umber. HEX triplet: 76, 4E and 0C. RGB value is (118,78,12). Sum of RGB (Red+Green+Blue) = 118+78+12=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 78 (30.86% from 255 or 37.5% from 208); Blue value is 12 (5.08% from 255 or 5.77% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764E0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E0C is #89B1F3. Grayscale: #525252. Windows color (decimal): -9023988 or 806518. OLE color: 806518.
HSL color Cylindrical-coordinate representation of color #764E0C: hue angle of 37.36º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #764E0C is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 12 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.54 |
| HSL | 37.36º | 0.82% | 0.25% | - |
| HSV(B) | 37.36º | 0.9% | 0.46% | - |
| XYZ | 10.26 | 9.33 | 1.61 | - |
| YUV | 82.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 12 | 0 | 0.34 | 0.90 | 0.54 | 37.36 | 0.82 | 0.25 |
| Hex | 76 | 4E | C | 0 | 22 | 5A | 36 | 25 | 52 | 19 |
| Octal | 166 | 116 | 14 | 0 | 42 | 132 | 66 | 45 | 122 | 31 |
| Binary | 1110110 | 1001110 | 1100 | 0 | 100010 | 1011010 | 110110 | 100101 | 1010010 | 11001 |
Color Harmonies of #764E0C
Complementary color
Monochromatic Colors of #764E0C
Black with #764E0C
Text Example
Text Example
White with #764E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E0C; }
p { color: rgb(118,78,12); }
H1.HeaderClassName
{
color: #764E0C;
}
.AnyTagClassName
{
color: #764E0C;
}
</style>
background-color css
<style>
a { background-color: #764E0C; }
a { background-color: rgb(118,78,12); }
div.DivClassName
{
background-color: #764E0C;
}
.BgClassName
{
background-color: #764E0C;
}
</style>
border-color css
<style>
span { border-color: #764E0C; }
span { border-color: rgb(118,78,12); }
td.TdClassName
{
border-color: #764E0C;
}
.TagClassName
{
border-color: #764E0C;
}
</style>