Shades of Horses Neck #76542B
Tints of Horses Neck #76542B
RGB
CMYK
RGB Variations
Color information
#76542B (or 0x76542B) is known color: Horses Neck. HEX triplet: 76, 54 and 2B. RGB value is (118,84,43). Sum of RGB (Red+Green+Blue) = 118+84+43=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 43 (17.19% from 255 or 17.55% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76542B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76542B is #89ABD4. Grayscale: #595959. Windows color (decimal): -9022421 or 2839670. OLE color: 2839670.
HSL color Cylindrical-coordinate representation of color #76542B: hue angle of 32.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76542B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 84 | 43 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.54 |
| HSL | 32.8º | 0.47% | 0.32% | - |
| HSV(B) | 32.8º | 0.64% | 0.46% | - |
| XYZ | 11.08 | 10.37 | 3.7 | - |
| YUV | 89.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 84 | 43 | 0 | 0.29 | 0.64 | 0.54 | 32.8 | 0.47 | 0.32 |
| Hex | 76 | 54 | 2B | 0 | 1D | 40 | 36 | 21 | 2F | 20 |
| Octal | 166 | 124 | 53 | 0 | 35 | 100 | 66 | 41 | 57 | 40 |
| Binary | 1110110 | 1010100 | 101011 | 0 | 11101 | 1000000 | 110110 | 100001 | 101111 | 100000 |
Color Harmonies of #76542B
Complementary color
Monochromatic Colors of #76542B
Black with #76542B
Text Example
Text Example
White with #76542B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76542B; }
p { color: rgb(118,84,43); }
H1.HeaderClassName
{
color: #76542B;
}
.AnyTagClassName
{
color: #76542B;
}
</style>
background-color css
<style>
a { background-color: #76542B; }
a { background-color: rgb(118,84,43); }
div.DivClassName
{
background-color: #76542B;
}
.BgClassName
{
background-color: #76542B;
}
</style>
border-color css
<style>
span { border-color: #76542B; }
span { border-color: rgb(118,84,43); }
td.TdClassName
{
border-color: #76542B;
}
.TagClassName
{
border-color: #76542B;
}
</style>