Shades of Highland #778A52
Tints of Highland #778A52
RGB
CMYK
RGB Variations
Color information
#778A52 (or 0x778A52) is known color: Highland. HEX triplet: 77, 8A and 52. RGB value is (119,138,82). Sum of RGB (Red+Green+Blue) = 119+138+82=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #778A52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A52 is #8875AD. Grayscale: #7E7E7E. Windows color (decimal): -8943022 or 5409399. OLE color: 5409399.
HSL color Cylindrical-coordinate representation of color #778A52: hue angle of 80.36º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #778A52 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 82 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.46 |
| HSL | 80.36º | 0.25% | 0.43% | - |
| HSV(B) | 80.36º | 0.41% | 0.54% | - |
| XYZ | 18.22 | 22.71 | 11.41 | - |
| YUV | 125.94 | 103.21 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 82 | 0.14 | 0 | 0.41 | 0.46 | 80.36 | 0.25 | 0.43 |
| Hex | 77 | 8A | 52 | E | 0 | 29 | 2E | 50 | 19 | 2B |
| Octal | 167 | 212 | 122 | 16 | 0 | 51 | 56 | 120 | 31 | 53 |
| Binary | 1110111 | 10001010 | 1010010 | 1110 | 0 | 101001 | 101110 | 1010000 | 11001 | 101011 |
Color Harmonies of #778A52
Complementary color
Monochromatic Colors of #778A52
Black with #778A52
Text Example
Text Example
White with #778A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A52; }
p { color: rgb(119,138,82); }
H1.HeaderClassName
{
color: #778A52;
}
.AnyTagClassName
{
color: #778A52;
}
</style>
background-color css
<style>
a { background-color: #778A52; }
a { background-color: rgb(119,138,82); }
div.DivClassName
{
background-color: #778A52;
}
.BgClassName
{
background-color: #778A52;
}
</style>
border-color css
<style>
span { border-color: #778A52; }
span { border-color: rgb(119,138,82); }
td.TdClassName
{
border-color: #778A52;
}
.TagClassName
{
border-color: #778A52;
}
</style>