Shades of Highland #778B59
Tints of Highland #778B59
RGB
CMYK
RGB Variations
Color information
#778B59 (or 0x778B59) is known color: Highland. HEX triplet: 77, 8B and 59. RGB value is (119,139,89). Sum of RGB (Red+Green+Blue) = 119+139+89=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 139 - color contains mainly: green. Hex color #778B59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B59 is #8874A6. Grayscale: #7F7F7F. Windows color (decimal): -8942759 or 5868407. OLE color: 5868407.
HSL color Cylindrical-coordinate representation of color #778B59: hue angle of 84º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #778B59 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 89 | - |
| CMYK | 0.14 | 0 | 0.36 | 0.45 |
| HSL | 84º | 0.22% | 0.45% | - |
| HSV(B) | 84º | 0.36% | 0.55% | - |
| XYZ | 18.64 | 23.11 | 12.93 | - |
| YUV | 127.32 | 106.37 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 89 | 0.14 | 0 | 0.36 | 0.45 | 84 | 0.22 | 0.45 |
| Hex | 77 | 8B | 59 | E | 0 | 24 | 2D | 54 | 16 | 2D |
| Octal | 167 | 213 | 131 | 16 | 0 | 44 | 55 | 124 | 26 | 55 |
| Binary | 1110111 | 10001011 | 1011001 | 1110 | 0 | 100100 | 101101 | 1010100 | 10110 | 101101 |
Color Harmonies of #778B59
Complementary color
Monochromatic Colors of #778B59
Black with #778B59
Text Example
Text Example
White with #778B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B59; }
p { color: rgb(119,139,89); }
H1.HeaderClassName
{
color: #778B59;
}
.AnyTagClassName
{
color: #778B59;
}
</style>
background-color css
<style>
a { background-color: #778B59; }
a { background-color: rgb(119,139,89); }
div.DivClassName
{
background-color: #778B59;
}
.BgClassName
{
background-color: #778B59;
}
</style>
border-color css
<style>
span { border-color: #778B59; }
span { border-color: rgb(119,139,89); }
td.TdClassName
{
border-color: #778B59;
}
.TagClassName
{
border-color: #778B59;
}
</style>