Shades of Raw Umber #764E03
Tints of Raw Umber #764E03
RGB
CMYK
RGB Variations
Color information
#764E03 (or 0x764E03) is known color: Raw Umber. HEX triplet: 76, 4E and 03. RGB value is (118,78,3). Sum of RGB (Red+Green+Blue) = 118+78+3=199 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.30% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 3 (1.56% from 255 or 1.51% from 199); Max value from RGB is 118 - color contains mainly: red. Hex color #764E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E03 is #89B1FC. Grayscale: #515151. Windows color (decimal): -9023997 or 216694. OLE color: 216694.
HSL color Cylindrical-coordinate representation of color #764E03: hue angle of 39.13º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #764E03 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 3 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.54 |
| HSL | 39.13º | 0.95% | 0.24% | - |
| HSV(B) | 39.13º | 0.97% | 0.46% | - |
| XYZ | 10.21 | 9.31 | 1.34 | - |
| YUV | 81.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 3 | 0 | 0.34 | 0.97 | 0.54 | 39.13 | 0.95 | 0.24 |
| Hex | 76 | 4E | 3 | 0 | 22 | 61 | 36 | 27 | 5F | 18 |
| Octal | 166 | 116 | 3 | 0 | 42 | 141 | 66 | 47 | 137 | 30 |
| Binary | 1110110 | 1001110 | 11 | 0 | 100010 | 1100001 | 110110 | 100111 | 1011111 | 11000 |
Color Harmonies of #764E03
Complementary color
Monochromatic Colors of #764E03
Black with #764E03
Text Example
Text Example
White with #764E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E03; }
p { color: rgb(118,78,3); }
H1.HeaderClassName
{
color: #764E03;
}
.AnyTagClassName
{
color: #764E03;
}
</style>
background-color css
<style>
a { background-color: #764E03; }
a { background-color: rgb(118,78,3); }
div.DivClassName
{
background-color: #764E03;
}
.BgClassName
{
background-color: #764E03;
}
</style>
border-color css
<style>
span { border-color: #764E03; }
span { border-color: rgb(118,78,3); }
td.TdClassName
{
border-color: #764E03;
}
.TagClassName
{
border-color: #764E03;
}
</style>