Shades of Highland #77865C
Tints of Highland #77865C
RGB
CMYK
RGB Variations
Color information
#77865C (or 0x77865C) is known color: Highland. HEX triplet: 77, 86 and 5C. RGB value is (119,134,92). Sum of RGB (Red+Green+Blue) = 119+134+92=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #77865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77865C is #8879A3. Grayscale: #7C7C7C. Windows color (decimal): -8944036 or 6063735. OLE color: 6063735.
HSL color Cylindrical-coordinate representation of color #77865C: hue angle of 81.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77865C is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 92 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.47 |
| HSL | 81.43º | 0.19% | 0.44% | - |
| HSV(B) | 81.43º | 0.31% | 0.53% | - |
| XYZ | 18.06 | 21.74 | 13.37 | - |
| YUV | 124.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 92 | 0.11 | 0 | 0.31 | 0.47 | 81.43 | 0.19 | 0.44 |
| Hex | 77 | 86 | 5C | B | 0 | 1F | 2F | 51 | 13 | 2C |
| Octal | 167 | 206 | 134 | 13 | 0 | 37 | 57 | 121 | 23 | 54 |
| Binary | 1110111 | 10000110 | 1011100 | 1011 | 0 | 11111 | 101111 | 1010001 | 10011 | 101100 |
Color Harmonies of #77865C
Complementary color
Monochromatic Colors of #77865C
Black with #77865C
Text Example
Text Example
White with #77865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77865C; }
p { color: rgb(119,134,92); }
H1.HeaderClassName
{
color: #77865C;
}
.AnyTagClassName
{
color: #77865C;
}
</style>
background-color css
<style>
a { background-color: #77865C; }
a { background-color: rgb(119,134,92); }
div.DivClassName
{
background-color: #77865C;
}
.BgClassName
{
background-color: #77865C;
}
</style>
border-color css
<style>
span { border-color: #77865C; }
span { border-color: rgb(119,134,92); }
td.TdClassName
{
border-color: #77865C;
}
.TagClassName
{
border-color: #77865C;
}
</style>