Shades of Highland #778B55
Tints of Highland #778B55
RGB
CMYK
RGB Variations
Color information
#778B55 (or 0x778B55) is known color: Highland. HEX triplet: 77, 8B and 55. RGB value is (119,139,85). Sum of RGB (Red+Green+Blue) = 119+139+85=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #778B55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778B55 is #8874AA. Grayscale: #7F7F7F. Windows color (decimal): -8942763 or 5606263. OLE color: 5606263.
HSL color Cylindrical-coordinate representation of color #778B55: hue angle of 82.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #778B55 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 85 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.45 |
| HSL | 82.22º | 0.24% | 0.44% | - |
| HSV(B) | 82.22º | 0.39% | 0.55% | - |
| XYZ | 18.48 | 23.04 | 12.07 | - |
| YUV | 126.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 85 | 0.14 | 0 | 0.39 | 0.45 | 82.22 | 0.24 | 0.44 |
| Hex | 77 | 8B | 55 | E | 0 | 27 | 2D | 52 | 18 | 2C |
| Octal | 167 | 213 | 125 | 16 | 0 | 47 | 55 | 122 | 30 | 54 |
| Binary | 1110111 | 10001011 | 1010101 | 1110 | 0 | 100111 | 101101 | 1010010 | 11000 | 101100 |
Color Harmonies of #778B55
Complementary color
Monochromatic Colors of #778B55
Black with #778B55
Text Example
Text Example
White with #778B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B55; }
p { color: rgb(119,139,85); }
H1.HeaderClassName
{
color: #778B55;
}
.AnyTagClassName
{
color: #778B55;
}
</style>
background-color css
<style>
a { background-color: #778B55; }
a { background-color: rgb(119,139,85); }
div.DivClassName
{
background-color: #778B55;
}
.BgClassName
{
background-color: #778B55;
}
</style>
border-color css
<style>
span { border-color: #778B55; }
span { border-color: rgb(119,139,85); }
td.TdClassName
{
border-color: #778B55;
}
.TagClassName
{
border-color: #778B55;
}
</style>