Shades of Donkey Brown #7A6C60
Tints of Donkey Brown #7A6C60
RGB
CMYK
RGB Variations
Color information
#7A6C60 (or 0x7A6C60) is known color: Donkey Brown. HEX triplet: 7A, 6C and 60. RGB value is (122,108,96). Sum of RGB (Red+Green+Blue) = 122+108+96=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C60 is #85939F. Grayscale: #6E6E6E. Windows color (decimal): -8754080 or 6319226. OLE color: 6319226.
HSL color Cylindrical-coordinate representation of color #7A6C60: hue angle of 27.69º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6C60 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 108 | 96 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.52 |
| HSL | 27.69º | 0.12% | 0.43% | - |
| HSV(B) | 27.69º | 0.21% | 0.48% | - |
| XYZ | 15.5 | 15.71 | 13.28 | - |
| YUV | 110.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 96 | 0 | 0.11 | 0.21 | 0.52 | 27.69 | 0.12 | 0.43 |
| Hex | 7A | 6C | 60 | 0 | B | 15 | 34 | 1C | C | 2B |
| Octal | 172 | 154 | 140 | 0 | 13 | 25 | 64 | 34 | 14 | 53 |
| Binary | 1111010 | 1101100 | 1100000 | 0 | 1011 | 10101 | 110100 | 11100 | 1100 | 101011 |
Color Harmonies of #7A6C60
Complementary color
Monochromatic Colors of #7A6C60
Black with #7A6C60
Text Example
Text Example
White with #7A6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6C60; }
p { color: rgb(122,108,96); }
H1.HeaderClassName
{
color: #7A6C60;
}
.AnyTagClassName
{
color: #7A6C60;
}
</style>
background-color css
<style>
a { background-color: #7A6C60; }
a { background-color: rgb(122,108,96); }
div.DivClassName
{
background-color: #7A6C60;
}
.BgClassName
{
background-color: #7A6C60;
}
</style>
border-color css
<style>
span { border-color: #7A6C60; }
span { border-color: rgb(122,108,96); }
td.TdClassName
{
border-color: #7A6C60;
}
.TagClassName
{
border-color: #7A6C60;
}
</style>