Shades of Highland #778D54
Tints of Highland #778D54
RGB
CMYK
RGB Variations
Color information
#778D54 (or 0x778D54) is known color: Highland. HEX triplet: 77, 8D and 54. RGB value is (119,141,84). Sum of RGB (Red+Green+Blue) = 119+141+84=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 141 - color contains mainly: green. Hex color #778D54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778D54 is #8872AB. Grayscale: #808080. Windows color (decimal): -8942252 or 5541239. OLE color: 5541239.
HSL color Cylindrical-coordinate representation of color #778D54: hue angle of 83.16º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #778D54 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 141 | 84 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.45 |
| HSL | 83.16º | 0.25% | 0.44% | - |
| HSV(B) | 83.16º | 0.4% | 0.55% | - |
| XYZ | 18.73 | 23.61 | 11.96 | - |
| YUV | 127.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 84 | 0.16 | 0 | 0.40 | 0.45 | 83.16 | 0.25 | 0.44 |
| Hex | 77 | 8D | 54 | 10 | 0 | 28 | 2D | 53 | 19 | 2C |
| Octal | 167 | 215 | 124 | 20 | 0 | 50 | 55 | 123 | 31 | 54 |
| Binary | 1110111 | 10001101 | 1010100 | 10000 | 0 | 101000 | 101101 | 1010011 | 11001 | 101100 |
Color Harmonies of #778D54
Complementary color
Monochromatic Colors of #778D54
Black with #778D54
Text Example
Text Example
White with #778D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778D54; }
p { color: rgb(119,141,84); }
H1.HeaderClassName
{
color: #778D54;
}
.AnyTagClassName
{
color: #778D54;
}
</style>
background-color css
<style>
a { background-color: #778D54; }
a { background-color: rgb(119,141,84); }
div.DivClassName
{
background-color: #778D54;
}
.BgClassName
{
background-color: #778D54;
}
</style>
border-color css
<style>
span { border-color: #778D54; }
span { border-color: rgb(119,141,84); }
td.TdClassName
{
border-color: #778D54;
}
.TagClassName
{
border-color: #778D54;
}
</style>