Shades of Raw Umber #7A4D10
Tints of Raw Umber #7A4D10
RGB
CMYK
RGB Variations
Color information
#7A4D10 (or 0x7A4D10) is known color: Raw Umber. HEX triplet: 7A, 4D and 10. RGB value is (122,77,16). Sum of RGB (Red+Green+Blue) = 122+77+16=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A4D10 is #85B2EF. Grayscale: #535353. Windows color (decimal): -8762096 or 1068410. OLE color: 1068410.
HSL color Cylindrical-coordinate representation of color #7A4D10: hue angle of 34.53º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A4D10 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 77 | 16 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.52 |
| HSL | 34.53º | 0.77% | 0.27% | - |
| HSV(B) | 34.53º | 0.87% | 0.48% | - |
| XYZ | 10.77 | 9.48 | 1.75 | - |
| YUV | 83.5 | 89.91 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 77 | 16 | 0 | 0.37 | 0.87 | 0.52 | 34.53 | 0.77 | 0.27 |
| Hex | 7A | 4D | 10 | 0 | 25 | 57 | 34 | 23 | 4D | 1B |
| Octal | 172 | 115 | 20 | 0 | 45 | 127 | 64 | 43 | 115 | 33 |
| Binary | 1111010 | 1001101 | 10000 | 0 | 100101 | 1010111 | 110100 | 100011 | 1001101 | 11011 |
Color Harmonies of #7A4D10
Complementary color
Monochromatic Colors of #7A4D10
Black with #7A4D10
Text Example
Text Example
White with #7A4D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4D10; }
p { color: rgb(122,77,16); }
H1.HeaderClassName
{
color: #7A4D10;
}
.AnyTagClassName
{
color: #7A4D10;
}
</style>
background-color css
<style>
a { background-color: #7A4D10; }
a { background-color: rgb(122,77,16); }
div.DivClassName
{
background-color: #7A4D10;
}
.BgClassName
{
background-color: #7A4D10;
}
</style>
border-color css
<style>
span { border-color: #7A4D10; }
span { border-color: rgb(122,77,16); }
td.TdClassName
{
border-color: #7A4D10;
}
.TagClassName
{
border-color: #7A4D10;
}
</style>