Shades of Raw Umber #7A400B
Tints of Raw Umber #7A400B
RGB
CMYK
RGB Variations
Color information
#7A400B (or 0x7A400B) is known color: Raw Umber. HEX triplet: 7A, 40 and 0B. RGB value is (122,64,11). Sum of RGB (Red+Green+Blue) = 122+64+11=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A400B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A400B is #85BFF4. Grayscale: #4B4B4B. Windows color (decimal): -8765429 or 737402. OLE color: 737402.
HSL color Cylindrical-coordinate representation of color #7A400B: hue angle of 28.65º 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 #7A400B is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 11 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.52 |
| HSL | 28.65º | 0.83% | 0.26% | - |
| HSV(B) | 28.65º | 0.91% | 0.48% | - |
| XYZ | 9.92 | 7.83 | 1.3 | - |
| YUV | 75.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 11 | 0 | 0.48 | 0.91 | 0.52 | 28.65 | 0.83 | 0.26 |
| Hex | 7A | 40 | B | 0 | 30 | 5B | 34 | 1D | 53 | 1A |
| Octal | 172 | 100 | 13 | 0 | 60 | 133 | 64 | 35 | 123 | 32 |
| Binary | 1111010 | 1000000 | 1011 | 0 | 110000 | 1011011 | 110100 | 11101 | 1010011 | 11010 |
Color Harmonies of #7A400B
Complementary color
Monochromatic Colors of #7A400B
Black with #7A400B
Text Example
Text Example
White with #7A400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A400B; }
p { color: rgb(122,64,11); }
H1.HeaderClassName
{
color: #7A400B;
}
.AnyTagClassName
{
color: #7A400B;
}
</style>
background-color css
<style>
a { background-color: #7A400B; }
a { background-color: rgb(122,64,11); }
div.DivClassName
{
background-color: #7A400B;
}
.BgClassName
{
background-color: #7A400B;
}
</style>
border-color css
<style>
span { border-color: #7A400B; }
span { border-color: rgb(122,64,11); }
td.TdClassName
{
border-color: #7A400B;
}
.TagClassName
{
border-color: #7A400B;
}
</style>