Shades of Donkey Brown #7F7063
Tints of Donkey Brown #7F7063
RGB
CMYK
RGB Variations
Color information
#7F7063 (or 0x7F7063) is known color: Donkey Brown. HEX triplet: 7F, 70 and 63. RGB value is (127,112,99). Sum of RGB (Red+Green+Blue) = 127+112+99=338 (44% of max value = 765). Red value is 127 (50% from 255 or 37.57% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7063 is #808F9C. Grayscale: #737373. Windows color (decimal): -8425373 or 6516863. OLE color: 6516863.
HSL color Cylindrical-coordinate representation of color #7F7063: hue angle of 27.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F7063 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 99 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.50 |
| HSL | 27.86º | 0.12% | 0.44% | - |
| HSV(B) | 27.86º | 0.22% | 0.5% | - |
| XYZ | 16.8 | 17 | 14.2 | - |
| YUV | 115 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 99 | 0 | 0.12 | 0.22 | 0.50 | 27.86 | 0.12 | 0.44 |
| Hex | 7F | 70 | 63 | 0 | C | 16 | 32 | 1C | C | 2C |
| Octal | 177 | 160 | 143 | 0 | 14 | 26 | 62 | 34 | 14 | 54 |
| Binary | 1111111 | 1110000 | 1100011 | 0 | 1100 | 10110 | 110010 | 11100 | 1100 | 101100 |
Color Harmonies of #7F7063
Complementary color
Monochromatic Colors of #7F7063
Black with #7F7063
Text Example
Text Example
White with #7F7063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7063; }
p { color: rgb(127,112,99); }
H1.HeaderClassName
{
color: #7F7063;
}
.AnyTagClassName
{
color: #7F7063;
}
</style>
background-color css
<style>
a { background-color: #7F7063; }
a { background-color: rgb(127,112,99); }
div.DivClassName
{
background-color: #7F7063;
}
.BgClassName
{
background-color: #7F7063;
}
</style>
border-color css
<style>
span { border-color: #7F7063; }
span { border-color: rgb(127,112,99); }
td.TdClassName
{
border-color: #7F7063;
}
.TagClassName
{
border-color: #7F7063;
}
</style>