Shades of Horses Neck #76582A
Tints of Horses Neck #76582A
RGB
CMYK
RGB Variations
Color information
#76582A (or 0x76582A) is known color: Horses Neck. HEX triplet: 76, 58 and 2A. RGB value is (118,88,42). Sum of RGB (Red+Green+Blue) = 118+88+42=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76582A is #89A7D5. Grayscale: #5B5B5B. Windows color (decimal): -9021398 or 2775158. OLE color: 2775158.
HSL color Cylindrical-coordinate representation of color #76582A: hue angle of 36.32º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76582A is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 88 | 42 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.54 |
| HSL | 36.32º | 0.48% | 0.31% | - |
| HSV(B) | 36.32º | 0.64% | 0.46% | - |
| XYZ | 11.38 | 11 | 3.71 | - |
| YUV | 91.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 88 | 42 | 0 | 0.25 | 0.64 | 0.54 | 36.32 | 0.48 | 0.31 |
| Hex | 76 | 58 | 2A | 0 | 19 | 40 | 36 | 24 | 30 | 1F |
| Octal | 166 | 130 | 52 | 0 | 31 | 100 | 66 | 44 | 60 | 37 |
| Binary | 1110110 | 1011000 | 101010 | 0 | 11001 | 1000000 | 110110 | 100100 | 110000 | 11111 |
Color Harmonies of #76582A
Complementary color
Monochromatic Colors of #76582A
Black with #76582A
Text Example
Text Example
White with #76582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76582A; }
p { color: rgb(118,88,42); }
H1.HeaderClassName
{
color: #76582A;
}
.AnyTagClassName
{
color: #76582A;
}
</style>
background-color css
<style>
a { background-color: #76582A; }
a { background-color: rgb(118,88,42); }
div.DivClassName
{
background-color: #76582A;
}
.BgClassName
{
background-color: #76582A;
}
</style>
border-color css
<style>
span { border-color: #76582A; }
span { border-color: rgb(118,88,42); }
td.TdClassName
{
border-color: #76582A;
}
.TagClassName
{
border-color: #76582A;
}
</style>