Shades of Donkey Brown #7F7160
Tints of Donkey Brown #7F7160
RGB
CMYK
RGB Variations
Color information
#7F7160 (or 0x7F7160) is known color: Donkey Brown. HEX triplet: 7F, 71 and 60. RGB value is (127,113,96). Sum of RGB (Red+Green+Blue) = 127+113+96=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7160 is #808E9F. Grayscale: #737373. Windows color (decimal): -8425120 or 6320511. OLE color: 6320511.
HSL color Cylindrical-coordinate representation of color #7F7160: hue angle of 32.9º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7F7160 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 96 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.50 |
| HSL | 32.9º | 0.14% | 0.44% | - |
| HSV(B) | 32.9º | 0.24% | 0.5% | - |
| XYZ | 16.77 | 17.17 | 13.5 | - |
| YUV | 115.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 96 | 0 | 0.11 | 0.24 | 0.50 | 32.9 | 0.14 | 0.44 |
| Hex | 7F | 71 | 60 | 0 | B | 18 | 32 | 21 | E | 2C |
| Octal | 177 | 161 | 140 | 0 | 13 | 30 | 62 | 41 | 16 | 54 |
| Binary | 1111111 | 1110001 | 1100000 | 0 | 1011 | 11000 | 110010 | 100001 | 1110 | 101100 |
Color Harmonies of #7F7160
Complementary color
Monochromatic Colors of #7F7160
Black with #7F7160
Text Example
Text Example
White with #7F7160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7160; }
p { color: rgb(127,113,96); }
H1.HeaderClassName
{
color: #7F7160;
}
.AnyTagClassName
{
color: #7F7160;
}
</style>
background-color css
<style>
a { background-color: #7F7160; }
a { background-color: rgb(127,113,96); }
div.DivClassName
{
background-color: #7F7160;
}
.BgClassName
{
background-color: #7F7160;
}
</style>
border-color css
<style>
span { border-color: #7F7160; }
span { border-color: rgb(127,113,96); }
td.TdClassName
{
border-color: #7F7160;
}
.TagClassName
{
border-color: #7F7160;
}
</style>