Shades of Horses Neck #76572C
Tints of Horses Neck #76572C
RGB
CMYK
RGB Variations
Color information
#76572C (or 0x76572C) is known color: Horses Neck. HEX triplet: 76, 57 and 2C. RGB value is (118,87,44). Sum of RGB (Red+Green+Blue) = 118+87+44=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76572C is #89A8D3. Grayscale: #5B5B5B. Windows color (decimal): -9021652 or 2905974. OLE color: 2905974.
HSL color Cylindrical-coordinate representation of color #76572C: hue angle of 34.86º 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 #76572C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 44 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.54 |
| HSL | 34.86º | 0.46% | 0.32% | - |
| HSV(B) | 34.86º | 0.63% | 0.46% | - |
| XYZ | 11.33 | 10.85 | 3.88 | - |
| YUV | 91.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 44 | 0 | 0.26 | 0.63 | 0.54 | 34.86 | 0.46 | 0.32 |
| Hex | 76 | 57 | 2C | 0 | 1A | 3F | 36 | 23 | 2E | 20 |
| Octal | 166 | 127 | 54 | 0 | 32 | 77 | 66 | 43 | 56 | 40 |
| Binary | 1110110 | 1010111 | 101100 | 0 | 11010 | 111111 | 110110 | 100011 | 101110 | 100000 |
Color Harmonies of #76572C
Complementary color
Monochromatic Colors of #76572C
Black with #76572C
Text Example
Text Example
White with #76572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76572C; }
p { color: rgb(118,87,44); }
H1.HeaderClassName
{
color: #76572C;
}
.AnyTagClassName
{
color: #76572C;
}
</style>
background-color css
<style>
a { background-color: #76572C; }
a { background-color: rgb(118,87,44); }
div.DivClassName
{
background-color: #76572C;
}
.BgClassName
{
background-color: #76572C;
}
</style>
border-color css
<style>
span { border-color: #76572C; }
span { border-color: rgb(118,87,44); }
td.TdClassName
{
border-color: #76572C;
}
.TagClassName
{
border-color: #76572C;
}
</style>