Shades of Raw Umber #764E00
Tints of Raw Umber #764E00
RGB
CMYK
RGB Variations
Color information
#764E00 (or 0x764E00) is known color: Raw Umber. HEX triplet: 76, 4E and 00. RGB value is (118,78,0). Sum of RGB (Red+Green+Blue) = 118+78+0=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E00 is #89B1FF. Grayscale: #515151. Windows color (decimal): -9024000 or 20086. OLE color: 20086.
HSL color Cylindrical-coordinate representation of color #764E00: hue angle of 39.66º 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 #764E00 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.54 |
| HSL | 39.66º | 1% | 0.23% | - |
| HSV(B) | 39.66º | 1% | 0.46% | - |
| XYZ | 10.2 | 9.3 | 1.26 | - |
| YUV | 81.07 | 82.25 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 0 | 0 | 0.34 | 1 | 0.54 | 39.66 | 1 | 0.23 |
| Hex | 76 | 4E | 0 | 0 | 22 | 64 | 36 | 28 | 64 | 17 |
| Octal | 166 | 116 | 0 | 0 | 42 | 144 | 66 | 50 | 144 | 27 |
| Binary | 1110110 | 1001110 | 0 | 0 | 100010 | 1100100 | 110110 | 101000 | 1100100 | 10111 |
Color Harmonies of #764E00
Complementary color
Monochromatic Colors of #764E00
Black with #764E00
Text Example
Text Example
White with #764E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E00; }
p { color: rgb(118,78,0); }
H1.HeaderClassName
{
color: #764E00;
}
.AnyTagClassName
{
color: #764E00;
}
</style>
background-color css
<style>
a { background-color: #764E00; }
a { background-color: rgb(118,78,0); }
div.DivClassName
{
background-color: #764E00;
}
.BgClassName
{
background-color: #764E00;
}
</style>
border-color css
<style>
span { border-color: #764E00; }
span { border-color: rgb(118,78,0); }
td.TdClassName
{
border-color: #764E00;
}
.TagClassName
{
border-color: #764E00;
}
</style>