Shades of Raw Umber #7C5805
Tints of Raw Umber #7C5805
RGB
CMYK
RGB Variations
Color information
#7C5805 (or 0x7C5805) is known color: Raw Umber. HEX triplet: 7C, 58 and 05. RGB value is (124,88,5). Sum of RGB (Red+Green+Blue) = 124+88+5=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5805 is #83A7FA. Grayscale: #595959. Windows color (decimal): -8628219 or 350332. OLE color: 350332.
HSL color Cylindrical-coordinate representation of color #7C5805: hue angle of 41.85º 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 #7C5805 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 88 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.51 |
| HSL | 41.85º | 0.92% | 0.25% | - |
| HSV(B) | 41.85º | 0.96% | 0.49% | - |
| XYZ | 11.83 | 11.28 | 1.7 | - |
| YUV | 89.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 88 | 5 | 0 | 0.29 | 0.96 | 0.51 | 41.85 | 0.92 | 0.25 |
| Hex | 7C | 58 | 5 | 0 | 1D | 60 | 33 | 2A | 5C | 19 |
| Octal | 174 | 130 | 5 | 0 | 35 | 140 | 63 | 52 | 134 | 31 |
| Binary | 1111100 | 1011000 | 101 | 0 | 11101 | 1100000 | 110011 | 101010 | 1011100 | 11001 |
Color Harmonies of #7C5805
Complementary color
Monochromatic Colors of #7C5805
Black with #7C5805
Text Example
Text Example
White with #7C5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5805; }
p { color: rgb(124,88,5); }
H1.HeaderClassName
{
color: #7C5805;
}
.AnyTagClassName
{
color: #7C5805;
}
</style>
background-color css
<style>
a { background-color: #7C5805; }
a { background-color: rgb(124,88,5); }
div.DivClassName
{
background-color: #7C5805;
}
.BgClassName
{
background-color: #7C5805;
}
</style>
border-color css
<style>
span { border-color: #7C5805; }
span { border-color: rgb(124,88,5); }
td.TdClassName
{
border-color: #7C5805;
}
.TagClassName
{
border-color: #7C5805;
}
</style>