Shades of Highland #768D55
Tints of Highland #768D55
RGB
CMYK
RGB Variations
Color information
#768D55 (or 0x768D55) is known color: Highland. HEX triplet: 76, 8D and 55. RGB value is (118,141,85). Sum of RGB (Red+Green+Blue) = 118+141+85=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #768D55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D55 is #8972AA. Grayscale: #7F7F7F. Windows color (decimal): -9007787 or 5606774. OLE color: 5606774.
HSL color Cylindrical-coordinate representation of color #768D55: hue angle of 84.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #768D55 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 85 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.45 |
| HSL | 84.64º | 0.25% | 0.44% | - |
| HSV(B) | 84.64º | 0.4% | 0.55% | - |
| XYZ | 18.64 | 23.56 | 12.16 | - |
| YUV | 127.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 85 | 0.16 | 0 | 0.40 | 0.45 | 84.64 | 0.25 | 0.44 |
| Hex | 76 | 8D | 55 | 10 | 0 | 28 | 2D | 55 | 19 | 2C |
| Octal | 166 | 215 | 125 | 20 | 0 | 50 | 55 | 125 | 31 | 54 |
| Binary | 1110110 | 10001101 | 1010101 | 10000 | 0 | 101000 | 101101 | 1010101 | 11001 | 101100 |
Color Harmonies of #768D55
Complementary color
Monochromatic Colors of #768D55
Black with #768D55
Text Example
Text Example
White with #768D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D55; }
p { color: rgb(118,141,85); }
H1.HeaderClassName
{
color: #768D55;
}
.AnyTagClassName
{
color: #768D55;
}
</style>
background-color css
<style>
a { background-color: #768D55; }
a { background-color: rgb(118,141,85); }
div.DivClassName
{
background-color: #768D55;
}
.BgClassName
{
background-color: #768D55;
}
</style>
border-color css
<style>
span { border-color: #768D55; }
span { border-color: rgb(118,141,85); }
td.TdClassName
{
border-color: #768D55;
}
.TagClassName
{
border-color: #768D55;
}
</style>