Shades of Horses Neck #765C24
Tints of Horses Neck #765C24
RGB
CMYK
RGB Variations
Color information
#765C24 (or 0x765C24) is known color: Horses Neck. HEX triplet: 76, 5C and 24. RGB value is (118,92,36). Sum of RGB (Red+Green+Blue) = 118+92+36=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765C24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C24 is #89A3DB. Grayscale: #5D5D5D. Windows color (decimal): -9020380 or 2382966. OLE color: 2382966.
HSL color Cylindrical-coordinate representation of color #765C24: hue angle of 40.98º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #765C24 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 36 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.54 |
| HSL | 40.98º | 0.53% | 0.3% | - |
| HSV(B) | 40.98º | 0.69% | 0.46% | - |
| XYZ | 11.62 | 11.63 | 3.3 | - |
| YUV | 93.39 | 95.61 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 36 | 0 | 0.22 | 0.69 | 0.54 | 40.98 | 0.53 | 0.3 |
| Hex | 76 | 5C | 24 | 0 | 16 | 45 | 36 | 29 | 35 | 1E |
| Octal | 166 | 134 | 44 | 0 | 26 | 105 | 66 | 51 | 65 | 36 |
| Binary | 1110110 | 1011100 | 100100 | 0 | 10110 | 1000101 | 110110 | 101001 | 110101 | 11110 |
Color Harmonies of #765C24
Complementary color
Monochromatic Colors of #765C24
Black with #765C24
Text Example
Text Example
White with #765C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C24; }
p { color: rgb(118,92,36); }
H1.HeaderClassName
{
color: #765C24;
}
.AnyTagClassName
{
color: #765C24;
}
</style>
background-color css
<style>
a { background-color: #765C24; }
a { background-color: rgb(118,92,36); }
div.DivClassName
{
background-color: #765C24;
}
.BgClassName
{
background-color: #765C24;
}
</style>
border-color css
<style>
span { border-color: #765C24; }
span { border-color: rgb(118,92,36); }
td.TdClassName
{
border-color: #765C24;
}
.TagClassName
{
border-color: #765C24;
}
</style>