Shades of Raw Umber #7C5C01
Tints of Raw Umber #7C5C01
RGB
CMYK
RGB Variations
Color information
#7C5C01 (or 0x7C5C01) is known color: Raw Umber. HEX triplet: 7C, 5C and 01. RGB value is (124,92,1). Sum of RGB (Red+Green+Blue) = 124+92+1=217 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.14% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C5C01 is #83A3FE. Grayscale: #5B5B5B. Windows color (decimal): -8627199 or 89212. OLE color: 89212.
HSL color Cylindrical-coordinate representation of color #7C5C01: hue angle of 44.39º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C5C01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 92 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.51 |
| HSL | 44.39º | 0.98% | 0.25% | - |
| HSV(B) | 44.39º | 0.99% | 0.49% | - |
| XYZ | 12.14 | 11.94 | 1.69 | - |
| YUV | 91.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 92 | 1 | 0 | 0.26 | 0.99 | 0.51 | 44.39 | 0.98 | 0.25 |
| Hex | 7C | 5C | 1 | 0 | 1A | 63 | 33 | 2C | 62 | 19 |
| Octal | 174 | 134 | 1 | 0 | 32 | 143 | 63 | 54 | 142 | 31 |
| Binary | 1111100 | 1011100 | 1 | 0 | 11010 | 1100011 | 110011 | 101100 | 1100010 | 11001 |
Color Harmonies of #7C5C01
Complementary color
Monochromatic Colors of #7C5C01
Black with #7C5C01
Text Example
Text Example
White with #7C5C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5C01; }
p { color: rgb(124,92,1); }
H1.HeaderClassName
{
color: #7C5C01;
}
.AnyTagClassName
{
color: #7C5C01;
}
</style>
background-color css
<style>
a { background-color: #7C5C01; }
a { background-color: rgb(124,92,1); }
div.DivClassName
{
background-color: #7C5C01;
}
.BgClassName
{
background-color: #7C5C01;
}
</style>
border-color css
<style>
span { border-color: #7C5C01; }
span { border-color: rgb(124,92,1); }
td.TdClassName
{
border-color: #7C5C01;
}
.TagClassName
{
border-color: #7C5C01;
}
</style>