Shades of Donkey Brown #7A6B5F
Tints of Donkey Brown #7A6B5F
RGB
CMYK
RGB Variations
Color information
#7A6B5F (or 0x7A6B5F) is known color: Donkey Brown. HEX triplet: 7A, 6B and 5F. RGB value is (122,107,95). Sum of RGB (Red+Green+Blue) = 122+107+95=324 (42% of max value = 765). Red value is 122 (48.05% from 255 or 37.65% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B5F is #8594A0. Grayscale: #6E6E6E. Windows color (decimal): -8754337 or 6253434. OLE color: 6253434.
HSL color Cylindrical-coordinate representation of color #7A6B5F: hue angle of 26.67º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A6B5F is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 107 | 95 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.52 |
| HSL | 26.67º | 0.12% | 0.43% | - |
| HSV(B) | 26.67º | 0.22% | 0.48% | - |
| XYZ | 15.35 | 15.48 | 13.01 | - |
| YUV | 110.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 107 | 95 | 0 | 0.12 | 0.22 | 0.52 | 26.67 | 0.12 | 0.43 |
| Hex | 7A | 6B | 5F | 0 | C | 16 | 34 | 1B | C | 2B |
| Octal | 172 | 153 | 137 | 0 | 14 | 26 | 64 | 33 | 14 | 53 |
| Binary | 1111010 | 1101011 | 1011111 | 0 | 1100 | 10110 | 110100 | 11011 | 1100 | 101011 |
Color Harmonies of #7A6B5F
Complementary color
Monochromatic Colors of #7A6B5F
Black with #7A6B5F
Text Example
Text Example
White with #7A6B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6B5F; }
p { color: rgb(122,107,95); }
H1.HeaderClassName
{
color: #7A6B5F;
}
.AnyTagClassName
{
color: #7A6B5F;
}
</style>
background-color css
<style>
a { background-color: #7A6B5F; }
a { background-color: rgb(122,107,95); }
div.DivClassName
{
background-color: #7A6B5F;
}
.BgClassName
{
background-color: #7A6B5F;
}
</style>
border-color css
<style>
span { border-color: #7A6B5F; }
span { border-color: rgb(122,107,95); }
td.TdClassName
{
border-color: #7A6B5F;
}
.TagClassName
{
border-color: #7A6B5F;
}
</style>