Shades of Raw Umber #764200
Tints of Raw Umber #764200
RGB
CMYK
RGB Variations
Color information
#764200 (or 0x764200) is known color: Raw Umber. HEX triplet: 76, 42 and 00. RGB value is (118,66,0). Sum of RGB (Red+Green+Blue) = 118+66+0=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #764200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764200 is #89BDFF. Grayscale: #4A4A4A. Windows color (decimal): -9027072 or 17014. OLE color: 17014.
HSL color Cylindrical-coordinate representation of color #764200: hue angle of 33.56º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #764200 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 66 | 0 | - |
| CMYK | 0 | 0.44 | 1 | 0.54 |
| HSL | 33.56º | 1% | 0.23% | - |
| HSV(B) | 33.56º | 1% | 0.46% | - |
| XYZ | 9.42 | 7.75 | 1 | - |
| YUV | 74.02 | 86.23 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 66 | 0 | 0 | 0.44 | 1 | 0.54 | 33.56 | 1 | 0.23 |
| Hex | 76 | 42 | 0 | 0 | 2C | 64 | 36 | 22 | 64 | 17 |
| Octal | 166 | 102 | 0 | 0 | 54 | 144 | 66 | 42 | 144 | 27 |
| Binary | 1110110 | 1000010 | 0 | 0 | 101100 | 1100100 | 110110 | 100010 | 1100100 | 10111 |
Color Harmonies of #764200
Complementary color
Monochromatic Colors of #764200
Black with #764200
Text Example
Text Example
White with #764200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764200; }
p { color: rgb(118,66,0); }
H1.HeaderClassName
{
color: #764200;
}
.AnyTagClassName
{
color: #764200;
}
</style>
background-color css
<style>
a { background-color: #764200; }
a { background-color: rgb(118,66,0); }
div.DivClassName
{
background-color: #764200;
}
.BgClassName
{
background-color: #764200;
}
</style>
border-color css
<style>
span { border-color: #764200; }
span { border-color: rgb(118,66,0); }
td.TdClassName
{
border-color: #764200;
}
.TagClassName
{
border-color: #764200;
}
</style>