Shades of Horses Neck #775B2A
Tints of Horses Neck #775B2A
RGB
CMYK
RGB Variations
Color information
#775B2A (or 0x775B2A) is known color: Horses Neck. HEX triplet: 77, 5B and 2A. RGB value is (119,91,42). Sum of RGB (Red+Green+Blue) = 119+91+42=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #775B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B2A is #88A4D5. Grayscale: #5E5E5E. Windows color (decimal): -8955094 or 2775927. OLE color: 2775927.
HSL color Cylindrical-coordinate representation of color #775B2A: hue angle of 38.18º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #775B2A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 91 | 42 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.53 |
| HSL | 38.18º | 0.48% | 0.32% | - |
| HSV(B) | 38.18º | 0.65% | 0.47% | - |
| XYZ | 11.77 | 11.57 | 3.8 | - |
| YUV | 93.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 91 | 42 | 0 | 0.24 | 0.65 | 0.53 | 38.18 | 0.48 | 0.32 |
| Hex | 77 | 5B | 2A | 0 | 18 | 41 | 35 | 26 | 30 | 20 |
| Octal | 167 | 133 | 52 | 0 | 30 | 101 | 65 | 46 | 60 | 40 |
| Binary | 1110111 | 1011011 | 101010 | 0 | 11000 | 1000001 | 110101 | 100110 | 110000 | 100000 |
Color Harmonies of #775B2A
Complementary color
Monochromatic Colors of #775B2A
Black with #775B2A
Text Example
Text Example
White with #775B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775B2A; }
p { color: rgb(119,91,42); }
H1.HeaderClassName
{
color: #775B2A;
}
.AnyTagClassName
{
color: #775B2A;
}
</style>
background-color css
<style>
a { background-color: #775B2A; }
a { background-color: rgb(119,91,42); }
div.DivClassName
{
background-color: #775B2A;
}
.BgClassName
{
background-color: #775B2A;
}
</style>
border-color css
<style>
span { border-color: #775B2A; }
span { border-color: rgb(119,91,42); }
td.TdClassName
{
border-color: #775B2A;
}
.TagClassName
{
border-color: #775B2A;
}
</style>