Shades of Horses Neck #775C2C
Tints of Horses Neck #775C2C
RGB
CMYK
RGB Variations
Color information
#775C2C (or 0x775C2C) is known color: Horses Neck. HEX triplet: 77, 5C and 2C. RGB value is (119,92,44). Sum of RGB (Red+Green+Blue) = 119+92+44=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 92 (36.33% from 255 or 36.08% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #775C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C2C is #88A3D3. Grayscale: #5E5E5E. Windows color (decimal): -8954836 or 2907255. OLE color: 2907255.
HSL color Cylindrical-coordinate representation of color #775C2C: hue angle of 38.4º 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 #775C2C is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 92 | 44 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.53 |
| HSL | 38.4º | 0.46% | 0.32% | - |
| HSV(B) | 38.4º | 0.63% | 0.47% | - |
| XYZ | 11.89 | 11.76 | 4.03 | - |
| YUV | 94.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 44 | 0 | 0.23 | 0.63 | 0.53 | 38.4 | 0.46 | 0.32 |
| Hex | 77 | 5C | 2C | 0 | 17 | 3F | 35 | 26 | 2E | 20 |
| Octal | 167 | 134 | 54 | 0 | 27 | 77 | 65 | 46 | 56 | 40 |
| Binary | 1110111 | 1011100 | 101100 | 0 | 10111 | 111111 | 110101 | 100110 | 101110 | 100000 |
Color Harmonies of #775C2C
Complementary color
Monochromatic Colors of #775C2C
Black with #775C2C
Text Example
Text Example
White with #775C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775C2C; }
p { color: rgb(119,92,44); }
H1.HeaderClassName
{
color: #775C2C;
}
.AnyTagClassName
{
color: #775C2C;
}
</style>
background-color css
<style>
a { background-color: #775C2C; }
a { background-color: rgb(119,92,44); }
div.DivClassName
{
background-color: #775C2C;
}
.BgClassName
{
background-color: #775C2C;
}
</style>
border-color css
<style>
span { border-color: #775C2C; }
span { border-color: rgb(119,92,44); }
td.TdClassName
{
border-color: #775C2C;
}
.TagClassName
{
border-color: #775C2C;
}
</style>