Shades of Raw Umber #7F5010
Tints of Raw Umber #7F5010
RGB
CMYK
RGB Variations
Color information
#7F5010 (or 0x7F5010) is known color: Raw Umber. HEX triplet: 7F, 50 and 10. RGB value is (127,80,16). Sum of RGB (Red+Green+Blue) = 127+80+16=223 (29% of max value = 765). Red value is 127 (50% from 255 or 56.95% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5010 is #80AFEF. Grayscale: #575757. Windows color (decimal): -8433648 or 1069183. OLE color: 1069183.
HSL color Cylindrical-coordinate representation of color #7F5010: hue angle of 34.59º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F5010 is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 16 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.50 |
| HSL | 34.59º | 0.78% | 0.28% | - |
| HSV(B) | 34.59º | 0.87% | 0.5% | - |
| XYZ | 11.71 | 10.29 | 1.86 | - |
| YUV | 86.76 | 88.07 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 16 | 0 | 0.37 | 0.87 | 0.50 | 34.59 | 0.78 | 0.28 |
| Hex | 7F | 50 | 10 | 0 | 25 | 57 | 32 | 23 | 4E | 1C |
| Octal | 177 | 120 | 20 | 0 | 45 | 127 | 62 | 43 | 116 | 34 |
| Binary | 1111111 | 1010000 | 10000 | 0 | 100101 | 1010111 | 110010 | 100011 | 1001110 | 11100 |
Color Harmonies of #7F5010
Complementary color
Monochromatic Colors of #7F5010
Black with #7F5010
Text Example
Text Example
White with #7F5010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5010; }
p { color: rgb(127,80,16); }
H1.HeaderClassName
{
color: #7F5010;
}
.AnyTagClassName
{
color: #7F5010;
}
</style>
background-color css
<style>
a { background-color: #7F5010; }
a { background-color: rgb(127,80,16); }
div.DivClassName
{
background-color: #7F5010;
}
.BgClassName
{
background-color: #7F5010;
}
</style>
border-color css
<style>
span { border-color: #7F5010; }
span { border-color: rgb(127,80,16); }
td.TdClassName
{
border-color: #7F5010;
}
.TagClassName
{
border-color: #7F5010;
}
</style>