Shades of Highland #77865B
Tints of Highland #77865B
RGB
CMYK
RGB Variations
Color information
#77865B (or 0x77865B) is known color: Highland. HEX triplet: 77, 86 and 5B. RGB value is (119,134,91). Sum of RGB (Red+Green+Blue) = 119+134+91=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 134 - color contains mainly: green. Hex color #77865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865B is #8879A4. Grayscale: #7C7C7C. Windows color (decimal): -8944037 or 5998199. OLE color: 5998199.
HSL color Cylindrical-coordinate representation of color #77865B: hue angle of 80.93º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77865B is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 91 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.47 |
| HSL | 80.93º | 0.19% | 0.44% | - |
| HSV(B) | 80.93º | 0.32% | 0.53% | - |
| XYZ | 18.02 | 21.73 | 13.14 | - |
| YUV | 124.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 91 | 0.11 | 0 | 0.32 | 0.47 | 80.93 | 0.19 | 0.44 |
| Hex | 77 | 86 | 5B | B | 0 | 20 | 2F | 51 | 13 | 2C |
| Octal | 167 | 206 | 133 | 13 | 0 | 40 | 57 | 121 | 23 | 54 |
| Binary | 1110111 | 10000110 | 1011011 | 1011 | 0 | 100000 | 101111 | 1010001 | 10011 | 101100 |
Color Harmonies of #77865B
Complementary color
Monochromatic Colors of #77865B
Black with #77865B
Text Example
Text Example
White with #77865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77865B; }
p { color: rgb(119,134,91); }
H1.HeaderClassName
{
color: #77865B;
}
.AnyTagClassName
{
color: #77865B;
}
</style>
background-color css
<style>
a { background-color: #77865B; }
a { background-color: rgb(119,134,91); }
div.DivClassName
{
background-color: #77865B;
}
.BgClassName
{
background-color: #77865B;
}
</style>
border-color css
<style>
span { border-color: #77865B; }
span { border-color: rgb(119,134,91); }
td.TdClassName
{
border-color: #77865B;
}
.TagClassName
{
border-color: #77865B;
}
</style>