Shades of Raw Umber #764800
Tints of Raw Umber #764800
RGB
CMYK
RGB Variations
Color information
#764800 (or 0x764800) is known color: Raw Umber. HEX triplet: 76, 48 and 00. RGB value is (118,72,0). Sum of RGB (Red+Green+Blue) = 118+72+0=190 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.11% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 118 - color contains mainly: red. Hex color #764800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764800 is #89B7FF. Grayscale: #4D4D4D. Windows color (decimal): -9025536 or 18550. OLE color: 18550.
HSL color Cylindrical-coordinate representation of color #764800: hue angle of 36.61º 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 #764800 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 72 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.54 |
| HSL | 36.61º | 1% | 0.23% | - |
| HSV(B) | 36.61º | 1% | 0.46% | - |
| XYZ | 9.79 | 8.49 | 1.12 | - |
| YUV | 77.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 72 | 0 | 0 | 0.39 | 1 | 0.54 | 36.61 | 1 | 0.23 |
| Hex | 76 | 48 | 0 | 0 | 27 | 64 | 36 | 25 | 64 | 17 |
| Octal | 166 | 110 | 0 | 0 | 47 | 144 | 66 | 45 | 144 | 27 |
| Binary | 1110110 | 1001000 | 0 | 0 | 100111 | 1100100 | 110110 | 100101 | 1100100 | 10111 |
Color Harmonies of #764800
Complementary color
Monochromatic Colors of #764800
Black with #764800
Text Example
Text Example
White with #764800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764800; }
p { color: rgb(118,72,0); }
H1.HeaderClassName
{
color: #764800;
}
.AnyTagClassName
{
color: #764800;
}
</style>
background-color css
<style>
a { background-color: #764800; }
a { background-color: rgb(118,72,0); }
div.DivClassName
{
background-color: #764800;
}
.BgClassName
{
background-color: #764800;
}
</style>
border-color css
<style>
span { border-color: #764800; }
span { border-color: rgb(118,72,0); }
td.TdClassName
{
border-color: #764800;
}
.TagClassName
{
border-color: #764800;
}
</style>