Shades of Raw Umber #7F4C01
Tints of Raw Umber #7F4C01
RGB
CMYK
RGB Variations
Color information
#7F4C01 (or 0x7F4C01) is known color: Raw Umber. HEX triplet: 7F, 4C and 01. RGB value is (127,76,1). Sum of RGB (Red+Green+Blue) = 127+76+1=204 (27% of max value = 765). Red value is 127 (50% from 255 or 62.25% from 204); Green value is 76 (30.08% from 255 or 37.25% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4C01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4C01 is #80B3FE. Grayscale: #535353. Windows color (decimal): -8434687 or 85119. OLE color: 85119.
HSL color Cylindrical-coordinate representation of color #7F4C01: hue angle of 35.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F4C01 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 76 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.50 |
| HSL | 35.71º | 0.98% | 0.25% | - |
| HSV(B) | 35.71º | 0.99% | 0.5% | - |
| XYZ | 11.34 | 9.68 | 1.3 | - |
| YUV | 82.7 | 81.9 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 76 | 1 | 0 | 0.40 | 0.99 | 0.50 | 35.71 | 0.98 | 0.25 |
| Hex | 7F | 4C | 1 | 0 | 28 | 63 | 32 | 24 | 62 | 19 |
| Octal | 177 | 114 | 1 | 0 | 50 | 143 | 62 | 44 | 142 | 31 |
| Binary | 1111111 | 1001100 | 1 | 0 | 101000 | 1100011 | 110010 | 100100 | 1100010 | 11001 |
Color Harmonies of #7F4C01
Complementary color
Monochromatic Colors of #7F4C01
Black with #7F4C01
Text Example
Text Example
White with #7F4C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4C01; }
p { color: rgb(127,76,1); }
H1.HeaderClassName
{
color: #7F4C01;
}
.AnyTagClassName
{
color: #7F4C01;
}
</style>
background-color css
<style>
a { background-color: #7F4C01; }
a { background-color: rgb(127,76,1); }
div.DivClassName
{
background-color: #7F4C01;
}
.BgClassName
{
background-color: #7F4C01;
}
</style>
border-color css
<style>
span { border-color: #7F4C01; }
span { border-color: rgb(127,76,1); }
td.TdClassName
{
border-color: #7F4C01;
}
.TagClassName
{
border-color: #7F4C01;
}
</style>