Shades of Raw Umber #7F5806
Tints of Raw Umber #7F5806
RGB
CMYK
RGB Variations
Color information
#7F5806 (or 0x7F5806) is known color: Raw Umber. HEX triplet: 7F, 58 and 06. RGB value is (127,88,6). Sum of RGB (Red+Green+Blue) = 127+88+6=221 (29% of max value = 765). Red value is 127 (50% from 255 or 57.47% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5806 is #80A7F9. Grayscale: #5A5A5A. Windows color (decimal): -8431610 or 415871. OLE color: 415871.
HSL color Cylindrical-coordinate representation of color #7F5806: hue angle of 40.66º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F5806 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 6 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.50 |
| HSL | 40.66º | 0.91% | 0.26% | - |
| HSV(B) | 40.66º | 0.95% | 0.5% | - |
| XYZ | 12.27 | 11.5 | 1.75 | - |
| YUV | 90.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 6 | 0 | 0.31 | 0.95 | 0.50 | 40.66 | 0.91 | 0.26 |
| Hex | 7F | 58 | 6 | 0 | 1F | 5F | 32 | 29 | 5B | 1A |
| Octal | 177 | 130 | 6 | 0 | 37 | 137 | 62 | 51 | 133 | 32 |
| Binary | 1111111 | 1011000 | 110 | 0 | 11111 | 1011111 | 110010 | 101001 | 1011011 | 11010 |
Color Harmonies of #7F5806
Complementary color
Monochromatic Colors of #7F5806
Black with #7F5806
Text Example
Text Example
White with #7F5806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5806; }
p { color: rgb(127,88,6); }
H1.HeaderClassName
{
color: #7F5806;
}
.AnyTagClassName
{
color: #7F5806;
}
</style>
background-color css
<style>
a { background-color: #7F5806; }
a { background-color: rgb(127,88,6); }
div.DivClassName
{
background-color: #7F5806;
}
.BgClassName
{
background-color: #7F5806;
}
</style>
border-color css
<style>
span { border-color: #7F5806; }
span { border-color: rgb(127,88,6); }
td.TdClassName
{
border-color: #7F5806;
}
.TagClassName
{
border-color: #7F5806;
}
</style>