Shades of Raw Umber #7C5407
Tints of Raw Umber #7C5407
RGB
CMYK
RGB Variations
Color information
#7C5407 (or 0x7C5407) is known color: Raw Umber. HEX triplet: 7C, 54 and 07. RGB value is (124,84,7). Sum of RGB (Red+Green+Blue) = 124+84+7=215 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.67% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5407 is #83ABF8. Grayscale: #575757. Windows color (decimal): -8629241 or 480380. OLE color: 480380.
HSL color Cylindrical-coordinate representation of color #7C5407: hue angle of 39.49º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C5407 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 7 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.51 |
| HSL | 39.49º | 0.89% | 0.26% | - |
| HSV(B) | 39.49º | 0.94% | 0.49% | - |
| XYZ | 11.52 | 10.64 | 1.65 | - |
| YUV | 87.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 7 | 0 | 0.32 | 0.94 | 0.51 | 39.49 | 0.89 | 0.26 |
| Hex | 7C | 54 | 7 | 0 | 20 | 5E | 33 | 27 | 59 | 1A |
| Octal | 174 | 124 | 7 | 0 | 40 | 136 | 63 | 47 | 131 | 32 |
| Binary | 1111100 | 1010100 | 111 | 0 | 100000 | 1011110 | 110011 | 100111 | 1011001 | 11010 |
Color Harmonies of #7C5407
Complementary color
Monochromatic Colors of #7C5407
Black with #7C5407
Text Example
Text Example
White with #7C5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5407; }
p { color: rgb(124,84,7); }
H1.HeaderClassName
{
color: #7C5407;
}
.AnyTagClassName
{
color: #7C5407;
}
</style>
background-color css
<style>
a { background-color: #7C5407; }
a { background-color: rgb(124,84,7); }
div.DivClassName
{
background-color: #7C5407;
}
.BgClassName
{
background-color: #7C5407;
}
</style>
border-color css
<style>
span { border-color: #7C5407; }
span { border-color: rgb(124,84,7); }
td.TdClassName
{
border-color: #7C5407;
}
.TagClassName
{
border-color: #7C5407;
}
</style>