Shades of Highland #778B5F
Tints of Highland #778B5F
RGB
CMYK
RGB Variations
Color information
#778B5F (or 0x778B5F) is known color: Highland. HEX triplet: 77, 8B and 5F. RGB value is (119,139,95). Sum of RGB (Red+Green+Blue) = 119+139+95=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 139 - color contains mainly: green. Hex color #778B5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B5F is #8874A0. Grayscale: #808080. Windows color (decimal): -8942753 or 6261623. OLE color: 6261623.
HSL color Cylindrical-coordinate representation of color #778B5F: hue angle of 87.27º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #778B5F is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 95 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.45 |
| HSL | 87.27º | 0.19% | 0.46% | - |
| HSV(B) | 87.27º | 0.32% | 0.55% | - |
| XYZ | 18.91 | 23.21 | 14.31 | - |
| YUV | 128 | 109.37 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 95 | 0.14 | 0 | 0.32 | 0.45 | 87.27 | 0.19 | 0.46 |
| Hex | 77 | 8B | 5F | E | 0 | 20 | 2D | 57 | 13 | 2E |
| Octal | 167 | 213 | 137 | 16 | 0 | 40 | 55 | 127 | 23 | 56 |
| Binary | 1110111 | 10001011 | 1011111 | 1110 | 0 | 100000 | 101101 | 1010111 | 10011 | 101110 |
Color Harmonies of #778B5F
Complementary color
Monochromatic Colors of #778B5F
Black with #778B5F
Text Example
Text Example
White with #778B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B5F; }
p { color: rgb(119,139,95); }
H1.HeaderClassName
{
color: #778B5F;
}
.AnyTagClassName
{
color: #778B5F;
}
</style>
background-color css
<style>
a { background-color: #778B5F; }
a { background-color: rgb(119,139,95); }
div.DivClassName
{
background-color: #778B5F;
}
.BgClassName
{
background-color: #778B5F;
}
</style>
border-color css
<style>
span { border-color: #778B5F; }
span { border-color: rgb(119,139,95); }
td.TdClassName
{
border-color: #778B5F;
}
.TagClassName
{
border-color: #778B5F;
}
</style>