Shades of Donkey Brown #7F715F
Tints of Donkey Brown #7F715F
RGB
CMYK
RGB Variations
Color information
#7F715F (or 0x7F715F) is known color: Donkey Brown. HEX triplet: 7F, 71 and 5F. RGB value is (127,113,95). Sum of RGB (Red+Green+Blue) = 127+113+95=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 127 - color contains mainly: red. Hex color #7F715F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F715F is #808EA0. Grayscale: #737373. Windows color (decimal): -8425121 or 6254975. OLE color: 6254975.
HSL color Cylindrical-coordinate representation of color #7F715F: hue angle of 33.75º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F715F is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 95 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.50 |
| HSL | 33.75º | 0.14% | 0.44% | - |
| HSV(B) | 33.75º | 0.25% | 0.5% | - |
| XYZ | 16.72 | 17.15 | 13.26 | - |
| YUV | 115.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 95 | 0 | 0.11 | 0.25 | 0.50 | 33.75 | 0.14 | 0.44 |
| Hex | 7F | 71 | 5F | 0 | B | 19 | 32 | 22 | E | 2C |
| Octal | 177 | 161 | 137 | 0 | 13 | 31 | 62 | 42 | 16 | 54 |
| Binary | 1111111 | 1110001 | 1011111 | 0 | 1011 | 11001 | 110010 | 100010 | 1110 | 101100 |
Color Harmonies of #7F715F
Complementary color
Monochromatic Colors of #7F715F
Black with #7F715F
Text Example
Text Example
White with #7F715F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F715F; }
p { color: rgb(127,113,95); }
H1.HeaderClassName
{
color: #7F715F;
}
.AnyTagClassName
{
color: #7F715F;
}
</style>
background-color css
<style>
a { background-color: #7F715F; }
a { background-color: rgb(127,113,95); }
div.DivClassName
{
background-color: #7F715F;
}
.BgClassName
{
background-color: #7F715F;
}
</style>
border-color css
<style>
span { border-color: #7F715F; }
span { border-color: rgb(127,113,95); }
td.TdClassName
{
border-color: #7F715F;
}
.TagClassName
{
border-color: #7F715F;
}
</style>