Shades of Horses Neck #76562C
Tints of Horses Neck #76562C
RGB
CMYK
RGB Variations
Color information
#76562C (or 0x76562C) is known color: Horses Neck. HEX triplet: 76, 56 and 2C. RGB value is (118,86,44). Sum of RGB (Red+Green+Blue) = 118+86+44=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76562C is #89A9D3. Grayscale: #5A5A5A. Windows color (decimal): -9021908 or 2905718. OLE color: 2905718.
HSL color Cylindrical-coordinate representation of color #76562C: hue angle of 34.05º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76562C is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 86 | 44 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.54 |
| HSL | 34.05º | 0.46% | 0.32% | - |
| HSV(B) | 34.05º | 0.63% | 0.46% | - |
| XYZ | 11.25 | 10.69 | 3.85 | - |
| YUV | 90.78 | 101.6 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 86 | 44 | 0 | 0.27 | 0.63 | 0.54 | 34.05 | 0.46 | 0.32 |
| Hex | 76 | 56 | 2C | 0 | 1B | 3F | 36 | 22 | 2E | 20 |
| Octal | 166 | 126 | 54 | 0 | 33 | 77 | 66 | 42 | 56 | 40 |
| Binary | 1110110 | 1010110 | 101100 | 0 | 11011 | 111111 | 110110 | 100010 | 101110 | 100000 |
Color Harmonies of #76562C
Complementary color
Monochromatic Colors of #76562C
Black with #76562C
Text Example
Text Example
White with #76562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76562C; }
p { color: rgb(118,86,44); }
H1.HeaderClassName
{
color: #76562C;
}
.AnyTagClassName
{
color: #76562C;
}
</style>
background-color css
<style>
a { background-color: #76562C; }
a { background-color: rgb(118,86,44); }
div.DivClassName
{
background-color: #76562C;
}
.BgClassName
{
background-color: #76562C;
}
</style>
border-color css
<style>
span { border-color: #76562C; }
span { border-color: rgb(118,86,44); }
td.TdClassName
{
border-color: #76562C;
}
.TagClassName
{
border-color: #76562C;
}
</style>