Shades of Raw Umber #7A4710
Tints of Raw Umber #7A4710
RGB
CMYK
RGB Variations
Color information
#7A4710 (or 0x7A4710) is known color: Raw Umber. HEX triplet: 7A, 47 and 10. RGB value is (122,71,16). Sum of RGB (Red+Green+Blue) = 122+71+16=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4710 is #85B8EF. Grayscale: #505050. Windows color (decimal): -8763632 or 1066874. OLE color: 1066874.
HSL color Cylindrical-coordinate representation of color #7A4710: hue angle of 31.13º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A4710 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 16 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.52 |
| HSL | 31.13º | 0.77% | 0.27% | - |
| HSV(B) | 31.13º | 0.87% | 0.48% | - |
| XYZ | 10.37 | 8.68 | 1.62 | - |
| YUV | 79.98 | 91.9 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 16 | 0 | 0.42 | 0.87 | 0.52 | 31.13 | 0.77 | 0.27 |
| Hex | 7A | 47 | 10 | 0 | 2A | 57 | 34 | 1F | 4D | 1B |
| Octal | 172 | 107 | 20 | 0 | 52 | 127 | 64 | 37 | 115 | 33 |
| Binary | 1111010 | 1000111 | 10000 | 0 | 101010 | 1010111 | 110100 | 11111 | 1001101 | 11011 |
Color Harmonies of #7A4710
Complementary color
Monochromatic Colors of #7A4710
Black with #7A4710
Text Example
Text Example
White with #7A4710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4710; }
p { color: rgb(122,71,16); }
H1.HeaderClassName
{
color: #7A4710;
}
.AnyTagClassName
{
color: #7A4710;
}
</style>
background-color css
<style>
a { background-color: #7A4710; }
a { background-color: rgb(122,71,16); }
div.DivClassName
{
background-color: #7A4710;
}
.BgClassName
{
background-color: #7A4710;
}
</style>
border-color css
<style>
span { border-color: #7A4710; }
span { border-color: rgb(122,71,16); }
td.TdClassName
{
border-color: #7A4710;
}
.TagClassName
{
border-color: #7A4710;
}
</style>