Shades of Raw Umber #7F5701
Tints of Raw Umber #7F5701
RGB
CMYK
RGB Variations
Color information
#7F5701 (or 0x7F5701) is known color: Raw Umber. HEX triplet: 7F, 57 and 01. RGB value is (127,87,1). Sum of RGB (Red+Green+Blue) = 127+87+1=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5701 is #80A8FE. Grayscale: #595959. Windows color (decimal): -8431871 or 87935. OLE color: 87935.
HSL color Cylindrical-coordinate representation of color #7F5701: hue angle of 40.95º 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 #7F5701 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.50 |
| HSL | 40.95º | 0.98% | 0.25% | - |
| HSV(B) | 40.95º | 0.99% | 0.5% | - |
| XYZ | 12.17 | 11.33 | 1.57 | - |
| YUV | 89.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 1 | 0 | 0.31 | 0.99 | 0.50 | 40.95 | 0.98 | 0.25 |
| Hex | 7F | 57 | 1 | 0 | 1F | 63 | 32 | 29 | 62 | 19 |
| Octal | 177 | 127 | 1 | 0 | 37 | 143 | 62 | 51 | 142 | 31 |
| Binary | 1111111 | 1010111 | 1 | 0 | 11111 | 1100011 | 110010 | 101001 | 1100010 | 11001 |
Color Harmonies of #7F5701
Complementary color
Monochromatic Colors of #7F5701
Black with #7F5701
Text Example
Text Example
White with #7F5701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5701; }
p { color: rgb(127,87,1); }
H1.HeaderClassName
{
color: #7F5701;
}
.AnyTagClassName
{
color: #7F5701;
}
</style>
background-color css
<style>
a { background-color: #7F5701; }
a { background-color: rgb(127,87,1); }
div.DivClassName
{
background-color: #7F5701;
}
.BgClassName
{
background-color: #7F5701;
}
</style>
border-color css
<style>
span { border-color: #7F5701; }
span { border-color: rgb(127,87,1); }
td.TdClassName
{
border-color: #7F5701;
}
.TagClassName
{
border-color: #7F5701;
}
</style>