Shades of Raw Umber #764E0A
Tints of Raw Umber #764E0A
RGB
CMYK
RGB Variations
Color information
#764E0A (or 0x764E0A) is known color: Raw Umber. HEX triplet: 76, 4E and 0A. RGB value is (118,78,10). Sum of RGB (Red+Green+Blue) = 118+78+10=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764E0A is #89B1F5. Grayscale: #525252. Windows color (decimal): -9023990 or 675446. OLE color: 675446.
HSL color Cylindrical-coordinate representation of color #764E0A: hue angle of 37.78º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #764E0A is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 78 | 10 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.54 |
| HSL | 37.78º | 0.84% | 0.25% | - |
| HSV(B) | 37.78º | 0.92% | 0.46% | - |
| XYZ | 10.25 | 9.32 | 1.55 | - |
| YUV | 82.21 | 87.25 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 10 | 0 | 0.34 | 0.92 | 0.54 | 37.78 | 0.84 | 0.25 |
| Hex | 76 | 4E | A | 0 | 22 | 5C | 36 | 26 | 54 | 19 |
| Octal | 166 | 116 | 12 | 0 | 42 | 134 | 66 | 46 | 124 | 31 |
| Binary | 1110110 | 1001110 | 1010 | 0 | 100010 | 1011100 | 110110 | 100110 | 1010100 | 11001 |
Color Harmonies of #764E0A
Complementary color
Monochromatic Colors of #764E0A
Black with #764E0A
Text Example
Text Example
White with #764E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E0A; }
p { color: rgb(118,78,10); }
H1.HeaderClassName
{
color: #764E0A;
}
.AnyTagClassName
{
color: #764E0A;
}
</style>
background-color css
<style>
a { background-color: #764E0A; }
a { background-color: rgb(118,78,10); }
div.DivClassName
{
background-color: #764E0A;
}
.BgClassName
{
background-color: #764E0A;
}
</style>
border-color css
<style>
span { border-color: #764E0A; }
span { border-color: rgb(118,78,10); }
td.TdClassName
{
border-color: #764E0A;
}
.TagClassName
{
border-color: #764E0A;
}
</style>