Shades of Horses Neck #765C26
Tints of Horses Neck #765C26
RGB
CMYK
RGB Variations
Color information
#765C26 (or 0x765C26) is known color: Horses Neck. HEX triplet: 76, 5C and 26. RGB value is (118,92,38). Sum of RGB (Red+Green+Blue) = 118+92+38=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #765C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C26 is #89A3D9. Grayscale: #5D5D5D. Windows color (decimal): -9020378 or 2514038. OLE color: 2514038.
HSL color Cylindrical-coordinate representation of color #765C26: hue angle of 40.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #765C26 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 38 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.54 |
| HSL | 40.5º | 0.51% | 0.31% | - |
| HSV(B) | 40.5º | 0.68% | 0.46% | - |
| XYZ | 11.65 | 11.65 | 3.47 | - |
| YUV | 93.62 | 96.61 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 38 | 0 | 0.22 | 0.68 | 0.54 | 40.5 | 0.51 | 0.31 |
| Hex | 76 | 5C | 26 | 0 | 16 | 44 | 36 | 28 | 33 | 1F |
| Octal | 166 | 134 | 46 | 0 | 26 | 104 | 66 | 50 | 63 | 37 |
| Binary | 1110110 | 1011100 | 100110 | 0 | 10110 | 1000100 | 110110 | 101000 | 110011 | 11111 |
Color Harmonies of #765C26
Complementary color
Monochromatic Colors of #765C26
Black with #765C26
Text Example
Text Example
White with #765C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C26; }
p { color: rgb(118,92,38); }
H1.HeaderClassName
{
color: #765C26;
}
.AnyTagClassName
{
color: #765C26;
}
</style>
background-color css
<style>
a { background-color: #765C26; }
a { background-color: rgb(118,92,38); }
div.DivClassName
{
background-color: #765C26;
}
.BgClassName
{
background-color: #765C26;
}
</style>
border-color css
<style>
span { border-color: #765C26; }
span { border-color: rgb(118,92,38); }
td.TdClassName
{
border-color: #765C26;
}
.TagClassName
{
border-color: #765C26;
}
</style>