Shades of Highland #778C5E
Tints of Highland #778C5E
RGB
CMYK
RGB Variations
Color information
#778C5E (or 0x778C5E) is known color: Highland. HEX triplet: 77, 8C and 5E. RGB value is (119,140,94). Sum of RGB (Red+Green+Blue) = 119+140+94=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #778C5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C5E is #8873A1. Grayscale: #808080. Windows color (decimal): -8942498 or 6196343. OLE color: 6196343.
HSL color Cylindrical-coordinate representation of color #778C5E: hue angle of 87.39º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #778C5E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 94 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.45 |
| HSL | 87.39º | 0.2% | 0.46% | - |
| HSV(B) | 87.39º | 0.33% | 0.55% | - |
| XYZ | 19.01 | 23.49 | 14.12 | - |
| YUV | 128.48 | 108.54 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 94 | 0.15 | 0 | 0.33 | 0.45 | 87.39 | 0.2 | 0.46 |
| Hex | 77 | 8C | 5E | F | 0 | 21 | 2D | 57 | 14 | 2E |
| Octal | 167 | 214 | 136 | 17 | 0 | 41 | 55 | 127 | 24 | 56 |
| Binary | 1110111 | 10001100 | 1011110 | 1111 | 0 | 100001 | 101101 | 1010111 | 10100 | 101110 |
Color Harmonies of #778C5E
Complementary color
Monochromatic Colors of #778C5E
Black with #778C5E
Text Example
Text Example
White with #778C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C5E; }
p { color: rgb(119,140,94); }
H1.HeaderClassName
{
color: #778C5E;
}
.AnyTagClassName
{
color: #778C5E;
}
</style>
background-color css
<style>
a { background-color: #778C5E; }
a { background-color: rgb(119,140,94); }
div.DivClassName
{
background-color: #778C5E;
}
.BgClassName
{
background-color: #778C5E;
}
</style>
border-color css
<style>
span { border-color: #778C5E; }
span { border-color: rgb(119,140,94); }
td.TdClassName
{
border-color: #778C5E;
}
.TagClassName
{
border-color: #778C5E;
}
</style>