Shades of Highland #778F56
Tints of Highland #778F56
RGB
CMYK
RGB Variations
Color information
#778F56 (or 0x778F56) is known color: Highland. HEX triplet: 77, 8F and 56. RGB value is (119,143,86). Sum of RGB (Red+Green+Blue) = 119+143+86=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #778F56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F56 is #8870A9. Grayscale: #818181. Windows color (decimal): -8941738 or 5672823. OLE color: 5672823.
HSL color Cylindrical-coordinate representation of color #778F56: hue angle of 85.26º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778F56 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 86 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.44 |
| HSL | 85.26º | 0.25% | 0.45% | - |
| HSV(B) | 85.26º | 0.4% | 0.56% | - |
| XYZ | 19.11 | 24.24 | 12.48 | - |
| YUV | 129.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 86 | 0.17 | 0 | 0.40 | 0.44 | 85.26 | 0.25 | 0.45 |
| Hex | 77 | 8F | 56 | 11 | 0 | 28 | 2C | 55 | 19 | 2D |
| Octal | 167 | 217 | 126 | 21 | 0 | 50 | 54 | 125 | 31 | 55 |
| Binary | 1110111 | 10001111 | 1010110 | 10001 | 0 | 101000 | 101100 | 1010101 | 11001 | 101101 |
Color Harmonies of #778F56
Complementary color
Monochromatic Colors of #778F56
Black with #778F56
Text Example
Text Example
White with #778F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F56; }
p { color: rgb(119,143,86); }
H1.HeaderClassName
{
color: #778F56;
}
.AnyTagClassName
{
color: #778F56;
}
</style>
background-color css
<style>
a { background-color: #778F56; }
a { background-color: rgb(119,143,86); }
div.DivClassName
{
background-color: #778F56;
}
.BgClassName
{
background-color: #778F56;
}
</style>
border-color css
<style>
span { border-color: #778F56; }
span { border-color: rgb(119,143,86); }
td.TdClassName
{
border-color: #778F56;
}
.TagClassName
{
border-color: #778F56;
}
</style>