Shades of Raw Umber #7A5512
Tints of Raw Umber #7A5512
RGB
CMYK
RGB Variations
Color information
#7A5512 (or 0x7A5512) is known color: Raw Umber. HEX triplet: 7A, 55 and 12. RGB value is (122,85,18). Sum of RGB (Red+Green+Blue) = 122+85+18=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5512 is #85AAED. Grayscale: #585858. Windows color (decimal): -8760046 or 1201530. OLE color: 1201530.
HSL color Cylindrical-coordinate representation of color #7A5512: hue angle of 38.65º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A5512 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 85 | 18 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.52 |
| HSL | 38.65º | 0.74% | 0.27% | - |
| HSV(B) | 38.65º | 0.85% | 0.48% | - |
| XYZ | 11.38 | 10.68 | 2.03 | - |
| YUV | 88.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 85 | 18 | 0 | 0.30 | 0.85 | 0.52 | 38.65 | 0.74 | 0.27 |
| Hex | 7A | 55 | 12 | 0 | 1E | 55 | 34 | 27 | 4A | 1B |
| Octal | 172 | 125 | 22 | 0 | 36 | 125 | 64 | 47 | 112 | 33 |
| Binary | 1111010 | 1010101 | 10010 | 0 | 11110 | 1010101 | 110100 | 100111 | 1001010 | 11011 |
Color Harmonies of #7A5512
Complementary color
Monochromatic Colors of #7A5512
Black with #7A5512
Text Example
Text Example
White with #7A5512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5512; }
p { color: rgb(122,85,18); }
H1.HeaderClassName
{
color: #7A5512;
}
.AnyTagClassName
{
color: #7A5512;
}
</style>
background-color css
<style>
a { background-color: #7A5512; }
a { background-color: rgb(122,85,18); }
div.DivClassName
{
background-color: #7A5512;
}
.BgClassName
{
background-color: #7A5512;
}
</style>
border-color css
<style>
span { border-color: #7A5512; }
span { border-color: rgb(122,85,18); }
td.TdClassName
{
border-color: #7A5512;
}
.TagClassName
{
border-color: #7A5512;
}
</style>