Shades of Donkey Brown #7D6F67
Tints of Donkey Brown #7D6F67
RGB
CMYK
RGB Variations
Color information
#7D6F67 (or 0x7D6F67) is known color: Donkey Brown. HEX triplet: 7D, 6F and 67. RGB value is (125,111,103). Sum of RGB (Red+Green+Blue) = 125+111+103=339 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.87% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6F67 is #829098. Grayscale: #727272. Windows color (decimal): -8556697 or 6778749. OLE color: 6778749.
HSL color Cylindrical-coordinate representation of color #7D6F67: hue angle of 21.82º 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 #7D6F67 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 111 | 103 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.51 |
| HSL | 21.82º | 0.1% | 0.45% | - |
| HSV(B) | 21.82º | 0.18% | 0.49% | - |
| XYZ | 16.59 | 16.71 | 15.18 | - |
| YUV | 114.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 111 | 103 | 0 | 0.11 | 0.18 | 0.51 | 21.82 | 0.1 | 0.45 |
| Hex | 7D | 6F | 67 | 0 | B | 12 | 33 | 16 | A | 2D |
| Octal | 175 | 157 | 147 | 0 | 13 | 22 | 63 | 26 | 12 | 55 |
| Binary | 1111101 | 1101111 | 1100111 | 0 | 1011 | 10010 | 110011 | 10110 | 1010 | 101101 |
Color Harmonies of #7D6F67
Complementary color
Monochromatic Colors of #7D6F67
Black with #7D6F67
Text Example
Text Example
White with #7D6F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6F67; }
p { color: rgb(125,111,103); }
H1.HeaderClassName
{
color: #7D6F67;
}
.AnyTagClassName
{
color: #7D6F67;
}
</style>
background-color css
<style>
a { background-color: #7D6F67; }
a { background-color: rgb(125,111,103); }
div.DivClassName
{
background-color: #7D6F67;
}
.BgClassName
{
background-color: #7D6F67;
}
</style>
border-color css
<style>
span { border-color: #7D6F67; }
span { border-color: rgb(125,111,103); }
td.TdClassName
{
border-color: #7D6F67;
}
.TagClassName
{
border-color: #7D6F67;
}
</style>