Shades of Raw Umber #7C5503
Tints of Raw Umber #7C5503
RGB
CMYK
RGB Variations
Color information
#7C5503 (or 0x7C5503) is known color: Raw Umber. HEX triplet: 7C, 55 and 03. RGB value is (124,85,3). Sum of RGB (Red+Green+Blue) = 124+85+3=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5503 is #83AAFC. Grayscale: #575757. Windows color (decimal): -8628989 or 218492. OLE color: 218492.
HSL color Cylindrical-coordinate representation of color #7C5503: hue angle of 40.66º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C5503 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 85 | 3 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.51 |
| HSL | 40.66º | 0.95% | 0.25% | - |
| HSV(B) | 40.66º | 0.98% | 0.49% | - |
| XYZ | 11.58 | 10.79 | 1.56 | - |
| YUV | 87.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 85 | 3 | 0 | 0.31 | 0.98 | 0.51 | 40.66 | 0.95 | 0.25 |
| Hex | 7C | 55 | 3 | 0 | 1F | 62 | 33 | 29 | 5F | 19 |
| Octal | 174 | 125 | 3 | 0 | 37 | 142 | 63 | 51 | 137 | 31 |
| Binary | 1111100 | 1010101 | 11 | 0 | 11111 | 1100010 | 110011 | 101001 | 1011111 | 11001 |
Color Harmonies of #7C5503
Complementary color
Monochromatic Colors of #7C5503
Black with #7C5503
Text Example
Text Example
White with #7C5503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5503; }
p { color: rgb(124,85,3); }
H1.HeaderClassName
{
color: #7C5503;
}
.AnyTagClassName
{
color: #7C5503;
}
</style>
background-color css
<style>
a { background-color: #7C5503; }
a { background-color: rgb(124,85,3); }
div.DivClassName
{
background-color: #7C5503;
}
.BgClassName
{
background-color: #7C5503;
}
</style>
border-color css
<style>
span { border-color: #7C5503; }
span { border-color: rgb(124,85,3); }
td.TdClassName
{
border-color: #7C5503;
}
.TagClassName
{
border-color: #7C5503;
}
</style>