Shades of Horses Neck #765A2B
Tints of Horses Neck #765A2B
RGB
CMYK
RGB Variations
Color information
#765A2B (or 0x765A2B) is known color: Horses Neck. HEX triplet: 76, 5A and 2B. RGB value is (118,90,43). Sum of RGB (Red+Green+Blue) = 118+90+43=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #765A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A2B is #89A5D4. Grayscale: #5D5D5D. Windows color (decimal): -9020885 or 2841206. OLE color: 2841206.
HSL color Cylindrical-coordinate representation of color #765A2B: hue angle of 37.6º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765A2B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 43 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.54 |
| HSL | 37.6º | 0.47% | 0.32% | - |
| HSV(B) | 37.6º | 0.64% | 0.46% | - |
| XYZ | 11.56 | 11.34 | 3.86 | - |
| YUV | 93.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 43 | 0 | 0.24 | 0.64 | 0.54 | 37.6 | 0.47 | 0.32 |
| Hex | 76 | 5A | 2B | 0 | 18 | 40 | 36 | 26 | 2F | 20 |
| Octal | 166 | 132 | 53 | 0 | 30 | 100 | 66 | 46 | 57 | 40 |
| Binary | 1110110 | 1011010 | 101011 | 0 | 11000 | 1000000 | 110110 | 100110 | 101111 | 100000 |
Color Harmonies of #765A2B
Complementary color
Monochromatic Colors of #765A2B
Black with #765A2B
Text Example
Text Example
White with #765A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A2B; }
p { color: rgb(118,90,43); }
H1.HeaderClassName
{
color: #765A2B;
}
.AnyTagClassName
{
color: #765A2B;
}
</style>
background-color css
<style>
a { background-color: #765A2B; }
a { background-color: rgb(118,90,43); }
div.DivClassName
{
background-color: #765A2B;
}
.BgClassName
{
background-color: #765A2B;
}
</style>
border-color css
<style>
span { border-color: #765A2B; }
span { border-color: rgb(118,90,43); }
td.TdClassName
{
border-color: #765A2B;
}
.TagClassName
{
border-color: #765A2B;
}
</style>