Shades of Horses Neck #765B25
Tints of Horses Neck #765B25
RGB
CMYK
RGB Variations
Color information
#765B25 (or 0x765B25) is known color: Horses Neck. HEX triplet: 76, 5B and 25. RGB value is (118,91,37). Sum of RGB (Red+Green+Blue) = 118+91+37=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #765B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B25 is #89A4DA. Grayscale: #5D5D5D. Windows color (decimal): -9020635 or 2448246. OLE color: 2448246.
HSL color Cylindrical-coordinate representation of color #765B25: hue angle of 40º 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 #765B25 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 91 | 37 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.54 |
| HSL | 40º | 0.52% | 0.3% | - |
| HSV(B) | 40º | 0.69% | 0.46% | - |
| XYZ | 11.55 | 11.47 | 3.36 | - |
| YUV | 92.92 | 96.45 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 37 | 0 | 0.23 | 0.69 | 0.54 | 40 | 0.52 | 0.3 |
| Hex | 76 | 5B | 25 | 0 | 17 | 45 | 36 | 28 | 34 | 1E |
| Octal | 166 | 133 | 45 | 0 | 27 | 105 | 66 | 50 | 64 | 36 |
| Binary | 1110110 | 1011011 | 100101 | 0 | 10111 | 1000101 | 110110 | 101000 | 110100 | 11110 |
Color Harmonies of #765B25
Complementary color
Monochromatic Colors of #765B25
Black with #765B25
Text Example
Text Example
White with #765B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B25; }
p { color: rgb(118,91,37); }
H1.HeaderClassName
{
color: #765B25;
}
.AnyTagClassName
{
color: #765B25;
}
</style>
background-color css
<style>
a { background-color: #765B25; }
a { background-color: rgb(118,91,37); }
div.DivClassName
{
background-color: #765B25;
}
.BgClassName
{
background-color: #765B25;
}
</style>
border-color css
<style>
span { border-color: #765B25; }
span { border-color: rgb(118,91,37); }
td.TdClassName
{
border-color: #765B25;
}
.TagClassName
{
border-color: #765B25;
}
</style>