Shades of Horses Neck #76532A
Tints of Horses Neck #76532A
RGB
CMYK
RGB Variations
Color information
#76532A (or 0x76532A) is known color: Horses Neck. HEX triplet: 76, 53 and 2A. RGB value is (118,83,42). Sum of RGB (Red+Green+Blue) = 118+83+42=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #76532A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76532A is #89ACD5. Grayscale: #585858. Windows color (decimal): -9022678 or 2773878. OLE color: 2773878.
HSL color Cylindrical-coordinate representation of color #76532A: hue angle of 32.37º 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 #76532A is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 42 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.54 |
| HSL | 32.37º | 0.48% | 0.31% | - |
| HSV(B) | 32.37º | 0.64% | 0.46% | - |
| XYZ | 10.98 | 10.21 | 3.58 | - |
| YUV | 88.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 42 | 0 | 0.30 | 0.64 | 0.54 | 32.37 | 0.48 | 0.31 |
| Hex | 76 | 53 | 2A | 0 | 1E | 40 | 36 | 20 | 30 | 1F |
| Octal | 166 | 123 | 52 | 0 | 36 | 100 | 66 | 40 | 60 | 37 |
| Binary | 1110110 | 1010011 | 101010 | 0 | 11110 | 1000000 | 110110 | 100000 | 110000 | 11111 |
Color Harmonies of #76532A
Complementary color
Monochromatic Colors of #76532A
Black with #76532A
Text Example
Text Example
White with #76532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76532A; }
p { color: rgb(118,83,42); }
H1.HeaderClassName
{
color: #76532A;
}
.AnyTagClassName
{
color: #76532A;
}
</style>
background-color css
<style>
a { background-color: #76532A; }
a { background-color: rgb(118,83,42); }
div.DivClassName
{
background-color: #76532A;
}
.BgClassName
{
background-color: #76532A;
}
</style>
border-color css
<style>
span { border-color: #76532A; }
span { border-color: rgb(118,83,42); }
td.TdClassName
{
border-color: #76532A;
}
.TagClassName
{
border-color: #76532A;
}
</style>