Shades of Raw Umber #7A4502
Tints of Raw Umber #7A4502
RGB
CMYK
RGB Variations
Color information
#7A4502 (or 0x7A4502) is known color: Raw Umber. HEX triplet: 7A, 45 and 02. RGB value is (122,69,2). Sum of RGB (Red+Green+Blue) = 122+69+2=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4502 is #85BAFD. Grayscale: #4D4D4D. Windows color (decimal): -8764158 or 148858. OLE color: 148858.
HSL color Cylindrical-coordinate representation of color #7A4502: hue angle of 33.5º 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 #7A4502 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 69 | 2 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.52 |
| HSL | 33.5º | 0.97% | 0.24% | - |
| HSV(B) | 33.5º | 0.98% | 0.48% | - |
| XYZ | 10.17 | 8.4 | 1.14 | - |
| YUV | 77.21 | 85.56 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 2 | 0 | 0.43 | 0.98 | 0.52 | 33.5 | 0.97 | 0.24 |
| Hex | 7A | 45 | 2 | 0 | 2B | 62 | 34 | 22 | 61 | 18 |
| Octal | 172 | 105 | 2 | 0 | 53 | 142 | 64 | 42 | 141 | 30 |
| Binary | 1111010 | 1000101 | 10 | 0 | 101011 | 1100010 | 110100 | 100010 | 1100001 | 11000 |
Color Harmonies of #7A4502
Complementary color
Monochromatic Colors of #7A4502
Black with #7A4502
Text Example
Text Example
White with #7A4502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4502; }
p { color: rgb(122,69,2); }
H1.HeaderClassName
{
color: #7A4502;
}
.AnyTagClassName
{
color: #7A4502;
}
</style>
background-color css
<style>
a { background-color: #7A4502; }
a { background-color: rgb(122,69,2); }
div.DivClassName
{
background-color: #7A4502;
}
.BgClassName
{
background-color: #7A4502;
}
</style>
border-color css
<style>
span { border-color: #7A4502; }
span { border-color: rgb(122,69,2); }
td.TdClassName
{
border-color: #7A4502;
}
.TagClassName
{
border-color: #7A4502;
}
</style>