Shades of Raw Umber #7F5005
Tints of Raw Umber #7F5005
RGB
CMYK
RGB Variations
Color information
#7F5005 (or 0x7F5005) is known color: Raw Umber. HEX triplet: 7F, 50 and 05. RGB value is (127,80,5). Sum of RGB (Red+Green+Blue) = 127+80+5=212 (28% of max value = 765). Red value is 127 (50% from 255 or 59.91% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5005 is #80AFFA. Grayscale: #555555. Windows color (decimal): -8433659 or 348287. OLE color: 348287.
HSL color Cylindrical-coordinate representation of color #7F5005: hue angle of 36.89º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F5005 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 5 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.50 |
| HSL | 36.89º | 0.92% | 0.26% | - |
| HSV(B) | 36.89º | 0.96% | 0.5% | - |
| XYZ | 11.65 | 10.26 | 1.51 | - |
| YUV | 85.5 | 82.57 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 5 | 0 | 0.37 | 0.96 | 0.50 | 36.89 | 0.92 | 0.26 |
| Hex | 7F | 50 | 5 | 0 | 25 | 60 | 32 | 25 | 5C | 1A |
| Octal | 177 | 120 | 5 | 0 | 45 | 140 | 62 | 45 | 134 | 32 |
| Binary | 1111111 | 1010000 | 101 | 0 | 100101 | 1100000 | 110010 | 100101 | 1011100 | 11010 |
Color Harmonies of #7F5005
Complementary color
Monochromatic Colors of #7F5005
Black with #7F5005
Text Example
Text Example
White with #7F5005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5005; }
p { color: rgb(127,80,5); }
H1.HeaderClassName
{
color: #7F5005;
}
.AnyTagClassName
{
color: #7F5005;
}
</style>
background-color css
<style>
a { background-color: #7F5005; }
a { background-color: rgb(127,80,5); }
div.DivClassName
{
background-color: #7F5005;
}
.BgClassName
{
background-color: #7F5005;
}
</style>
border-color css
<style>
span { border-color: #7F5005; }
span { border-color: rgb(127,80,5); }
td.TdClassName
{
border-color: #7F5005;
}
.TagClassName
{
border-color: #7F5005;
}
</style>