Shades of Donkey Brown #7F6C58
Tints of Donkey Brown #7F6C58
RGB
CMYK
RGB Variations
Color information
#7F6C58 (or 0x7F6C58) is known color: Donkey Brown. HEX triplet: 7F, 6C and 58. RGB value is (127,108,88). Sum of RGB (Red+Green+Blue) = 127+108+88=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6C58 is #8093A7. Grayscale: #6F6F6F. Windows color (decimal): -8426408 or 5794943. OLE color: 5794943.
HSL color Cylindrical-coordinate representation of color #7F6C58: hue angle of 30.77º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F6C58 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 108 | 88 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.50 |
| HSL | 30.77º | 0.18% | 0.42% | - |
| HSV(B) | 30.77º | 0.31% | 0.5% | - |
| XYZ | 15.88 | 15.94 | 11.47 | - |
| YUV | 111.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 108 | 88 | 0 | 0.15 | 0.31 | 0.50 | 30.77 | 0.18 | 0.42 |
| Hex | 7F | 6C | 58 | 0 | F | 1F | 32 | 1F | 12 | 2A |
| Octal | 177 | 154 | 130 | 0 | 17 | 37 | 62 | 37 | 22 | 52 |
| Binary | 1111111 | 1101100 | 1011000 | 0 | 1111 | 11111 | 110010 | 11111 | 10010 | 101010 |
Color Harmonies of #7F6C58
Complementary color
Monochromatic Colors of #7F6C58
Black with #7F6C58
Text Example
Text Example
White with #7F6C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F6C58; }
p { color: rgb(127,108,88); }
H1.HeaderClassName
{
color: #7F6C58;
}
.AnyTagClassName
{
color: #7F6C58;
}
</style>
background-color css
<style>
a { background-color: #7F6C58; }
a { background-color: rgb(127,108,88); }
div.DivClassName
{
background-color: #7F6C58;
}
.BgClassName
{
background-color: #7F6C58;
}
</style>
border-color css
<style>
span { border-color: #7F6C58; }
span { border-color: rgb(127,108,88); }
td.TdClassName
{
border-color: #7F6C58;
}
.TagClassName
{
border-color: #7F6C58;
}
</style>