Shades of Donkey Brown #7F7062
Tints of Donkey Brown #7F7062
RGB
CMYK
RGB Variations
Color information
#7F7062 (or 0x7F7062) is known color: Donkey Brown. HEX triplet: 7F, 70 and 62. RGB value is (127,112,98). Sum of RGB (Red+Green+Blue) = 127+112+98=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7062 is #808F9D. Grayscale: #727272. Windows color (decimal): -8425374 or 6451327. OLE color: 6451327.
HSL color Cylindrical-coordinate representation of color #7F7062: hue angle of 28.97º 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 #7F7062 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 98 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.50 |
| HSL | 28.97º | 0.13% | 0.44% | - |
| HSV(B) | 28.97º | 0.23% | 0.5% | - |
| XYZ | 16.75 | 16.98 | 13.95 | - |
| YUV | 114.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 98 | 0 | 0.12 | 0.23 | 0.50 | 28.97 | 0.13 | 0.44 |
| Hex | 7F | 70 | 62 | 0 | C | 17 | 32 | 1D | D | 2C |
| Octal | 177 | 160 | 142 | 0 | 14 | 27 | 62 | 35 | 15 | 54 |
| Binary | 1111111 | 1110000 | 1100010 | 0 | 1100 | 10111 | 110010 | 11101 | 1101 | 101100 |
Color Harmonies of #7F7062
Complementary color
Monochromatic Colors of #7F7062
Black with #7F7062
Text Example
Text Example
White with #7F7062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7062; }
p { color: rgb(127,112,98); }
H1.HeaderClassName
{
color: #7F7062;
}
.AnyTagClassName
{
color: #7F7062;
}
</style>
background-color css
<style>
a { background-color: #7F7062; }
a { background-color: rgb(127,112,98); }
div.DivClassName
{
background-color: #7F7062;
}
.BgClassName
{
background-color: #7F7062;
}
</style>
border-color css
<style>
span { border-color: #7F7062; }
span { border-color: rgb(127,112,98); }
td.TdClassName
{
border-color: #7F7062;
}
.TagClassName
{
border-color: #7F7062;
}
</style>