Shades of Raw Umber #764E09
Tints of Raw Umber #764E09
RGB
CMYK
RGB Variations
Color information
#764E09 (or 0x764E09) is known color: Raw Umber. HEX triplet: 76, 4E and 09. RGB value is (118,78,9). Sum of RGB (Red+Green+Blue) = 118+78+9=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 78 (30.86% from 255 or 38.05% from 205); Blue value is 9 (3.91% from 255 or 4.39% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E09 is #89B1F6. Grayscale: #525252. Windows color (decimal): -9023991 or 609910. OLE color: 609910.
HSL color Cylindrical-coordinate representation of color #764E09: hue angle of 37.98º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #764E09 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 9 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.54 |
| HSL | 37.98º | 0.86% | 0.25% | - |
| HSV(B) | 37.98º | 0.92% | 0.46% | - |
| XYZ | 10.24 | 9.32 | 1.52 | - |
| YUV | 82.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 9 | 0 | 0.34 | 0.92 | 0.54 | 37.98 | 0.86 | 0.25 |
| Hex | 76 | 4E | 9 | 0 | 22 | 5C | 36 | 26 | 56 | 19 |
| Octal | 166 | 116 | 11 | 0 | 42 | 134 | 66 | 46 | 126 | 31 |
| Binary | 1110110 | 1001110 | 1001 | 0 | 100010 | 1011100 | 110110 | 100110 | 1010110 | 11001 |
Color Harmonies of #764E09
Complementary color
Monochromatic Colors of #764E09
Black with #764E09
Text Example
Text Example
White with #764E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E09; }
p { color: rgb(118,78,9); }
H1.HeaderClassName
{
color: #764E09;
}
.AnyTagClassName
{
color: #764E09;
}
</style>
background-color css
<style>
a { background-color: #764E09; }
a { background-color: rgb(118,78,9); }
div.DivClassName
{
background-color: #764E09;
}
.BgClassName
{
background-color: #764E09;
}
</style>
border-color css
<style>
span { border-color: #764E09; }
span { border-color: rgb(118,78,9); }
td.TdClassName
{
border-color: #764E09;
}
.TagClassName
{
border-color: #764E09;
}
</style>