Shades of Raw Umber #7C5A12
Tints of Raw Umber #7C5A12
RGB
CMYK
RGB Variations
Color information
#7C5A12 (or 0x7C5A12) is known color: Raw Umber. HEX triplet: 7C, 5A and 12. RGB value is (124,90,18). Sum of RGB (Red+Green+Blue) = 124+90+18=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5A12 is #83A5ED. Grayscale: #5C5C5C. Windows color (decimal): -8627694 or 1202812. OLE color: 1202812.
HSL color Cylindrical-coordinate representation of color #7C5A12: hue angle of 40.75º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C5A12 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 90 | 18 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.51 |
| HSL | 40.75º | 0.75% | 0.28% | - |
| HSV(B) | 40.75º | 0.85% | 0.49% | - |
| XYZ | 12.08 | 11.64 | 2.18 | - |
| YUV | 91.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 90 | 18 | 0 | 0.27 | 0.85 | 0.51 | 40.75 | 0.75 | 0.28 |
| Hex | 7C | 5A | 12 | 0 | 1B | 55 | 33 | 29 | 4B | 1C |
| Octal | 174 | 132 | 22 | 0 | 33 | 125 | 63 | 51 | 113 | 34 |
| Binary | 1111100 | 1011010 | 10010 | 0 | 11011 | 1010101 | 110011 | 101001 | 1001011 | 11100 |
Color Harmonies of #7C5A12
Complementary color
Monochromatic Colors of #7C5A12
Black with #7C5A12
Text Example
Text Example
White with #7C5A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5A12; }
p { color: rgb(124,90,18); }
H1.HeaderClassName
{
color: #7C5A12;
}
.AnyTagClassName
{
color: #7C5A12;
}
</style>
background-color css
<style>
a { background-color: #7C5A12; }
a { background-color: rgb(124,90,18); }
div.DivClassName
{
background-color: #7C5A12;
}
.BgClassName
{
background-color: #7C5A12;
}
</style>
border-color css
<style>
span { border-color: #7C5A12; }
span { border-color: rgb(124,90,18); }
td.TdClassName
{
border-color: #7C5A12;
}
.TagClassName
{
border-color: #7C5A12;
}
</style>