Shades of Donkey Brown #7A6B5E
Tints of Donkey Brown #7A6B5E
RGB
CMYK
RGB Variations
Color information
#7A6B5E (or 0x7A6B5E) is known color: Donkey Brown. HEX triplet: 7A, 6B and 5E. RGB value is (122,107,94). Sum of RGB (Red+Green+Blue) = 122+107+94=323 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.77% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B5E is #8594A1. Grayscale: #6E6E6E. Windows color (decimal): -8754338 or 6187898. OLE color: 6187898.
HSL color Cylindrical-coordinate representation of color #7A6B5E: hue angle of 27.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6B5E is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
RGB | 122 | 107 | 94 | - |
CMYK | 0 | 0.12 | 0.23 | 0.52 |
HSL | 27.86º | 0.13% | 0.42% | - |
HSV(B) | 27.86º | 0.23% | 0.48% | - |
XYZ | 15.3 | 15.46 | 12.77 | - |
YUV | 110 | 118.97 | 136.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 107 | 94 | 0 | 0.12 | 0.23 | 0.52 | 27.86 | 0.13 | 0.42 |
Hex | 7A | 6B | 5E | 0 | C | 17 | 34 | 1C | D | 2A |
Octal | 172 | 153 | 136 | 0 | 14 | 27 | 64 | 34 | 15 | 52 |
Binary | 1111010 | 1101011 | 1011110 | 0 | 1100 | 10111 | 110100 | 11100 | 1101 | 101010 |
Color Harmonies of #7A6B5E
Complementary color
Monochromatic Colors of #7A6B5E
Black with #7A6B5E
Text Example
Text Example
White with #7A6B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B5E; }
p { color: rgb(122,107,94); }
H1.HeaderClassName
{
color: #7A6B5E;
}
.AnyTagClassName
{
color: #7A6B5E;
}
</style>
background-color css
<style>
a { background-color: #7A6B5E; }
a { background-color: rgb(122,107,94); }
div.DivClassName
{
background-color: #7A6B5E;
}
.BgClassName
{
background-color: #7A6B5E;
}
</style>
border-color css
<style>
span { border-color: #7A6B5E; }
span { border-color: rgb(122,107,94); }
td.TdClassName
{
border-color: #7A6B5E;
}
.TagClassName
{
border-color: #7A6B5E;
}
</style>