Shades of Highland #778D56
Tints of Highland #778D56
RGB
CMYK
RGB Variations
Color information
#778D56 (or 0x778D56) is known color: Highland. HEX triplet: 77, 8D and 56. RGB value is (119,141,86). Sum of RGB (Red+Green+Blue) = 119+141+86=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #778D56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D56 is #8872A9. Grayscale: #808080. Windows color (decimal): -8942250 or 5672311. OLE color: 5672311.
HSL color Cylindrical-coordinate representation of color #778D56: hue angle of 84º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778D56 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 86 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.45 |
| HSL | 84º | 0.24% | 0.45% | - |
| HSV(B) | 84º | 0.39% | 0.55% | - |
| XYZ | 18.81 | 23.64 | 12.38 | - |
| YUV | 128.15 | 104.21 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 86 | 0.16 | 0 | 0.39 | 0.45 | 84 | 0.24 | 0.45 |
| Hex | 77 | 8D | 56 | 10 | 0 | 27 | 2D | 54 | 18 | 2D |
| Octal | 167 | 215 | 126 | 20 | 0 | 47 | 55 | 124 | 30 | 55 |
| Binary | 1110111 | 10001101 | 1010110 | 10000 | 0 | 100111 | 101101 | 1010100 | 11000 | 101101 |
Color Harmonies of #778D56
Complementary color
Monochromatic Colors of #778D56
Black with #778D56
Text Example
Text Example
White with #778D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D56; }
p { color: rgb(119,141,86); }
H1.HeaderClassName
{
color: #778D56;
}
.AnyTagClassName
{
color: #778D56;
}
</style>
background-color css
<style>
a { background-color: #778D56; }
a { background-color: rgb(119,141,86); }
div.DivClassName
{
background-color: #778D56;
}
.BgClassName
{
background-color: #778D56;
}
</style>
border-color css
<style>
span { border-color: #778D56; }
span { border-color: rgb(119,141,86); }
td.TdClassName
{
border-color: #778D56;
}
.TagClassName
{
border-color: #778D56;
}
</style>