Shades of Raw Umber #7A510F
Tints of Raw Umber #7A510F
RGB
CMYK
RGB Variations
Color information
#7A510F (or 0x7A510F) is known color: Raw Umber. HEX triplet: 7A, 51 and 0F. RGB value is (122,81,15). Sum of RGB (Red+Green+Blue) = 122+81+15=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A510F is #85AEF0. Grayscale: #565656. Windows color (decimal): -8761073 or 1003898. OLE color: 1003898.
HSL color Cylindrical-coordinate representation of color #7A510F: hue angle of 37.01º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A510F is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 15 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.52 |
| HSL | 37.01º | 0.78% | 0.27% | - |
| HSV(B) | 37.01º | 0.88% | 0.48% | - |
| XYZ | 11.05 | 10.06 | 1.81 | - |
| YUV | 85.74 | 88.08 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 15 | 0 | 0.34 | 0.88 | 0.52 | 37.01 | 0.78 | 0.27 |
| Hex | 7A | 51 | F | 0 | 22 | 58 | 34 | 25 | 4E | 1B |
| Octal | 172 | 121 | 17 | 0 | 42 | 130 | 64 | 45 | 116 | 33 |
| Binary | 1111010 | 1010001 | 1111 | 0 | 100010 | 1011000 | 110100 | 100101 | 1001110 | 11011 |
Color Harmonies of #7A510F
Complementary color
Monochromatic Colors of #7A510F
Black with #7A510F
Text Example
Text Example
White with #7A510F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A510F; }
p { color: rgb(122,81,15); }
H1.HeaderClassName
{
color: #7A510F;
}
.AnyTagClassName
{
color: #7A510F;
}
</style>
background-color css
<style>
a { background-color: #7A510F; }
a { background-color: rgb(122,81,15); }
div.DivClassName
{
background-color: #7A510F;
}
.BgClassName
{
background-color: #7A510F;
}
</style>
border-color css
<style>
span { border-color: #7A510F; }
span { border-color: rgb(122,81,15); }
td.TdClassName
{
border-color: #7A510F;
}
.TagClassName
{
border-color: #7A510F;
}
</style>