Shades of Raw Umber #7A560E
Tints of Raw Umber #7A560E
RGB
CMYK
RGB Variations
Color information
#7A560E (or 0x7A560E) is known color: Raw Umber. HEX triplet: 7A, 56 and 0E. RGB value is (122,86,14). Sum of RGB (Red+Green+Blue) = 122+86+14=222 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.95% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 122 - color contains mainly: red. Hex color #7A560E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A560E is #85A9F1. Grayscale: #585858. Windows color (decimal): -8759794 or 939642. OLE color: 939642.
HSL color Cylindrical-coordinate representation of color #7A560E: hue angle of 40º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A560E is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 14 | - |
| CMYK | 0 | 0.30 | 0.89 | 0.52 |
| HSL | 40º | 0.79% | 0.27% | - |
| HSV(B) | 40º | 0.89% | 0.48% | - |
| XYZ | 11.43 | 10.82 | 1.9 | - |
| YUV | 88.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 14 | 0 | 0.30 | 0.89 | 0.52 | 40 | 0.79 | 0.27 |
| Hex | 7A | 56 | E | 0 | 1E | 59 | 34 | 28 | 4F | 1B |
| Octal | 172 | 126 | 16 | 0 | 36 | 131 | 64 | 50 | 117 | 33 |
| Binary | 1111010 | 1010110 | 1110 | 0 | 11110 | 1011001 | 110100 | 101000 | 1001111 | 11011 |
Color Harmonies of #7A560E
Complementary color
Monochromatic Colors of #7A560E
Black with #7A560E
Text Example
Text Example
White with #7A560E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A560E; }
p { color: rgb(122,86,14); }
H1.HeaderClassName
{
color: #7A560E;
}
.AnyTagClassName
{
color: #7A560E;
}
</style>
background-color css
<style>
a { background-color: #7A560E; }
a { background-color: rgb(122,86,14); }
div.DivClassName
{
background-color: #7A560E;
}
.BgClassName
{
background-color: #7A560E;
}
</style>
border-color css
<style>
span { border-color: #7A560E; }
span { border-color: rgb(122,86,14); }
td.TdClassName
{
border-color: #7A560E;
}
.TagClassName
{
border-color: #7A560E;
}
</style>