Shades of Horses Neck #77592C
Tints of Horses Neck #77592C
RGB
CMYK
RGB Variations
Color information
#77592C (or 0x77592C) is known color: Horses Neck. HEX triplet: 77, 59 and 2C. RGB value is (119,89,44). Sum of RGB (Red+Green+Blue) = 119+89+44=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77592C is #88A6D3. Grayscale: #5D5D5D. Windows color (decimal): -8955604 or 2906487. OLE color: 2906487.
HSL color Cylindrical-coordinate representation of color #77592C: hue angle of 36º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77592C is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 89 | 44 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.53 |
| HSL | 36º | 0.46% | 0.32% | - |
| HSV(B) | 36º | 0.63% | 0.47% | - |
| XYZ | 11.63 | 11.25 | 3.94 | - |
| YUV | 92.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 44 | 0 | 0.25 | 0.63 | 0.53 | 36 | 0.46 | 0.32 |
| Hex | 77 | 59 | 2C | 0 | 19 | 3F | 35 | 24 | 2E | 20 |
| Octal | 167 | 131 | 54 | 0 | 31 | 77 | 65 | 44 | 56 | 40 |
| Binary | 1110111 | 1011001 | 101100 | 0 | 11001 | 111111 | 110101 | 100100 | 101110 | 100000 |
Color Harmonies of #77592C
Complementary color
Monochromatic Colors of #77592C
Black with #77592C
Text Example
Text Example
White with #77592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77592C; }
p { color: rgb(119,89,44); }
H1.HeaderClassName
{
color: #77592C;
}
.AnyTagClassName
{
color: #77592C;
}
</style>
background-color css
<style>
a { background-color: #77592C; }
a { background-color: rgb(119,89,44); }
div.DivClassName
{
background-color: #77592C;
}
.BgClassName
{
background-color: #77592C;
}
</style>
border-color css
<style>
span { border-color: #77592C; }
span { border-color: rgb(119,89,44); }
td.TdClassName
{
border-color: #77592C;
}
.TagClassName
{
border-color: #77592C;
}
</style>