Shades of Raw Umber #764D00
Tints of Raw Umber #764D00
RGB
CMYK
RGB Variations
Color information
#764D00 (or 0x764D00) is known color: Raw Umber. HEX triplet: 76, 4D and 00. RGB value is (118,77,0). Sum of RGB (Red+Green+Blue) = 118+77+0=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #764D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D00 is #89B2FF. Grayscale: #505050. Windows color (decimal): -9024256 or 19830. OLE color: 19830.
HSL color Cylindrical-coordinate representation of color #764D00: hue angle of 39.15º 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 #764D00 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.54 |
| HSL | 39.15º | 1% | 0.23% | - |
| HSV(B) | 39.15º | 1% | 0.46% | - |
| XYZ | 10.13 | 9.16 | 1.23 | - |
| YUV | 80.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 0 | 0 | 0.35 | 1 | 0.54 | 39.15 | 1 | 0.23 |
| Hex | 76 | 4D | 0 | 0 | 23 | 64 | 36 | 27 | 64 | 17 |
| Octal | 166 | 115 | 0 | 0 | 43 | 144 | 66 | 47 | 144 | 27 |
| Binary | 1110110 | 1001101 | 0 | 0 | 100011 | 1100100 | 110110 | 100111 | 1100100 | 10111 |
Color Harmonies of #764D00
Complementary color
Monochromatic Colors of #764D00
Black with #764D00
Text Example
Text Example
White with #764D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D00; }
p { color: rgb(118,77,0); }
H1.HeaderClassName
{
color: #764D00;
}
.AnyTagClassName
{
color: #764D00;
}
</style>
background-color css
<style>
a { background-color: #764D00; }
a { background-color: rgb(118,77,0); }
div.DivClassName
{
background-color: #764D00;
}
.BgClassName
{
background-color: #764D00;
}
</style>
border-color css
<style>
span { border-color: #764D00; }
span { border-color: rgb(118,77,0); }
td.TdClassName
{
border-color: #764D00;
}
.TagClassName
{
border-color: #764D00;
}
</style>