Shades of Raw Umber #764009
Tints of Raw Umber #764009
RGB
CMYK
RGB Variations
Color information
#764009 (or 0x764009) is known color: Raw Umber. HEX triplet: 76, 40 and 09. RGB value is (118,64,9). Sum of RGB (Red+Green+Blue) = 118+64+9=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #764009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764009 is #89BFF6. Grayscale: #4A4A4A. Windows color (decimal): -9027575 or 606326. OLE color: 606326.
HSL color Cylindrical-coordinate representation of color #764009: hue angle of 30.28º 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 #764009 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 9 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.54 |
| HSL | 30.28º | 0.86% | 0.25% | - |
| HSV(B) | 30.28º | 0.92% | 0.46% | - |
| XYZ | 9.35 | 7.54 | 1.22 | - |
| YUV | 73.88 | 91.39 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 9 | 0 | 0.46 | 0.92 | 0.54 | 30.28 | 0.86 | 0.25 |
| Hex | 76 | 40 | 9 | 0 | 2E | 5C | 36 | 1E | 56 | 19 |
| Octal | 166 | 100 | 11 | 0 | 56 | 134 | 66 | 36 | 126 | 31 |
| Binary | 1110110 | 1000000 | 1001 | 0 | 101110 | 1011100 | 110110 | 11110 | 1010110 | 11001 |
Color Harmonies of #764009
Complementary color
Monochromatic Colors of #764009
Black with #764009
Text Example
Text Example
White with #764009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764009; }
p { color: rgb(118,64,9); }
H1.HeaderClassName
{
color: #764009;
}
.AnyTagClassName
{
color: #764009;
}
</style>
background-color css
<style>
a { background-color: #764009; }
a { background-color: rgb(118,64,9); }
div.DivClassName
{
background-color: #764009;
}
.BgClassName
{
background-color: #764009;
}
</style>
border-color css
<style>
span { border-color: #764009; }
span { border-color: rgb(118,64,9); }
td.TdClassName
{
border-color: #764009;
}
.TagClassName
{
border-color: #764009;
}
</style>