Shades of Horses Neck #765C25
Tints of Horses Neck #765C25
RGB
CMYK
RGB Variations
Color information
#765C25 (or 0x765C25) is known color: Horses Neck. HEX triplet: 76, 5C and 25. RGB value is (118,92,37). Sum of RGB (Red+Green+Blue) = 118+92+37=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #765C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C25 is #89A3DA. Grayscale: #5D5D5D. Windows color (decimal): -9020379 or 2448502. OLE color: 2448502.
HSL color Cylindrical-coordinate representation of color #765C25: hue angle of 40.74º degrees, saturation: 0.52, 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 #765C25 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 37 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.54 |
| HSL | 40.74º | 0.52% | 0.3% | - |
| HSV(B) | 40.74º | 0.69% | 0.46% | - |
| XYZ | 11.63 | 11.64 | 3.38 | - |
| YUV | 93.5 | 96.11 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 37 | 0 | 0.22 | 0.69 | 0.54 | 40.74 | 0.52 | 0.3 |
| Hex | 76 | 5C | 25 | 0 | 16 | 45 | 36 | 29 | 34 | 1E |
| Octal | 166 | 134 | 45 | 0 | 26 | 105 | 66 | 51 | 64 | 36 |
| Binary | 1110110 | 1011100 | 100101 | 0 | 10110 | 1000101 | 110110 | 101001 | 110100 | 11110 |
Color Harmonies of #765C25
Complementary color
Monochromatic Colors of #765C25
Black with #765C25
Text Example
Text Example
White with #765C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C25; }
p { color: rgb(118,92,37); }
H1.HeaderClassName
{
color: #765C25;
}
.AnyTagClassName
{
color: #765C25;
}
</style>
background-color css
<style>
a { background-color: #765C25; }
a { background-color: rgb(118,92,37); }
div.DivClassName
{
background-color: #765C25;
}
.BgClassName
{
background-color: #765C25;
}
</style>
border-color css
<style>
span { border-color: #765C25; }
span { border-color: rgb(118,92,37); }
td.TdClassName
{
border-color: #765C25;
}
.TagClassName
{
border-color: #765C25;
}
</style>