Shades of Highland #778B61
Tints of Highland #778B61
RGB
CMYK
RGB Variations
Color information
#778B61 (or 0x778B61) is known color: Highland. HEX triplet: 77, 8B and 61. RGB value is (119,139,97). Sum of RGB (Red+Green+Blue) = 119+139+97=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #778B61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B61 is #88749E. Grayscale: #808080. Windows color (decimal): -8942751 or 6392695. OLE color: 6392695.
HSL color Cylindrical-coordinate representation of color #778B61: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778B61 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 97 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.45 |
| HSL | 88.57º | 0.18% | 0.46% | - |
| HSV(B) | 88.57º | 0.3% | 0.55% | - |
| XYZ | 19 | 23.25 | 14.8 | - |
| YUV | 128.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 97 | 0.14 | 0 | 0.30 | 0.45 | 88.57 | 0.18 | 0.46 |
| Hex | 77 | 8B | 61 | E | 0 | 1E | 2D | 59 | 12 | 2E |
| Octal | 167 | 213 | 141 | 16 | 0 | 36 | 55 | 131 | 22 | 56 |
| Binary | 1110111 | 10001011 | 1100001 | 1110 | 0 | 11110 | 101101 | 1011001 | 10010 | 101110 |
Color Harmonies of #778B61
Complementary color
Monochromatic Colors of #778B61
Black with #778B61
Text Example
Text Example
White with #778B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B61; }
p { color: rgb(119,139,97); }
H1.HeaderClassName
{
color: #778B61;
}
.AnyTagClassName
{
color: #778B61;
}
</style>
background-color css
<style>
a { background-color: #778B61; }
a { background-color: rgb(119,139,97); }
div.DivClassName
{
background-color: #778B61;
}
.BgClassName
{
background-color: #778B61;
}
</style>
border-color css
<style>
span { border-color: #778B61; }
span { border-color: rgb(119,139,97); }
td.TdClassName
{
border-color: #778B61;
}
.TagClassName
{
border-color: #778B61;
}
</style>