Shades of Raw Umber #7C5010
Tints of Raw Umber #7C5010
RGB
CMYK
RGB Variations
Color information
#7C5010 (or 0x7C5010) is known color: Raw Umber. HEX triplet: 7C, 50 and 10. RGB value is (124,80,16). Sum of RGB (Red+Green+Blue) = 124+80+16=220 (29% of max value = 765). Red value is 124 (48.83% from 255 or 56.36% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5010 is #83AFEF. Grayscale: #565656. Windows color (decimal): -8630256 or 1069180. OLE color: 1069180.
HSL color Cylindrical-coordinate representation of color #7C5010: hue angle of 35.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C5010 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 16 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.51 |
| HSL | 35.56º | 0.77% | 0.27% | - |
| HSV(B) | 35.56º | 0.87% | 0.49% | - |
| XYZ | 11.27 | 10.06 | 1.84 | - |
| YUV | 85.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 16 | 0 | 0.35 | 0.87 | 0.51 | 35.56 | 0.77 | 0.27 |
| Hex | 7C | 50 | 10 | 0 | 23 | 57 | 33 | 24 | 4D | 1B |
| Octal | 174 | 120 | 20 | 0 | 43 | 127 | 63 | 44 | 115 | 33 |
| Binary | 1111100 | 1010000 | 10000 | 0 | 100011 | 1010111 | 110011 | 100100 | 1001101 | 11011 |
Color Harmonies of #7C5010
Complementary color
Monochromatic Colors of #7C5010
Black with #7C5010
Text Example
Text Example
White with #7C5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5010; }
p { color: rgb(124,80,16); }
H1.HeaderClassName
{
color: #7C5010;
}
.AnyTagClassName
{
color: #7C5010;
}
</style>
background-color css
<style>
a { background-color: #7C5010; }
a { background-color: rgb(124,80,16); }
div.DivClassName
{
background-color: #7C5010;
}
.BgClassName
{
background-color: #7C5010;
}
</style>
border-color css
<style>
span { border-color: #7C5010; }
span { border-color: rgb(124,80,16); }
td.TdClassName
{
border-color: #7C5010;
}
.TagClassName
{
border-color: #7C5010;
}
</style>