Shades of Raw Umber #764E19
Tints of Raw Umber #764E19
RGB
CMYK
RGB Variations
Color information
#764E19 (or 0x764E19) is known color: Raw Umber. HEX triplet: 76, 4E and 19. RGB value is (118,78,25). Sum of RGB (Red+Green+Blue) = 118+78+25=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #764E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E19 is #89B1E6. Grayscale: #545454. Windows color (decimal): -9023975 or 1658486. OLE color: 1658486.
HSL color Cylindrical-coordinate representation of color #764E19: hue angle of 34.19º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #764E19 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 25 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.54 |
| HSL | 34.19º | 0.65% | 0.28% | - |
| HSV(B) | 34.19º | 0.79% | 0.46% | - |
| XYZ | 10.37 | 9.37 | 2.18 | - |
| YUV | 83.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 25 | 0 | 0.34 | 0.79 | 0.54 | 34.19 | 0.65 | 0.28 |
| Hex | 76 | 4E | 19 | 0 | 22 | 4F | 36 | 22 | 41 | 1C |
| Octal | 166 | 116 | 31 | 0 | 42 | 117 | 66 | 42 | 101 | 34 |
| Binary | 1110110 | 1001110 | 11001 | 0 | 100010 | 1001111 | 110110 | 100010 | 1000001 | 11100 |
Color Harmonies of #764E19
Complementary color
Monochromatic Colors of #764E19
Black with #764E19
Text Example
Text Example
White with #764E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E19; }
p { color: rgb(118,78,25); }
H1.HeaderClassName
{
color: #764E19;
}
.AnyTagClassName
{
color: #764E19;
}
</style>
background-color css
<style>
a { background-color: #764E19; }
a { background-color: rgb(118,78,25); }
div.DivClassName
{
background-color: #764E19;
}
.BgClassName
{
background-color: #764E19;
}
</style>
border-color css
<style>
span { border-color: #764E19; }
span { border-color: rgb(118,78,25); }
td.TdClassName
{
border-color: #764E19;
}
.TagClassName
{
border-color: #764E19;
}
</style>