Shades of Raw Umber #7A5008
Tints of Raw Umber #7A5008
RGB
CMYK
RGB Variations
Color information
#7A5008 (or 0x7A5008) is known color: Raw Umber. HEX triplet: 7A, 50 and 08. RGB value is (122,80,8). Sum of RGB (Red+Green+Blue) = 122+80+8=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5008 is #85AFF7. Grayscale: #545454. Windows color (decimal): -8761336 or 544890. OLE color: 544890.
HSL color Cylindrical-coordinate representation of color #7A5008: hue angle of 37.89º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A5008 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 8 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.52 |
| HSL | 37.89º | 0.88% | 0.25% | - |
| HSV(B) | 37.89º | 0.93% | 0.48% | - |
| XYZ | 10.94 | 9.89 | 1.56 | - |
| YUV | 84.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 8 | 0 | 0.34 | 0.93 | 0.52 | 37.89 | 0.88 | 0.25 |
| Hex | 7A | 50 | 8 | 0 | 22 | 5D | 34 | 26 | 58 | 19 |
| Octal | 172 | 120 | 10 | 0 | 42 | 135 | 64 | 46 | 130 | 31 |
| Binary | 1111010 | 1010000 | 1000 | 0 | 100010 | 1011101 | 110100 | 100110 | 1011000 | 11001 |
Color Harmonies of #7A5008
Complementary color
Monochromatic Colors of #7A5008
Black with #7A5008
Text Example
Text Example
White with #7A5008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5008; }
p { color: rgb(122,80,8); }
H1.HeaderClassName
{
color: #7A5008;
}
.AnyTagClassName
{
color: #7A5008;
}
</style>
background-color css
<style>
a { background-color: #7A5008; }
a { background-color: rgb(122,80,8); }
div.DivClassName
{
background-color: #7A5008;
}
.BgClassName
{
background-color: #7A5008;
}
</style>
border-color css
<style>
span { border-color: #7A5008; }
span { border-color: rgb(122,80,8); }
td.TdClassName
{
border-color: #7A5008;
}
.TagClassName
{
border-color: #7A5008;
}
</style>