Shades of Raw Umber #7A5717
Tints of Raw Umber #7A5717
RGB
CMYK
RGB Variations
Color information
#7A5717 (or 0x7A5717) is known color: Raw Umber. HEX triplet: 7A, 57 and 17. RGB value is (122,87,23). Sum of RGB (Red+Green+Blue) = 122+87+23=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 87 (34.38% from 255 or 37.5% from 232); Blue value is 23 (9.38% from 255 or 9.91% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5717 is #85A8E8. Grayscale: #5A5A5A. Windows color (decimal): -8759529 or 1529722. OLE color: 1529722.
HSL color Cylindrical-coordinate representation of color #7A5717: hue angle of 38.79º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A5717 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 23 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.52 |
| HSL | 38.79º | 0.68% | 0.28% | - |
| HSV(B) | 38.79º | 0.81% | 0.48% | - |
| XYZ | 11.59 | 11.02 | 2.33 | - |
| YUV | 90.17 | 90.1 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 23 | 0 | 0.29 | 0.81 | 0.52 | 38.79 | 0.68 | 0.28 |
| Hex | 7A | 57 | 17 | 0 | 1D | 51 | 34 | 27 | 44 | 1C |
| Octal | 172 | 127 | 27 | 0 | 35 | 121 | 64 | 47 | 104 | 34 |
| Binary | 1111010 | 1010111 | 10111 | 0 | 11101 | 1010001 | 110100 | 100111 | 1000100 | 11100 |
Color Harmonies of #7A5717
Complementary color
Monochromatic Colors of #7A5717
Black with #7A5717
Text Example
Text Example
White with #7A5717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5717; }
p { color: rgb(122,87,23); }
H1.HeaderClassName
{
color: #7A5717;
}
.AnyTagClassName
{
color: #7A5717;
}
</style>
background-color css
<style>
a { background-color: #7A5717; }
a { background-color: rgb(122,87,23); }
div.DivClassName
{
background-color: #7A5717;
}
.BgClassName
{
background-color: #7A5717;
}
</style>
border-color css
<style>
span { border-color: #7A5717; }
span { border-color: rgb(122,87,23); }
td.TdClassName
{
border-color: #7A5717;
}
.TagClassName
{
border-color: #7A5717;
}
</style>