Shades of Raw Umber #7C4805
Tints of Raw Umber #7C4805
RGB
CMYK
RGB Variations
Color information
#7C4805 (or 0x7C4805) is known color: Raw Umber. HEX triplet: 7C, 48 and 05. RGB value is (124,72,5). Sum of RGB (Red+Green+Blue) = 124+72+5=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4805 is #83B7FA. Grayscale: #505050. Windows color (decimal): -8632315 or 346236. OLE color: 346236.
HSL color Cylindrical-coordinate representation of color #7C4805: hue angle of 33.78º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C4805 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 72 | 5 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.51 |
| HSL | 33.78º | 0.92% | 0.25% | - |
| HSV(B) | 33.78º | 0.96% | 0.49% | - |
| XYZ | 10.66 | 8.93 | 1.31 | - |
| YUV | 79.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 5 | 0 | 0.42 | 0.96 | 0.51 | 33.78 | 0.92 | 0.25 |
| Hex | 7C | 48 | 5 | 0 | 2A | 60 | 33 | 22 | 5C | 19 |
| Octal | 174 | 110 | 5 | 0 | 52 | 140 | 63 | 42 | 134 | 31 |
| Binary | 1111100 | 1001000 | 101 | 0 | 101010 | 1100000 | 110011 | 100010 | 1011100 | 11001 |
Color Harmonies of #7C4805
Complementary color
Monochromatic Colors of #7C4805
Black with #7C4805
Text Example
Text Example
White with #7C4805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4805; }
p { color: rgb(124,72,5); }
H1.HeaderClassName
{
color: #7C4805;
}
.AnyTagClassName
{
color: #7C4805;
}
</style>
background-color css
<style>
a { background-color: #7C4805; }
a { background-color: rgb(124,72,5); }
div.DivClassName
{
background-color: #7C4805;
}
.BgClassName
{
background-color: #7C4805;
}
</style>
border-color css
<style>
span { border-color: #7C4805; }
span { border-color: rgb(124,72,5); }
td.TdClassName
{
border-color: #7C4805;
}
.TagClassName
{
border-color: #7C4805;
}
</style>