Shades of Donkey Brown #7F7065
Tints of Donkey Brown #7F7065
RGB
CMYK
RGB Variations
Color information
#7F7065 (or 0x7F7065) is known color: Donkey Brown. HEX triplet: 7F, 70 and 65. RGB value is (127,112,101). Sum of RGB (Red+Green+Blue) = 127+112+101=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7065 is #808F9A. Grayscale: #737373. Windows color (decimal): -8425371 or 6647935. OLE color: 6647935.
HSL color Cylindrical-coordinate representation of color #7F7065: hue angle of 25.38º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7065 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 101 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.50 |
| HSL | 25.38º | 0.11% | 0.45% | - |
| HSV(B) | 25.38º | 0.2% | 0.5% | - |
| XYZ | 16.9 | 17.04 | 14.71 | - |
| YUV | 115.23 | 119.97 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 101 | 0 | 0.12 | 0.20 | 0.50 | 25.38 | 0.11 | 0.45 |
| Hex | 7F | 70 | 65 | 0 | C | 14 | 32 | 19 | B | 2D |
| Octal | 177 | 160 | 145 | 0 | 14 | 24 | 62 | 31 | 13 | 55 |
| Binary | 1111111 | 1110000 | 1100101 | 0 | 1100 | 10100 | 110010 | 11001 | 1011 | 101101 |
Color Harmonies of #7F7065
Complementary color
Monochromatic Colors of #7F7065
Black with #7F7065
Text Example
Text Example
White with #7F7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7065; }
p { color: rgb(127,112,101); }
H1.HeaderClassName
{
color: #7F7065;
}
.AnyTagClassName
{
color: #7F7065;
}
</style>
background-color css
<style>
a { background-color: #7F7065; }
a { background-color: rgb(127,112,101); }
div.DivClassName
{
background-color: #7F7065;
}
.BgClassName
{
background-color: #7F7065;
}
</style>
border-color css
<style>
span { border-color: #7F7065; }
span { border-color: rgb(127,112,101); }
td.TdClassName
{
border-color: #7F7065;
}
.TagClassName
{
border-color: #7F7065;
}
</style>