Shades of Raw Umber #764A00
Tints of Raw Umber #764A00
RGB
CMYK
RGB Variations
Color information
#764A00 (or 0x764A00) is known color: Raw Umber. HEX triplet: 76, 4A and 00. RGB value is (118,74,0). Sum of RGB (Red+Green+Blue) = 118+74+0=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A00 is #89B5FF. Grayscale: #4F4F4F. Windows color (decimal): -9025024 or 19062. OLE color: 19062.
HSL color Cylindrical-coordinate representation of color #764A00: hue angle of 37.63º 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 #764A00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 74 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.54 |
| HSL | 37.63º | 1% | 0.23% | - |
| HSV(B) | 37.63º | 1% | 0.46% | - |
| XYZ | 9.92 | 8.75 | 1.17 | - |
| YUV | 78.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 0 | 0 | 0.37 | 1 | 0.54 | 37.63 | 1 | 0.23 |
| Hex | 76 | 4A | 0 | 0 | 25 | 64 | 36 | 26 | 64 | 17 |
| Octal | 166 | 112 | 0 | 0 | 45 | 144 | 66 | 46 | 144 | 27 |
| Binary | 1110110 | 1001010 | 0 | 0 | 100101 | 1100100 | 110110 | 100110 | 1100100 | 10111 |
Color Harmonies of #764A00
Complementary color
Monochromatic Colors of #764A00
Black with #764A00
Text Example
Text Example
White with #764A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A00; }
p { color: rgb(118,74,0); }
H1.HeaderClassName
{
color: #764A00;
}
.AnyTagClassName
{
color: #764A00;
}
</style>
background-color css
<style>
a { background-color: #764A00; }
a { background-color: rgb(118,74,0); }
div.DivClassName
{
background-color: #764A00;
}
.BgClassName
{
background-color: #764A00;
}
</style>
border-color css
<style>
span { border-color: #764A00; }
span { border-color: rgb(118,74,0); }
td.TdClassName
{
border-color: #764A00;
}
.TagClassName
{
border-color: #764A00;
}
</style>