Shades of Raw Umber #764A08
Tints of Raw Umber #764A08
RGB
CMYK
RGB Variations
Color information
#764A08 (or 0x764A08) is known color: Raw Umber. HEX triplet: 76, 4A and 08. RGB value is (118,74,8). Sum of RGB (Red+Green+Blue) = 118+74+8=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #764A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A08 is #89B5F7. Grayscale: #4F4F4F. Windows color (decimal): -9025016 or 543350. OLE color: 543350.
HSL color Cylindrical-coordinate representation of color #764A08: hue angle of 36º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #764A08 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 8 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.54 |
| HSL | 36º | 0.87% | 0.25% | - |
| HSV(B) | 36º | 0.93% | 0.46% | - |
| XYZ | 9.96 | 8.77 | 1.4 | - |
| YUV | 79.63 | 87.58 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 8 | 0 | 0.37 | 0.93 | 0.54 | 36 | 0.87 | 0.25 |
| Hex | 76 | 4A | 8 | 0 | 25 | 5D | 36 | 24 | 57 | 19 |
| Octal | 166 | 112 | 10 | 0 | 45 | 135 | 66 | 44 | 127 | 31 |
| Binary | 1110110 | 1001010 | 1000 | 0 | 100101 | 1011101 | 110110 | 100100 | 1010111 | 11001 |
Color Harmonies of #764A08
Complementary color
Monochromatic Colors of #764A08
Black with #764A08
Text Example
Text Example
White with #764A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A08; }
p { color: rgb(118,74,8); }
H1.HeaderClassName
{
color: #764A08;
}
.AnyTagClassName
{
color: #764A08;
}
</style>
background-color css
<style>
a { background-color: #764A08; }
a { background-color: rgb(118,74,8); }
div.DivClassName
{
background-color: #764A08;
}
.BgClassName
{
background-color: #764A08;
}
</style>
border-color css
<style>
span { border-color: #764A08; }
span { border-color: rgb(118,74,8); }
td.TdClassName
{
border-color: #764A08;
}
.TagClassName
{
border-color: #764A08;
}
</style>