Shades of Donkey Brown #7F7164
Tints of Donkey Brown #7F7164
RGB
CMYK
RGB Variations
Color information
#7F7164 (or 0x7F7164) is known color: Donkey Brown. HEX triplet: 7F, 71 and 64. RGB value is (127,113,100). Sum of RGB (Red+Green+Blue) = 127+113+100=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7164 is #808E9B. Grayscale: #737373. Windows color (decimal): -8425116 or 6582655. OLE color: 6582655.
HSL color Cylindrical-coordinate representation of color #7F7164: hue angle of 28.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7F7164 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 113 | 100 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.50 |
| HSL | 28.89º | 0.12% | 0.45% | - |
| HSV(B) | 28.89º | 0.21% | 0.5% | - |
| XYZ | 16.96 | 17.24 | 14.49 | - |
| YUV | 115.7 | 119.14 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 113 | 100 | 0 | 0.11 | 0.21 | 0.50 | 28.89 | 0.12 | 0.45 |
| Hex | 7F | 71 | 64 | 0 | B | 15 | 32 | 1D | C | 2D |
| Octal | 177 | 161 | 144 | 0 | 13 | 25 | 62 | 35 | 14 | 55 |
| Binary | 1111111 | 1110001 | 1100100 | 0 | 1011 | 10101 | 110010 | 11101 | 1100 | 101101 |
Color Harmonies of #7F7164
Complementary color
Monochromatic Colors of #7F7164
Black with #7F7164
Text Example
Text Example
White with #7F7164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7164; }
p { color: rgb(127,113,100); }
H1.HeaderClassName
{
color: #7F7164;
}
.AnyTagClassName
{
color: #7F7164;
}
</style>
background-color css
<style>
a { background-color: #7F7164; }
a { background-color: rgb(127,113,100); }
div.DivClassName
{
background-color: #7F7164;
}
.BgClassName
{
background-color: #7F7164;
}
</style>
border-color css
<style>
span { border-color: #7F7164; }
span { border-color: rgb(127,113,100); }
td.TdClassName
{
border-color: #7F7164;
}
.TagClassName
{
border-color: #7F7164;
}
</style>