Shades of Horses Neck #765A1F
Tints of Horses Neck #765A1F
RGB
CMYK
RGB Variations
Color information
#765A1F (or 0x765A1F) is known color: Horses Neck. HEX triplet: 76, 5A and 1F. RGB value is (118,90,31). Sum of RGB (Red+Green+Blue) = 118+90+31=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #765A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A1F is #89A5E0. Grayscale: #5B5B5B. Windows color (decimal): -9020897 or 2054774. OLE color: 2054774.
HSL color Cylindrical-coordinate representation of color #765A1F: hue angle of 40.69º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #765A1F is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 31 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.54 |
| HSL | 40.69º | 0.58% | 0.29% | - |
| HSV(B) | 40.69º | 0.74% | 0.46% | - |
| XYZ | 11.37 | 11.26 | 2.87 | - |
| YUV | 91.65 | 93.78 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 31 | 0 | 0.24 | 0.74 | 0.54 | 40.69 | 0.58 | 0.29 |
| Hex | 76 | 5A | 1F | 0 | 18 | 4A | 36 | 29 | 3A | 1D |
| Octal | 166 | 132 | 37 | 0 | 30 | 112 | 66 | 51 | 72 | 35 |
| Binary | 1110110 | 1011010 | 11111 | 0 | 11000 | 1001010 | 110110 | 101001 | 111010 | 11101 |
Color Harmonies of #765A1F
Complementary color
Monochromatic Colors of #765A1F
Black with #765A1F
Text Example
Text Example
White with #765A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A1F; }
p { color: rgb(118,90,31); }
H1.HeaderClassName
{
color: #765A1F;
}
.AnyTagClassName
{
color: #765A1F;
}
</style>
background-color css
<style>
a { background-color: #765A1F; }
a { background-color: rgb(118,90,31); }
div.DivClassName
{
background-color: #765A1F;
}
.BgClassName
{
background-color: #765A1F;
}
</style>
border-color css
<style>
span { border-color: #765A1F; }
span { border-color: rgb(118,90,31); }
td.TdClassName
{
border-color: #765A1F;
}
.TagClassName
{
border-color: #765A1F;
}
</style>