Shades of Horses Neck #765C2C
Tints of Horses Neck #765C2C
RGB
CMYK
RGB Variations
Color information
#765C2C (or 0x765C2C) is known color: Horses Neck. HEX triplet: 76, 5C and 2C. RGB value is (118,92,44). Sum of RGB (Red+Green+Blue) = 118+92+44=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #765C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C2C is #89A3D3. Grayscale: #5E5E5E. Windows color (decimal): -9020372 or 2907254. OLE color: 2907254.
HSL color Cylindrical-coordinate representation of color #765C2C: hue angle of 38.92º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765C2C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 44 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.54 |
| HSL | 38.92º | 0.46% | 0.32% | - |
| HSV(B) | 38.92º | 0.63% | 0.46% | - |
| XYZ | 11.75 | 11.69 | 4.02 | - |
| YUV | 94.3 | 99.61 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 44 | 0 | 0.22 | 0.63 | 0.54 | 38.92 | 0.46 | 0.32 |
| Hex | 76 | 5C | 2C | 0 | 16 | 3F | 36 | 27 | 2E | 20 |
| Octal | 166 | 134 | 54 | 0 | 26 | 77 | 66 | 47 | 56 | 40 |
| Binary | 1110110 | 1011100 | 101100 | 0 | 10110 | 111111 | 110110 | 100111 | 101110 | 100000 |
Color Harmonies of #765C2C
Complementary color
Monochromatic Colors of #765C2C
Black with #765C2C
Text Example
Text Example
White with #765C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C2C; }
p { color: rgb(118,92,44); }
H1.HeaderClassName
{
color: #765C2C;
}
.AnyTagClassName
{
color: #765C2C;
}
</style>
background-color css
<style>
a { background-color: #765C2C; }
a { background-color: rgb(118,92,44); }
div.DivClassName
{
background-color: #765C2C;
}
.BgClassName
{
background-color: #765C2C;
}
</style>
border-color css
<style>
span { border-color: #765C2C; }
span { border-color: rgb(118,92,44); }
td.TdClassName
{
border-color: #765C2C;
}
.TagClassName
{
border-color: #765C2C;
}
</style>