Shades of Highland #778F5F
Tints of Highland #778F5F
RGB
CMYK
RGB Variations
Color information
#778F5F (or 0x778F5F) is known color: Highland. HEX triplet: 77, 8F and 5F. RGB value is (119,143,95). Sum of RGB (Red+Green+Blue) = 119+143+95=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #778F5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F5F is #8870A0. Grayscale: #828282. Windows color (decimal): -8941729 or 6262647. OLE color: 6262647.
HSL color Cylindrical-coordinate representation of color #778F5F: hue angle of 90º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #778F5F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 95 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.44 |
| HSL | 90º | 0.2% | 0.47% | - |
| HSV(B) | 90º | 0.34% | 0.56% | - |
| XYZ | 19.5 | 24.39 | 14.51 | - |
| YUV | 130.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 95 | 0.17 | 0 | 0.34 | 0.44 | 90 | 0.2 | 0.47 |
| Hex | 77 | 8F | 5F | 11 | 0 | 22 | 2C | 5A | 14 | 2F |
| Octal | 167 | 217 | 137 | 21 | 0 | 42 | 54 | 132 | 24 | 57 |
| Binary | 1110111 | 10001111 | 1011111 | 10001 | 0 | 100010 | 101100 | 1011010 | 10100 | 101111 |
Color Harmonies of #778F5F
Complementary color
Monochromatic Colors of #778F5F
Black with #778F5F
Text Example
Text Example
White with #778F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F5F; }
p { color: rgb(119,143,95); }
H1.HeaderClassName
{
color: #778F5F;
}
.AnyTagClassName
{
color: #778F5F;
}
</style>
background-color css
<style>
a { background-color: #778F5F; }
a { background-color: rgb(119,143,95); }
div.DivClassName
{
background-color: #778F5F;
}
.BgClassName
{
background-color: #778F5F;
}
</style>
border-color css
<style>
span { border-color: #778F5F; }
span { border-color: rgb(119,143,95); }
td.TdClassName
{
border-color: #778F5F;
}
.TagClassName
{
border-color: #778F5F;
}
</style>