Shades of Highland #77944E
Tints of Highland #77944E
RGB
CMYK
RGB Variations
Color information
#77944E (or 0x77944E) is known color: Highland. HEX triplet: 77, 94 and 4E. RGB value is (119,148,78). Sum of RGB (Red+Green+Blue) = 119+148+78=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #77944E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77944E is #886BB1. Grayscale: #838383. Windows color (decimal): -8940466 or 5149815. OLE color: 5149815.
HSL color Cylindrical-coordinate representation of color #77944E: hue angle of 84.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77944E is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 148 | 78 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.42 |
| HSL | 84.86º | 0.31% | 0.44% | - |
| HSV(B) | 84.86º | 0.47% | 0.58% | - |
| XYZ | 19.57 | 25.65 | 11.13 | - |
| YUV | 131.35 | 97.89 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 148 | 78 | 0.20 | 0 | 0.47 | 0.42 | 84.86 | 0.31 | 0.44 |
| Hex | 77 | 94 | 4E | 14 | 0 | 2F | 2A | 55 | 1F | 2C |
| Octal | 167 | 224 | 116 | 24 | 0 | 57 | 52 | 125 | 37 | 54 |
| Binary | 1110111 | 10010100 | 1001110 | 10100 | 0 | 101111 | 101010 | 1010101 | 11111 | 101100 |
Color Harmonies of #77944E
Complementary color
Monochromatic Colors of #77944E
Black with #77944E
Text Example
Text Example
White with #77944E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77944E; }
p { color: rgb(119,148,78); }
H1.HeaderClassName
{
color: #77944E;
}
.AnyTagClassName
{
color: #77944E;
}
</style>
background-color css
<style>
a { background-color: #77944E; }
a { background-color: rgb(119,148,78); }
div.DivClassName
{
background-color: #77944E;
}
.BgClassName
{
background-color: #77944E;
}
</style>
border-color css
<style>
span { border-color: #77944E; }
span { border-color: rgb(119,148,78); }
td.TdClassName
{
border-color: #77944E;
}
.TagClassName
{
border-color: #77944E;
}
</style>