Shades of Raw Umber #764802
Tints of Raw Umber #764802
RGB
CMYK
RGB Variations
Color information
#764802 (or 0x764802) is known color: Raw Umber. HEX triplet: 76, 48 and 02. RGB value is (118,72,2). Sum of RGB (Red+Green+Blue) = 118+72+2=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764802 is #89B7FD. Grayscale: #4E4E4E. Windows color (decimal): -9025534 or 149622. OLE color: 149622.
HSL color Cylindrical-coordinate representation of color #764802: hue angle of 36.21º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #764802 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 2 | - |
| CMYK | 0 | 0.39 | 0.98 | 0.54 |
| HSL | 36.21º | 0.97% | 0.24% | - |
| HSV(B) | 36.21º | 0.98% | 0.46% | - |
| XYZ | 9.8 | 8.49 | 1.18 | - |
| YUV | 77.77 | 85.24 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 2 | 0 | 0.39 | 0.98 | 0.54 | 36.21 | 0.97 | 0.24 |
| Hex | 76 | 48 | 2 | 0 | 27 | 62 | 36 | 24 | 61 | 18 |
| Octal | 166 | 110 | 2 | 0 | 47 | 142 | 66 | 44 | 141 | 30 |
| Binary | 1110110 | 1001000 | 10 | 0 | 100111 | 1100010 | 110110 | 100100 | 1100001 | 11000 |
Color Harmonies of #764802
Complementary color
Monochromatic Colors of #764802
Black with #764802
Text Example
Text Example
White with #764802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764802; }
p { color: rgb(118,72,2); }
H1.HeaderClassName
{
color: #764802;
}
.AnyTagClassName
{
color: #764802;
}
</style>
background-color css
<style>
a { background-color: #764802; }
a { background-color: rgb(118,72,2); }
div.DivClassName
{
background-color: #764802;
}
.BgClassName
{
background-color: #764802;
}
</style>
border-color css
<style>
span { border-color: #764802; }
span { border-color: rgb(118,72,2); }
td.TdClassName
{
border-color: #764802;
}
.TagClassName
{
border-color: #764802;
}
</style>