Shades of Horses Neck #765A2C
Tints of Horses Neck #765A2C
RGB
CMYK
RGB Variations
Color information
#765A2C (or 0x765A2C) is known color: Horses Neck. HEX triplet: 76, 5A and 2C. RGB value is (118,90,44). Sum of RGB (Red+Green+Blue) = 118+90+44=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #765A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A2C is #89A5D3. Grayscale: #5D5D5D. Windows color (decimal): -9020884 or 2906742. OLE color: 2906742.
HSL color Cylindrical-coordinate representation of color #765A2C: hue angle of 37.3º 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 #765A2C is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 44 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.54 |
| HSL | 37.3º | 0.46% | 0.32% | - |
| HSV(B) | 37.3º | 0.63% | 0.46% | - |
| XYZ | 11.58 | 11.35 | 3.96 | - |
| YUV | 93.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 44 | 0 | 0.24 | 0.63 | 0.54 | 37.3 | 0.46 | 0.32 |
| Hex | 76 | 5A | 2C | 0 | 18 | 3F | 36 | 25 | 2E | 20 |
| Octal | 166 | 132 | 54 | 0 | 30 | 77 | 66 | 45 | 56 | 40 |
| Binary | 1110110 | 1011010 | 101100 | 0 | 11000 | 111111 | 110110 | 100101 | 101110 | 100000 |
Color Harmonies of #765A2C
Complementary color
Monochromatic Colors of #765A2C
Black with #765A2C
Text Example
Text Example
White with #765A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A2C; }
p { color: rgb(118,90,44); }
H1.HeaderClassName
{
color: #765A2C;
}
.AnyTagClassName
{
color: #765A2C;
}
</style>
background-color css
<style>
a { background-color: #765A2C; }
a { background-color: rgb(118,90,44); }
div.DivClassName
{
background-color: #765A2C;
}
.BgClassName
{
background-color: #765A2C;
}
</style>
border-color css
<style>
span { border-color: #765A2C; }
span { border-color: rgb(118,90,44); }
td.TdClassName
{
border-color: #765A2C;
}
.TagClassName
{
border-color: #765A2C;
}
</style>