Shades of Raw Umber #7A5100
Tints of Raw Umber #7A5100
RGB
CMYK
RGB Variations
Color information
#7A5100 (or 0x7A5100) is known color: Raw Umber. HEX triplet: 7A, 51 and 00. RGB value is (122,81,0). Sum of RGB (Red+Green+Blue) = 122+81+0=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5100 is #85AEFF. Grayscale: #545454. Windows color (decimal): -8761088 or 20858. OLE color: 20858.
HSL color Cylindrical-coordinate representation of color #7A5100: hue angle of 39.84º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A5100 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.52 |
| HSL | 39.84º | 1% | 0.24% | - |
| HSV(B) | 39.84º | 1% | 0.48% | - |
| XYZ | 10.97 | 10.02 | 1.36 | - |
| YUV | 84.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 0 | 0 | 0.34 | 1 | 0.52 | 39.84 | 1 | 0.24 |
| Hex | 7A | 51 | 0 | 0 | 22 | 64 | 34 | 28 | 64 | 18 |
| Octal | 172 | 121 | 0 | 0 | 42 | 144 | 64 | 50 | 144 | 30 |
| Binary | 1111010 | 1010001 | 0 | 0 | 100010 | 1100100 | 110100 | 101000 | 1100100 | 11000 |
Color Harmonies of #7A5100
Complementary color
Monochromatic Colors of #7A5100
Black with #7A5100
Text Example
Text Example
White with #7A5100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5100; }
p { color: rgb(122,81,0); }
H1.HeaderClassName
{
color: #7A5100;
}
.AnyTagClassName
{
color: #7A5100;
}
</style>
background-color css
<style>
a { background-color: #7A5100; }
a { background-color: rgb(122,81,0); }
div.DivClassName
{
background-color: #7A5100;
}
.BgClassName
{
background-color: #7A5100;
}
</style>
border-color css
<style>
span { border-color: #7A5100; }
span { border-color: rgb(122,81,0); }
td.TdClassName
{
border-color: #7A5100;
}
.TagClassName
{
border-color: #7A5100;
}
</style>