Shades of Horses Neck #76562B
Tints of Horses Neck #76562B
RGB
CMYK
RGB Variations
Color information
#76562B (or 0x76562B) is known color: Horses Neck. HEX triplet: 76, 56 and 2B. RGB value is (118,86,43). Sum of RGB (Red+Green+Blue) = 118+86+43=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76562B is #89A9D4. Grayscale: #5A5A5A. Windows color (decimal): -9021909 or 2840182. OLE color: 2840182.
HSL color Cylindrical-coordinate representation of color #76562B: hue angle of 34.4º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76562B is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 43 | - |
| CMYK | 0 | 0.27 | 0.64 | 0.54 |
| HSL | 34.4º | 0.47% | 0.32% | - |
| HSV(B) | 34.4º | 0.64% | 0.46% | - |
| XYZ | 11.24 | 10.68 | 3.76 | - |
| YUV | 90.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 43 | 0 | 0.27 | 0.64 | 0.54 | 34.4 | 0.47 | 0.32 |
| Hex | 76 | 56 | 2B | 0 | 1B | 40 | 36 | 22 | 2F | 20 |
| Octal | 166 | 126 | 53 | 0 | 33 | 100 | 66 | 42 | 57 | 40 |
| Binary | 1110110 | 1010110 | 101011 | 0 | 11011 | 1000000 | 110110 | 100010 | 101111 | 100000 |
Color Harmonies of #76562B
Complementary color
Monochromatic Colors of #76562B
Black with #76562B
Text Example
Text Example
White with #76562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76562B; }
p { color: rgb(118,86,43); }
H1.HeaderClassName
{
color: #76562B;
}
.AnyTagClassName
{
color: #76562B;
}
</style>
background-color css
<style>
a { background-color: #76562B; }
a { background-color: rgb(118,86,43); }
div.DivClassName
{
background-color: #76562B;
}
.BgClassName
{
background-color: #76562B;
}
</style>
border-color css
<style>
span { border-color: #76562B; }
span { border-color: rgb(118,86,43); }
td.TdClassName
{
border-color: #76562B;
}
.TagClassName
{
border-color: #76562B;
}
</style>