Shades of Donkey Brown #7C6B57
Tints of Donkey Brown #7C6B57
RGB
CMYK
RGB Variations
Color information
#7C6B57 (or 0x7C6B57) is known color: Donkey Brown. HEX triplet: 7C, 6B and 57. RGB value is (124,107,87). Sum of RGB (Red+Green+Blue) = 124+107+87=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C6B57 is #8394A8. Grayscale: #6D6D6D. Windows color (decimal): -8623273 or 5729148. OLE color: 5729148.
HSL color Cylindrical-coordinate representation of color #7C6B57: hue angle of 32.43º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C6B57 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 107 | 87 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.51 |
| HSL | 32.43º | 0.18% | 0.41% | - |
| HSV(B) | 32.43º | 0.3% | 0.49% | - |
| XYZ | 15.29 | 15.49 | 11.2 | - |
| YUV | 109.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 87 | 0 | 0.14 | 0.30 | 0.51 | 32.43 | 0.18 | 0.41 |
| Hex | 7C | 6B | 57 | 0 | E | 1E | 33 | 20 | 12 | 29 |
| Octal | 174 | 153 | 127 | 0 | 16 | 36 | 63 | 40 | 22 | 51 |
| Binary | 1111100 | 1101011 | 1010111 | 0 | 1110 | 11110 | 110011 | 100000 | 10010 | 101001 |
Color Harmonies of #7C6B57
Complementary color
Monochromatic Colors of #7C6B57
Black with #7C6B57
Text Example
Text Example
White with #7C6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6B57; }
p { color: rgb(124,107,87); }
H1.HeaderClassName
{
color: #7C6B57;
}
.AnyTagClassName
{
color: #7C6B57;
}
</style>
background-color css
<style>
a { background-color: #7C6B57; }
a { background-color: rgb(124,107,87); }
div.DivClassName
{
background-color: #7C6B57;
}
.BgClassName
{
background-color: #7C6B57;
}
</style>
border-color css
<style>
span { border-color: #7C6B57; }
span { border-color: rgb(124,107,87); }
td.TdClassName
{
border-color: #7C6B57;
}
.TagClassName
{
border-color: #7C6B57;
}
</style>