Shades of Donkey Brown #7D7066
Tints of Donkey Brown #7D7066
RGB
CMYK
RGB Variations
Color information
#7D7066 (or 0x7D7066) is known color: Donkey Brown. HEX triplet: 7D, 70 and 66. RGB value is (125,112,102). Sum of RGB (Red+Green+Blue) = 125+112+102=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7066 is #828F99. Grayscale: #727272. Windows color (decimal): -8556442 or 6713469. OLE color: 6713469.
HSL color Cylindrical-coordinate representation of color #7D7066: hue angle of 26.09º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7D7066 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 112 | 102 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.51 |
| HSL | 26.09º | 0.1% | 0.45% | - |
| HSV(B) | 26.09º | 0.18% | 0.49% | - |
| XYZ | 16.65 | 16.91 | 14.96 | - |
| YUV | 114.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 102 | 0 | 0.10 | 0.18 | 0.51 | 26.09 | 0.1 | 0.45 |
| Hex | 7D | 70 | 66 | 0 | A | 12 | 33 | 1A | A | 2D |
| Octal | 175 | 160 | 146 | 0 | 12 | 22 | 63 | 32 | 12 | 55 |
| Binary | 1111101 | 1110000 | 1100110 | 0 | 1010 | 10010 | 110011 | 11010 | 1010 | 101101 |
Color Harmonies of #7D7066
Complementary color
Monochromatic Colors of #7D7066
Black with #7D7066
Text Example
Text Example
White with #7D7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7066; }
p { color: rgb(125,112,102); }
H1.HeaderClassName
{
color: #7D7066;
}
.AnyTagClassName
{
color: #7D7066;
}
</style>
background-color css
<style>
a { background-color: #7D7066; }
a { background-color: rgb(125,112,102); }
div.DivClassName
{
background-color: #7D7066;
}
.BgClassName
{
background-color: #7D7066;
}
</style>
border-color css
<style>
span { border-color: #7D7066; }
span { border-color: rgb(125,112,102); }
td.TdClassName
{
border-color: #7D7066;
}
.TagClassName
{
border-color: #7D7066;
}
</style>