Shades of Highland #778F53
Tints of Highland #778F53
RGB
CMYK
RGB Variations
Color information
#778F53 (or 0x778F53) is known color: Highland. HEX triplet: 77, 8F and 53. RGB value is (119,143,83). Sum of RGB (Red+Green+Blue) = 119+143+83=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #778F53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F53 is #8870AC. Grayscale: #818181. Windows color (decimal): -8941741 or 5476215. OLE color: 5476215.
HSL color Cylindrical-coordinate representation of color #778F53: hue angle of 84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #778F53 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 83 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.44 |
| HSL | 84º | 0.27% | 0.44% | - |
| HSV(B) | 84º | 0.42% | 0.56% | - |
| XYZ | 18.99 | 24.19 | 11.85 | - |
| YUV | 128.98 | 102.05 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 83 | 0.17 | 0 | 0.42 | 0.44 | 84 | 0.27 | 0.44 |
| Hex | 77 | 8F | 53 | 11 | 0 | 2A | 2C | 54 | 1B | 2C |
| Octal | 167 | 217 | 123 | 21 | 0 | 52 | 54 | 124 | 33 | 54 |
| Binary | 1110111 | 10001111 | 1010011 | 10001 | 0 | 101010 | 101100 | 1010100 | 11011 | 101100 |
Color Harmonies of #778F53
Complementary color
Monochromatic Colors of #778F53
Black with #778F53
Text Example
Text Example
White with #778F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F53; }
p { color: rgb(119,143,83); }
H1.HeaderClassName
{
color: #778F53;
}
.AnyTagClassName
{
color: #778F53;
}
</style>
background-color css
<style>
a { background-color: #778F53; }
a { background-color: rgb(119,143,83); }
div.DivClassName
{
background-color: #778F53;
}
.BgClassName
{
background-color: #778F53;
}
</style>
border-color css
<style>
span { border-color: #778F53; }
span { border-color: rgb(119,143,83); }
td.TdClassName
{
border-color: #778F53;
}
.TagClassName
{
border-color: #778F53;
}
</style>