Shades of Horses Neck #765C27
Tints of Horses Neck #765C27
RGB
CMYK
RGB Variations
Color information
#765C27 (or 0x765C27) is known color: Horses Neck. HEX triplet: 76, 5C and 27. RGB value is (118,92,39). Sum of RGB (Red+Green+Blue) = 118+92+39=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #765C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C27 is #89A3D8. Grayscale: #5D5D5D. Windows color (decimal): -9020377 or 2579574. OLE color: 2579574.
HSL color Cylindrical-coordinate representation of color #765C27: hue angle of 40.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #765C27 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 39 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.54 |
| HSL | 40.25º | 0.5% | 0.31% | - |
| HSV(B) | 40.25º | 0.67% | 0.46% | - |
| XYZ | 11.66 | 11.65 | 3.55 | - |
| YUV | 93.73 | 97.11 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 39 | 0 | 0.22 | 0.67 | 0.54 | 40.25 | 0.5 | 0.31 |
| Hex | 76 | 5C | 27 | 0 | 16 | 43 | 36 | 28 | 32 | 1F |
| Octal | 166 | 134 | 47 | 0 | 26 | 103 | 66 | 50 | 62 | 37 |
| Binary | 1110110 | 1011100 | 100111 | 0 | 10110 | 1000011 | 110110 | 101000 | 110010 | 11111 |
Color Harmonies of #765C27
Complementary color
Monochromatic Colors of #765C27
Black with #765C27
Text Example
Text Example
White with #765C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C27; }
p { color: rgb(118,92,39); }
H1.HeaderClassName
{
color: #765C27;
}
.AnyTagClassName
{
color: #765C27;
}
</style>
background-color css
<style>
a { background-color: #765C27; }
a { background-color: rgb(118,92,39); }
div.DivClassName
{
background-color: #765C27;
}
.BgClassName
{
background-color: #765C27;
}
</style>
border-color css
<style>
span { border-color: #765C27; }
span { border-color: rgb(118,92,39); }
td.TdClassName
{
border-color: #765C27;
}
.TagClassName
{
border-color: #765C27;
}
</style>