Shades of Highland #76875D
Tints of Highland #76875D
RGB
CMYK
RGB Variations
Color information
#76875D (or 0x76875D) is known color: Highland. HEX triplet: 76, 87 and 5D. RGB value is (118,135,93). Sum of RGB (Red+Green+Blue) = 118+135+93=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 135 - color contains mainly: green. Hex color #76875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76875D is #8978A2. Grayscale: #7D7D7D. Windows color (decimal): -9009315 or 6129526. OLE color: 6129526.
HSL color Cylindrical-coordinate representation of color #76875D: hue angle of 84.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76875D is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 93 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.47 |
| HSL | 84.29º | 0.18% | 0.45% | - |
| HSV(B) | 84.29º | 0.31% | 0.53% | - |
| XYZ | 18.11 | 21.97 | 13.64 | - |
| YUV | 125.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 93 | 0.13 | 0 | 0.31 | 0.47 | 84.29 | 0.18 | 0.45 |
| Hex | 76 | 87 | 5D | D | 0 | 1F | 2F | 54 | 12 | 2D |
| Octal | 166 | 207 | 135 | 15 | 0 | 37 | 57 | 124 | 22 | 55 |
| Binary | 1110110 | 10000111 | 1011101 | 1101 | 0 | 11111 | 101111 | 1010100 | 10010 | 101101 |
Color Harmonies of #76875D
Complementary color
Monochromatic Colors of #76875D
Black with #76875D
Text Example
Text Example
White with #76875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76875D; }
p { color: rgb(118,135,93); }
H1.HeaderClassName
{
color: #76875D;
}
.AnyTagClassName
{
color: #76875D;
}
</style>
background-color css
<style>
a { background-color: #76875D; }
a { background-color: rgb(118,135,93); }
div.DivClassName
{
background-color: #76875D;
}
.BgClassName
{
background-color: #76875D;
}
</style>
border-color css
<style>
span { border-color: #76875D; }
span { border-color: rgb(118,135,93); }
td.TdClassName
{
border-color: #76875D;
}
.TagClassName
{
border-color: #76875D;
}
</style>