Shades of Raw Umber #7C4E05
Tints of Raw Umber #7C4E05
RGB
CMYK
RGB Variations
Color information
#7C4E05 (or 0x7C4E05) is known color: Raw Umber. HEX triplet: 7C, 4E and 05. RGB value is (124,78,5). Sum of RGB (Red+Green+Blue) = 124+78+5=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C4E05 is #83B1FA. Grayscale: #535353. Windows color (decimal): -8630779 or 347772. OLE color: 347772.
HSL color Cylindrical-coordinate representation of color #7C4E05: hue angle of 36.81º 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 #7C4E05 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 78 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.51 |
| HSL | 36.81º | 0.92% | 0.25% | - |
| HSV(B) | 36.81º | 0.96% | 0.49% | - |
| XYZ | 11.06 | 9.74 | 1.44 | - |
| YUV | 83.43 | 83.74 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 5 | 0 | 0.37 | 0.96 | 0.51 | 36.81 | 0.92 | 0.25 |
| Hex | 7C | 4E | 5 | 0 | 25 | 60 | 33 | 25 | 5C | 19 |
| Octal | 174 | 116 | 5 | 0 | 45 | 140 | 63 | 45 | 134 | 31 |
| Binary | 1111100 | 1001110 | 101 | 0 | 100101 | 1100000 | 110011 | 100101 | 1011100 | 11001 |
Color Harmonies of #7C4E05
Complementary color
Monochromatic Colors of #7C4E05
Black with #7C4E05
Text Example
Text Example
White with #7C4E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4E05; }
p { color: rgb(124,78,5); }
H1.HeaderClassName
{
color: #7C4E05;
}
.AnyTagClassName
{
color: #7C4E05;
}
</style>
background-color css
<style>
a { background-color: #7C4E05; }
a { background-color: rgb(124,78,5); }
div.DivClassName
{
background-color: #7C4E05;
}
.BgClassName
{
background-color: #7C4E05;
}
</style>
border-color css
<style>
span { border-color: #7C4E05; }
span { border-color: rgb(124,78,5); }
td.TdClassName
{
border-color: #7C4E05;
}
.TagClassName
{
border-color: #7C4E05;
}
</style>