Shades of Donkey Brown #7F7060
Tints of Donkey Brown #7F7060
RGB
CMYK
RGB Variations
Color information
#7F7060 (or 0x7F7060) is known color: Donkey Brown. HEX triplet: 7F, 70 and 60. RGB value is (127,112,96). Sum of RGB (Red+Green+Blue) = 127+112+96=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7060 is #808F9F. Grayscale: #727272. Windows color (decimal): -8425376 or 6320255. OLE color: 6320255.
HSL color Cylindrical-coordinate representation of color #7F7060: hue angle of 30.97º 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 #7F7060 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 96 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.50 |
| HSL | 30.97º | 0.14% | 0.44% | - |
| HSV(B) | 30.97º | 0.24% | 0.5% | - |
| XYZ | 16.66 | 16.94 | 13.46 | - |
| YUV | 114.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 96 | 0 | 0.12 | 0.24 | 0.50 | 30.97 | 0.14 | 0.44 |
| Hex | 7F | 70 | 60 | 0 | C | 18 | 32 | 1F | E | 2C |
| Octal | 177 | 160 | 140 | 0 | 14 | 30 | 62 | 37 | 16 | 54 |
| Binary | 1111111 | 1110000 | 1100000 | 0 | 1100 | 11000 | 110010 | 11111 | 1110 | 101100 |
Color Harmonies of #7F7060
Complementary color
Monochromatic Colors of #7F7060
Black with #7F7060
Text Example
Text Example
White with #7F7060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7060; }
p { color: rgb(127,112,96); }
H1.HeaderClassName
{
color: #7F7060;
}
.AnyTagClassName
{
color: #7F7060;
}
</style>
background-color css
<style>
a { background-color: #7F7060; }
a { background-color: rgb(127,112,96); }
div.DivClassName
{
background-color: #7F7060;
}
.BgClassName
{
background-color: #7F7060;
}
</style>
border-color css
<style>
span { border-color: #7F7060; }
span { border-color: rgb(127,112,96); }
td.TdClassName
{
border-color: #7F7060;
}
.TagClassName
{
border-color: #7F7060;
}
</style>