Shades of Raw Umber #7C4405
Tints of Raw Umber #7C4405
RGB
CMYK
RGB Variations
Color information
#7C4405 (or 0x7C4405) is known color: Raw Umber. HEX triplet: 7C, 44 and 05. RGB value is (124,68,5). Sum of RGB (Red+Green+Blue) = 124+68+5=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4405 is #83BBFA. Grayscale: #4D4D4D. Windows color (decimal): -8633339 or 345212. OLE color: 345212.
HSL color Cylindrical-coordinate representation of color #7C4405: hue angle of 31.76º 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 #7C4405 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 68 | 5 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.51 |
| HSL | 31.76º | 0.92% | 0.25% | - |
| HSV(B) | 31.76º | 0.96% | 0.49% | - |
| XYZ | 10.41 | 8.43 | 1.22 | - |
| YUV | 77.56 | 87.05 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 68 | 5 | 0 | 0.45 | 0.96 | 0.51 | 31.76 | 0.92 | 0.25 |
| Hex | 7C | 44 | 5 | 0 | 2D | 60 | 33 | 20 | 5C | 19 |
| Octal | 174 | 104 | 5 | 0 | 55 | 140 | 63 | 40 | 134 | 31 |
| Binary | 1111100 | 1000100 | 101 | 0 | 101101 | 1100000 | 110011 | 100000 | 1011100 | 11001 |
Color Harmonies of #7C4405
Complementary color
Monochromatic Colors of #7C4405
Black with #7C4405
Text Example
Text Example
White with #7C4405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4405; }
p { color: rgb(124,68,5); }
H1.HeaderClassName
{
color: #7C4405;
}
.AnyTagClassName
{
color: #7C4405;
}
</style>
background-color css
<style>
a { background-color: #7C4405; }
a { background-color: rgb(124,68,5); }
div.DivClassName
{
background-color: #7C4405;
}
.BgClassName
{
background-color: #7C4405;
}
</style>
border-color css
<style>
span { border-color: #7C4405; }
span { border-color: rgb(124,68,5); }
td.TdClassName
{
border-color: #7C4405;
}
.TagClassName
{
border-color: #7C4405;
}
</style>