Shades of Donkey Brown #7E7066
Tints of Donkey Brown #7E7066
RGB
CMYK
RGB Variations
Color information
#7E7066 (or 0x7E7066) is known color: Donkey Brown. HEX triplet: 7E, 70 and 66. RGB value is (126,112,102). Sum of RGB (Red+Green+Blue) = 126+112+102=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7066 is #818F99. Grayscale: #737373. Windows color (decimal): -8490906 or 6713470. OLE color: 6713470.
HSL color Cylindrical-coordinate representation of color #7E7066: hue angle of 25º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E7066 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 112 | 102 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.51 |
| HSL | 25º | 0.11% | 0.45% | - |
| HSV(B) | 25º | 0.19% | 0.49% | - |
| XYZ | 16.8 | 16.98 | 14.96 | - |
| YUV | 115.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 102 | 0 | 0.11 | 0.19 | 0.51 | 25 | 0.11 | 0.45 |
| Hex | 7E | 70 | 66 | 0 | B | 13 | 33 | 19 | B | 2D |
| Octal | 176 | 160 | 146 | 0 | 13 | 23 | 63 | 31 | 13 | 55 |
| Binary | 1111110 | 1110000 | 1100110 | 0 | 1011 | 10011 | 110011 | 11001 | 1011 | 101101 |
Color Harmonies of #7E7066
Complementary color
Monochromatic Colors of #7E7066
Black with #7E7066
Text Example
Text Example
White with #7E7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7066; }
p { color: rgb(126,112,102); }
H1.HeaderClassName
{
color: #7E7066;
}
.AnyTagClassName
{
color: #7E7066;
}
</style>
background-color css
<style>
a { background-color: #7E7066; }
a { background-color: rgb(126,112,102); }
div.DivClassName
{
background-color: #7E7066;
}
.BgClassName
{
background-color: #7E7066;
}
</style>
border-color css
<style>
span { border-color: #7E7066; }
span { border-color: rgb(126,112,102); }
td.TdClassName
{
border-color: #7E7066;
}
.TagClassName
{
border-color: #7E7066;
}
</style>