Shades of Donkey Brown #7F7162
Tints of Donkey Brown #7F7162
RGB
CMYK
RGB Variations
Color information
#7F7162 (or 0x7F7162) is known color: Donkey Brown. HEX triplet: 7F, 71 and 62. RGB value is (127,113,98). Sum of RGB (Red+Green+Blue) = 127+113+98=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7162 is #808E9D. Grayscale: #737373. Windows color (decimal): -8425118 or 6451583. OLE color: 6451583.
HSL color Cylindrical-coordinate representation of color #7F7162: hue angle of 31.03º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F7162 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 98 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.50 |
| HSL | 31.03º | 0.13% | 0.44% | - |
| HSV(B) | 31.03º | 0.23% | 0.5% | - |
| XYZ | 16.86 | 17.2 | 13.99 | - |
| YUV | 115.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 98 | 0 | 0.11 | 0.23 | 0.50 | 31.03 | 0.13 | 0.44 |
| Hex | 7F | 71 | 62 | 0 | B | 17 | 32 | 1F | D | 2C |
| Octal | 177 | 161 | 142 | 0 | 13 | 27 | 62 | 37 | 15 | 54 |
| Binary | 1111111 | 1110001 | 1100010 | 0 | 1011 | 10111 | 110010 | 11111 | 1101 | 101100 |
Color Harmonies of #7F7162
Complementary color
Monochromatic Colors of #7F7162
Black with #7F7162
Text Example
Text Example
White with #7F7162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7162; }
p { color: rgb(127,113,98); }
H1.HeaderClassName
{
color: #7F7162;
}
.AnyTagClassName
{
color: #7F7162;
}
</style>
background-color css
<style>
a { background-color: #7F7162; }
a { background-color: rgb(127,113,98); }
div.DivClassName
{
background-color: #7F7162;
}
.BgClassName
{
background-color: #7F7162;
}
</style>
border-color css
<style>
span { border-color: #7F7162; }
span { border-color: rgb(127,113,98); }
td.TdClassName
{
border-color: #7F7162;
}
.TagClassName
{
border-color: #7F7162;
}
</style>