Shades of Highland #77904E
Tints of Highland #77904E
RGB
CMYK
RGB Variations
Color information
#77904E (or 0x77904E) is known color: Highland. HEX triplet: 77, 90 and 4E. RGB value is (119,144,78). Sum of RGB (Red+Green+Blue) = 119+144+78=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #77904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77904E is #886FB1. Grayscale: #818181. Windows color (decimal): -8941490 or 5148791. OLE color: 5148791.
HSL color Cylindrical-coordinate representation of color #77904E: hue angle of 82.73º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77904E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 78 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.44 |
| HSL | 82.73º | 0.3% | 0.44% | - |
| HSV(B) | 82.73º | 0.46% | 0.56% | - |
| XYZ | 18.96 | 24.42 | 10.92 | - |
| YUV | 129 | 99.22 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 78 | 0.17 | 0 | 0.46 | 0.44 | 82.73 | 0.3 | 0.44 |
| Hex | 77 | 90 | 4E | 11 | 0 | 2E | 2C | 53 | 1E | 2C |
| Octal | 167 | 220 | 116 | 21 | 0 | 56 | 54 | 123 | 36 | 54 |
| Binary | 1110111 | 10010000 | 1001110 | 10001 | 0 | 101110 | 101100 | 1010011 | 11110 | 101100 |
Color Harmonies of #77904E
Complementary color
Monochromatic Colors of #77904E
Black with #77904E
Text Example
Text Example
White with #77904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77904E; }
p { color: rgb(119,144,78); }
H1.HeaderClassName
{
color: #77904E;
}
.AnyTagClassName
{
color: #77904E;
}
</style>
background-color css
<style>
a { background-color: #77904E; }
a { background-color: rgb(119,144,78); }
div.DivClassName
{
background-color: #77904E;
}
.BgClassName
{
background-color: #77904E;
}
</style>
border-color css
<style>
span { border-color: #77904E; }
span { border-color: rgb(119,144,78); }
td.TdClassName
{
border-color: #77904E;
}
.TagClassName
{
border-color: #77904E;
}
</style>