Shades of Horses Neck #765A28
Tints of Horses Neck #765A28
RGB
CMYK
RGB Variations
Color information
#765A28 (or 0x765A28) is known color: Horses Neck. HEX triplet: 76, 5A and 28. RGB value is (118,90,40). Sum of RGB (Red+Green+Blue) = 118+90+40=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #765A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A28 is #89A5D7. Grayscale: #5C5C5C. Windows color (decimal): -9020888 or 2644598. OLE color: 2644598.
HSL color Cylindrical-coordinate representation of color #765A28: hue angle of 38.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #765A28 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 40 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.54 |
| HSL | 38.46º | 0.49% | 0.31% | - |
| HSV(B) | 38.46º | 0.66% | 0.46% | - |
| XYZ | 11.51 | 11.32 | 3.59 | - |
| YUV | 92.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 40 | 0 | 0.24 | 0.66 | 0.54 | 38.46 | 0.49 | 0.31 |
| Hex | 76 | 5A | 28 | 0 | 18 | 42 | 36 | 26 | 31 | 1F |
| Octal | 166 | 132 | 50 | 0 | 30 | 102 | 66 | 46 | 61 | 37 |
| Binary | 1110110 | 1011010 | 101000 | 0 | 11000 | 1000010 | 110110 | 100110 | 110001 | 11111 |
Color Harmonies of #765A28
Complementary color
Monochromatic Colors of #765A28
Black with #765A28
Text Example
Text Example
White with #765A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A28; }
p { color: rgb(118,90,40); }
H1.HeaderClassName
{
color: #765A28;
}
.AnyTagClassName
{
color: #765A28;
}
</style>
background-color css
<style>
a { background-color: #765A28; }
a { background-color: rgb(118,90,40); }
div.DivClassName
{
background-color: #765A28;
}
.BgClassName
{
background-color: #765A28;
}
</style>
border-color css
<style>
span { border-color: #765A28; }
span { border-color: rgb(118,90,40); }
td.TdClassName
{
border-color: #765A28;
}
.TagClassName
{
border-color: #765A28;
}
</style>