Shades of Highland #778B56
Tints of Highland #778B56
RGB
CMYK
RGB Variations
Color information
#778B56 (or 0x778B56) is known color: Highland. HEX triplet: 77, 8B and 56. RGB value is (119,139,86). Sum of RGB (Red+Green+Blue) = 119+139+86=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #778B56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B56 is #8874A9. Grayscale: #7F7F7F. Windows color (decimal): -8942762 or 5671799. OLE color: 5671799.
HSL color Cylindrical-coordinate representation of color #778B56: hue angle of 82.64º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #778B56 is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 86 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.45 |
| HSL | 82.64º | 0.24% | 0.44% | - |
| HSV(B) | 82.64º | 0.38% | 0.55% | - |
| XYZ | 18.52 | 23.06 | 12.28 | - |
| YUV | 126.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 86 | 0.14 | 0 | 0.38 | 0.45 | 82.64 | 0.24 | 0.44 |
| Hex | 77 | 8B | 56 | E | 0 | 26 | 2D | 53 | 18 | 2C |
| Octal | 167 | 213 | 126 | 16 | 0 | 46 | 55 | 123 | 30 | 54 |
| Binary | 1110111 | 10001011 | 1010110 | 1110 | 0 | 100110 | 101101 | 1010011 | 11000 | 101100 |
Color Harmonies of #778B56
Complementary color
Monochromatic Colors of #778B56
Black with #778B56
Text Example
Text Example
White with #778B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B56; }
p { color: rgb(119,139,86); }
H1.HeaderClassName
{
color: #778B56;
}
.AnyTagClassName
{
color: #778B56;
}
</style>
background-color css
<style>
a { background-color: #778B56; }
a { background-color: rgb(119,139,86); }
div.DivClassName
{
background-color: #778B56;
}
.BgClassName
{
background-color: #778B56;
}
</style>
border-color css
<style>
span { border-color: #778B56; }
span { border-color: rgb(119,139,86); }
td.TdClassName
{
border-color: #778B56;
}
.TagClassName
{
border-color: #778B56;
}
</style>