Shades of Raw Umber #7A420B
Tints of Raw Umber #7A420B
RGB
CMYK
RGB Variations
Color information
#7A420B (or 0x7A420B) is known color: Raw Umber. HEX triplet: 7A, 42 and 0B. RGB value is (122,66,11). Sum of RGB (Red+Green+Blue) = 122+66+11=199 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.31% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 122 - color contains mainly: red. Hex color #7A420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A420B is #85BDF4. Grayscale: #4C4C4C. Windows color (decimal): -8764917 or 737914. OLE color: 737914.
HSL color Cylindrical-coordinate representation of color #7A420B: hue angle of 29.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A420B is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 66 | 11 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.52 |
| HSL | 29.73º | 0.83% | 0.26% | - |
| HSV(B) | 29.73º | 0.91% | 0.48% | - |
| XYZ | 10.03 | 8.06 | 1.34 | - |
| YUV | 76.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 66 | 11 | 0 | 0.46 | 0.91 | 0.52 | 29.73 | 0.83 | 0.26 |
| Hex | 7A | 42 | B | 0 | 2E | 5B | 34 | 1E | 53 | 1A |
| Octal | 172 | 102 | 13 | 0 | 56 | 133 | 64 | 36 | 123 | 32 |
| Binary | 1111010 | 1000010 | 1011 | 0 | 101110 | 1011011 | 110100 | 11110 | 1010011 | 11010 |
Color Harmonies of #7A420B
Complementary color
Monochromatic Colors of #7A420B
Black with #7A420B
Text Example
Text Example
White with #7A420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A420B; }
p { color: rgb(122,66,11); }
H1.HeaderClassName
{
color: #7A420B;
}
.AnyTagClassName
{
color: #7A420B;
}
</style>
background-color css
<style>
a { background-color: #7A420B; }
a { background-color: rgb(122,66,11); }
div.DivClassName
{
background-color: #7A420B;
}
.BgClassName
{
background-color: #7A420B;
}
</style>
border-color css
<style>
span { border-color: #7A420B; }
span { border-color: rgb(122,66,11); }
td.TdClassName
{
border-color: #7A420B;
}
.TagClassName
{
border-color: #7A420B;
}
</style>