Shades of Raw Umber #7C4C11
Tints of Raw Umber #7C4C11
RGB
CMYK
RGB Variations
Color information
#7C4C11 (or 0x7C4C11) is known color: Raw Umber. HEX triplet: 7C, 4C and 11. RGB value is (124,76,17). Sum of RGB (Red+Green+Blue) = 124+76+17=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4C11 is #83B3EE. Grayscale: #535353. Windows color (decimal): -8631279 or 1133692. OLE color: 1133692.
HSL color Cylindrical-coordinate representation of color #7C4C11: hue angle of 33.08º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C4C11 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 76 | 17 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.51 |
| HSL | 33.08º | 0.76% | 0.28% | - |
| HSV(B) | 33.08º | 0.86% | 0.49% | - |
| XYZ | 11 | 9.49 | 1.78 | - |
| YUV | 83.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 76 | 17 | 0 | 0.39 | 0.86 | 0.51 | 33.08 | 0.76 | 0.28 |
| Hex | 7C | 4C | 11 | 0 | 27 | 56 | 33 | 21 | 4C | 1C |
| Octal | 174 | 114 | 21 | 0 | 47 | 126 | 63 | 41 | 114 | 34 |
| Binary | 1111100 | 1001100 | 10001 | 0 | 100111 | 1010110 | 110011 | 100001 | 1001100 | 11100 |
Color Harmonies of #7C4C11
Complementary color
Monochromatic Colors of #7C4C11
Black with #7C4C11
Text Example
Text Example
White with #7C4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4C11; }
p { color: rgb(124,76,17); }
H1.HeaderClassName
{
color: #7C4C11;
}
.AnyTagClassName
{
color: #7C4C11;
}
</style>
background-color css
<style>
a { background-color: #7C4C11; }
a { background-color: rgb(124,76,17); }
div.DivClassName
{
background-color: #7C4C11;
}
.BgClassName
{
background-color: #7C4C11;
}
</style>
border-color css
<style>
span { border-color: #7C4C11; }
span { border-color: rgb(124,76,17); }
td.TdClassName
{
border-color: #7C4C11;
}
.TagClassName
{
border-color: #7C4C11;
}
</style>