Shades of Highland #77905B
Tints of Highland #77905B
RGB
CMYK
RGB Variations
Color information
#77905B (or 0x77905B) is known color: Highland. HEX triplet: 77, 90 and 5B. RGB value is (119,144,91). Sum of RGB (Red+Green+Blue) = 119+144+91=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 144 - color contains mainly: green. Hex color #77905B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77905B is #886FA4. Grayscale: #828282. Windows color (decimal): -8941477 or 6000759. OLE color: 6000759.
HSL color Cylindrical-coordinate representation of color #77905B: hue angle of 88.3º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77905B is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 91 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.44 |
| HSL | 88.3º | 0.23% | 0.46% | - |
| HSV(B) | 88.3º | 0.37% | 0.56% | - |
| XYZ | 19.47 | 24.62 | 13.62 | - |
| YUV | 130.48 | 105.72 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 91 | 0.17 | 0 | 0.37 | 0.44 | 88.3 | 0.23 | 0.46 |
| Hex | 77 | 90 | 5B | 11 | 0 | 25 | 2C | 58 | 17 | 2E |
| Octal | 167 | 220 | 133 | 21 | 0 | 45 | 54 | 130 | 27 | 56 |
| Binary | 1110111 | 10010000 | 1011011 | 10001 | 0 | 100101 | 101100 | 1011000 | 10111 | 101110 |
Color Harmonies of #77905B
Complementary color
Monochromatic Colors of #77905B
Black with #77905B
Text Example
Text Example
White with #77905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77905B; }
p { color: rgb(119,144,91); }
H1.HeaderClassName
{
color: #77905B;
}
.AnyTagClassName
{
color: #77905B;
}
</style>
background-color css
<style>
a { background-color: #77905B; }
a { background-color: rgb(119,144,91); }
div.DivClassName
{
background-color: #77905B;
}
.BgClassName
{
background-color: #77905B;
}
</style>
border-color css
<style>
span { border-color: #77905B; }
span { border-color: rgb(119,144,91); }
td.TdClassName
{
border-color: #77905B;
}
.TagClassName
{
border-color: #77905B;
}
</style>