Shades of Raw Umber #7A5010
Tints of Raw Umber #7A5010
RGB
CMYK
RGB Variations
Color information
#7A5010 (or 0x7A5010) is known color: Raw Umber. HEX triplet: 7A, 50 and 10. RGB value is (122,80,16). Sum of RGB (Red+Green+Blue) = 122+80+16=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5010 is #85AFEF. Grayscale: #555555. Windows color (decimal): -8761328 or 1069178. OLE color: 1069178.
HSL color Cylindrical-coordinate representation of color #7A5010: hue angle of 36.23º 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 #7A5010 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 16 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.52 |
| HSL | 36.23º | 0.77% | 0.27% | - |
| HSV(B) | 36.23º | 0.87% | 0.48% | - |
| XYZ | 10.99 | 9.91 | 1.82 | - |
| YUV | 85.26 | 88.91 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 16 | 0 | 0.34 | 0.87 | 0.52 | 36.23 | 0.77 | 0.27 |
| Hex | 7A | 50 | 10 | 0 | 22 | 57 | 34 | 24 | 4D | 1B |
| Octal | 172 | 120 | 20 | 0 | 42 | 127 | 64 | 44 | 115 | 33 |
| Binary | 1111010 | 1010000 | 10000 | 0 | 100010 | 1010111 | 110100 | 100100 | 1001101 | 11011 |
Color Harmonies of #7A5010
Complementary color
Monochromatic Colors of #7A5010
Black with #7A5010
Text Example
Text Example
White with #7A5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5010; }
p { color: rgb(122,80,16); }
H1.HeaderClassName
{
color: #7A5010;
}
.AnyTagClassName
{
color: #7A5010;
}
</style>
background-color css
<style>
a { background-color: #7A5010; }
a { background-color: rgb(122,80,16); }
div.DivClassName
{
background-color: #7A5010;
}
.BgClassName
{
background-color: #7A5010;
}
</style>
border-color css
<style>
span { border-color: #7A5010; }
span { border-color: rgb(122,80,16); }
td.TdClassName
{
border-color: #7A5010;
}
.TagClassName
{
border-color: #7A5010;
}
</style>