Shades of Highland #778D65
Tints of Highland #778D65
RGB
CMYK
RGB Variations
Color information
#778D65 (or 0x778D65) is known color: Highland. HEX triplet: 77, 8D and 65. RGB value is (119,141,101). Sum of RGB (Red+Green+Blue) = 119+141+101=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 141 (55.47% from 255 or 39.06% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 141 - color contains mainly: green. Hex color #778D65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D65 is #88729A. Grayscale: #828282. Windows color (decimal): -8942235 or 6655351. OLE color: 6655351.
HSL color Cylindrical-coordinate representation of color #778D65: hue angle of 93º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #778D65 is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 101 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.45 |
| HSL | 93º | 0.17% | 0.47% | - |
| HSV(B) | 93º | 0.28% | 0.55% | - |
| XYZ | 19.48 | 23.91 | 15.9 | - |
| YUV | 129.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 101 | 0.16 | 0 | 0.28 | 0.45 | 93 | 0.17 | 0.47 |
| Hex | 77 | 8D | 65 | 10 | 0 | 1C | 2D | 5D | 11 | 2F |
| Octal | 167 | 215 | 145 | 20 | 0 | 34 | 55 | 135 | 21 | 57 |
| Binary | 1110111 | 10001101 | 1100101 | 10000 | 0 | 11100 | 101101 | 1011101 | 10001 | 101111 |
Color Harmonies of #778D65
Complementary color
Monochromatic Colors of #778D65
Black with #778D65
Text Example
Text Example
White with #778D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D65; }
p { color: rgb(119,141,101); }
H1.HeaderClassName
{
color: #778D65;
}
.AnyTagClassName
{
color: #778D65;
}
</style>
background-color css
<style>
a { background-color: #778D65; }
a { background-color: rgb(119,141,101); }
div.DivClassName
{
background-color: #778D65;
}
.BgClassName
{
background-color: #778D65;
}
</style>
border-color css
<style>
span { border-color: #778D65; }
span { border-color: rgb(119,141,101); }
td.TdClassName
{
border-color: #778D65;
}
.TagClassName
{
border-color: #778D65;
}
</style>