Shades of Raw Umber #7A500B
Tints of Raw Umber #7A500B
RGB
CMYK
RGB Variations
Color information
#7A500B (or 0x7A500B) is known color: Raw Umber. HEX triplet: 7A, 50 and 0B. RGB value is (122,80,11). Sum of RGB (Red+Green+Blue) = 122+80+11=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A500B is #85AFF4. Grayscale: #555555. Windows color (decimal): -8761333 or 741498. OLE color: 741498.
HSL color Cylindrical-coordinate representation of color #7A500B: hue angle of 37.3º 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 #7A500B is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 11 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.52 |
| HSL | 37.3º | 0.83% | 0.26% | - |
| HSV(B) | 37.3º | 0.91% | 0.48% | - |
| XYZ | 10.96 | 9.9 | 1.65 | - |
| YUV | 84.69 | 86.41 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 11 | 0 | 0.34 | 0.91 | 0.52 | 37.3 | 0.83 | 0.26 |
| Hex | 7A | 50 | B | 0 | 22 | 5B | 34 | 25 | 53 | 1A |
| Octal | 172 | 120 | 13 | 0 | 42 | 133 | 64 | 45 | 123 | 32 |
| Binary | 1111010 | 1010000 | 1011 | 0 | 100010 | 1011011 | 110100 | 100101 | 1010011 | 11010 |
Color Harmonies of #7A500B
Complementary color
Monochromatic Colors of #7A500B
Black with #7A500B
Text Example
Text Example
White with #7A500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A500B; }
p { color: rgb(122,80,11); }
H1.HeaderClassName
{
color: #7A500B;
}
.AnyTagClassName
{
color: #7A500B;
}
</style>
background-color css
<style>
a { background-color: #7A500B; }
a { background-color: rgb(122,80,11); }
div.DivClassName
{
background-color: #7A500B;
}
.BgClassName
{
background-color: #7A500B;
}
</style>
border-color css
<style>
span { border-color: #7A500B; }
span { border-color: rgb(122,80,11); }
td.TdClassName
{
border-color: #7A500B;
}
.TagClassName
{
border-color: #7A500B;
}
</style>