Shades of Donkey Brown #7D6E5F
Tints of Donkey Brown #7D6E5F
RGB
CMYK
RGB Variations
Color information
#7D6E5F (or 0x7D6E5F) is known color: Donkey Brown. HEX triplet: 7D, 6E and 5F. RGB value is (125,110,95). Sum of RGB (Red+Green+Blue) = 125+110+95=330 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.88% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6E5F is #8291A0. Grayscale: #707070. Windows color (decimal): -8556961 or 6254205. OLE color: 6254205.
HSL color Cylindrical-coordinate representation of color #7D6E5F: hue angle of 30º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D6E5F is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 110 | 95 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.51 |
| HSL | 30º | 0.14% | 0.43% | - |
| HSV(B) | 30º | 0.24% | 0.49% | - |
| XYZ | 16.1 | 16.34 | 13.13 | - |
| YUV | 112.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 110 | 95 | 0 | 0.12 | 0.24 | 0.51 | 30 | 0.14 | 0.43 |
| Hex | 7D | 6E | 5F | 0 | C | 18 | 33 | 1E | E | 2B |
| Octal | 175 | 156 | 137 | 0 | 14 | 30 | 63 | 36 | 16 | 53 |
| Binary | 1111101 | 1101110 | 1011111 | 0 | 1100 | 11000 | 110011 | 11110 | 1110 | 101011 |
Color Harmonies of #7D6E5F
Complementary color
Monochromatic Colors of #7D6E5F
Black with #7D6E5F
Text Example
Text Example
White with #7D6E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6E5F; }
p { color: rgb(125,110,95); }
H1.HeaderClassName
{
color: #7D6E5F;
}
.AnyTagClassName
{
color: #7D6E5F;
}
</style>
background-color css
<style>
a { background-color: #7D6E5F; }
a { background-color: rgb(125,110,95); }
div.DivClassName
{
background-color: #7D6E5F;
}
.BgClassName
{
background-color: #7D6E5F;
}
</style>
border-color css
<style>
span { border-color: #7D6E5F; }
span { border-color: rgb(125,110,95); }
td.TdClassName
{
border-color: #7D6E5F;
}
.TagClassName
{
border-color: #7D6E5F;
}
</style>