Shades of Raw Umber #7A5102
Tints of Raw Umber #7A5102
RGB
CMYK
RGB Variations
Color information
#7A5102 (or 0x7A5102) is known color: Raw Umber. HEX triplet: 7A, 51 and 02. RGB value is (122,81,2). Sum of RGB (Red+Green+Blue) = 122+81+2=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5102 is #85AEFD. Grayscale: #545454. Windows color (decimal): -8761086 or 151930. OLE color: 151930.
HSL color Cylindrical-coordinate representation of color #7A5102: hue angle of 39.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7A5102 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 2 | - |
| CMYK | 0 | 0.34 | 0.98 | 0.52 |
| HSL | 39.5º | 0.97% | 0.24% | - |
| HSV(B) | 39.5º | 0.98% | 0.48% | - |
| XYZ | 10.98 | 10.03 | 1.41 | - |
| YUV | 84.25 | 81.58 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 2 | 0 | 0.34 | 0.98 | 0.52 | 39.5 | 0.97 | 0.24 |
| Hex | 7A | 51 | 2 | 0 | 22 | 62 | 34 | 28 | 61 | 18 |
| Octal | 172 | 121 | 2 | 0 | 42 | 142 | 64 | 50 | 141 | 30 |
| Binary | 1111010 | 1010001 | 10 | 0 | 100010 | 1100010 | 110100 | 101000 | 1100001 | 11000 |
Color Harmonies of #7A5102
Complementary color
Monochromatic Colors of #7A5102
Black with #7A5102
Text Example
Text Example
White with #7A5102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5102; }
p { color: rgb(122,81,2); }
H1.HeaderClassName
{
color: #7A5102;
}
.AnyTagClassName
{
color: #7A5102;
}
</style>
background-color css
<style>
a { background-color: #7A5102; }
a { background-color: rgb(122,81,2); }
div.DivClassName
{
background-color: #7A5102;
}
.BgClassName
{
background-color: #7A5102;
}
</style>
border-color css
<style>
span { border-color: #7A5102; }
span { border-color: rgb(122,81,2); }
td.TdClassName
{
border-color: #7A5102;
}
.TagClassName
{
border-color: #7A5102;
}
</style>