Shades of Horses Neck #76552B
Tints of Horses Neck #76552B
RGB
CMYK
RGB Variations
Color information
#76552B (or 0x76552B) is known color: Horses Neck. HEX triplet: 76, 55 and 2B. RGB value is (118,85,43). Sum of RGB (Red+Green+Blue) = 118+85+43=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76552B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76552B is #89AAD4. Grayscale: #5A5A5A. Windows color (decimal): -9022165 or 2839926. OLE color: 2839926.
HSL color Cylindrical-coordinate representation of color #76552B: hue angle of 33.6º 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 #76552B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 43 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.54 |
| HSL | 33.6º | 0.47% | 0.32% | - |
| HSV(B) | 33.6º | 0.64% | 0.46% | - |
| XYZ | 11.16 | 10.52 | 3.73 | - |
| YUV | 90.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 43 | 0 | 0.28 | 0.64 | 0.54 | 33.6 | 0.47 | 0.32 |
| Hex | 76 | 55 | 2B | 0 | 1C | 40 | 36 | 22 | 2F | 20 |
| Octal | 166 | 125 | 53 | 0 | 34 | 100 | 66 | 42 | 57 | 40 |
| Binary | 1110110 | 1010101 | 101011 | 0 | 11100 | 1000000 | 110110 | 100010 | 101111 | 100000 |
Color Harmonies of #76552B
Complementary color
Monochromatic Colors of #76552B
Black with #76552B
Text Example
Text Example
White with #76552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76552B; }
p { color: rgb(118,85,43); }
H1.HeaderClassName
{
color: #76552B;
}
.AnyTagClassName
{
color: #76552B;
}
</style>
background-color css
<style>
a { background-color: #76552B; }
a { background-color: rgb(118,85,43); }
div.DivClassName
{
background-color: #76552B;
}
.BgClassName
{
background-color: #76552B;
}
</style>
border-color css
<style>
span { border-color: #76552B; }
span { border-color: rgb(118,85,43); }
td.TdClassName
{
border-color: #76552B;
}
.TagClassName
{
border-color: #76552B;
}
</style>