Shades of Raw Umber #7A5202
Tints of Raw Umber #7A5202
RGB
CMYK
RGB Variations
Color information
#7A5202 (or 0x7A5202) is known color: Raw Umber. HEX triplet: 7A, 52 and 02. RGB value is (122,82,2). Sum of RGB (Red+Green+Blue) = 122+82+2=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5202 is #85ADFD. Grayscale: #555555. Windows color (decimal): -8760830 or 152186. OLE color: 152186.
HSL color Cylindrical-coordinate representation of color #7A5202: hue angle of 40º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A5202 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 82 | 2 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.52 |
| HSL | 40º | 0.97% | 0.24% | - |
| HSV(B) | 40º | 0.98% | 0.48% | - |
| XYZ | 11.05 | 10.18 | 1.44 | - |
| YUV | 84.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 82 | 2 | 0 | 0.33 | 0.98 | 0.52 | 40 | 0.97 | 0.24 |
| Hex | 7A | 52 | 2 | 0 | 21 | 62 | 34 | 28 | 61 | 18 |
| Octal | 172 | 122 | 2 | 0 | 41 | 142 | 64 | 50 | 141 | 30 |
| Binary | 1111010 | 1010010 | 10 | 0 | 100001 | 1100010 | 110100 | 101000 | 1100001 | 11000 |
Color Harmonies of #7A5202
Complementary color
Monochromatic Colors of #7A5202
Black with #7A5202
Text Example
Text Example
White with #7A5202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5202; }
p { color: rgb(122,82,2); }
H1.HeaderClassName
{
color: #7A5202;
}
.AnyTagClassName
{
color: #7A5202;
}
</style>
background-color css
<style>
a { background-color: #7A5202; }
a { background-color: rgb(122,82,2); }
div.DivClassName
{
background-color: #7A5202;
}
.BgClassName
{
background-color: #7A5202;
}
</style>
border-color css
<style>
span { border-color: #7A5202; }
span { border-color: rgb(122,82,2); }
td.TdClassName
{
border-color: #7A5202;
}
.TagClassName
{
border-color: #7A5202;
}
</style>