Shades of Highland #788E4C
Tints of Highland #788E4C
RGB
CMYK
RGB Variations
Color information
#788E4C (or 0x788E4C) is known color: Highland. HEX triplet: 78, 8E and 4C. RGB value is (120,142,76). Sum of RGB (Red+Green+Blue) = 120+142+76=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #788E4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788E4C is #8771B3. Grayscale: #808080. Windows color (decimal): -8876468 or 5017208. OLE color: 5017208.
HSL color Cylindrical-coordinate representation of color #788E4C: hue angle of 80º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #788E4C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 142 | 76 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.44 |
| HSL | 80º | 0.3% | 0.43% | - |
| HSV(B) | 80º | 0.46% | 0.56% | - |
| XYZ | 18.72 | 23.86 | 10.46 | - |
| YUV | 127.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 142 | 76 | 0.15 | 0 | 0.46 | 0.44 | 80 | 0.3 | 0.43 |
| Hex | 78 | 8E | 4C | F | 0 | 2E | 2C | 50 | 1E | 2B |
| Octal | 170 | 216 | 114 | 17 | 0 | 56 | 54 | 120 | 36 | 53 |
| Binary | 1111000 | 10001110 | 1001100 | 1111 | 0 | 101110 | 101100 | 1010000 | 11110 | 101011 |
Color Harmonies of #788E4C
Complementary color
Monochromatic Colors of #788E4C
Black with #788E4C
Text Example
Text Example
White with #788E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788E4C; }
p { color: rgb(120,142,76); }
H1.HeaderClassName
{
color: #788E4C;
}
.AnyTagClassName
{
color: #788E4C;
}
</style>
background-color css
<style>
a { background-color: #788E4C; }
a { background-color: rgb(120,142,76); }
div.DivClassName
{
background-color: #788E4C;
}
.BgClassName
{
background-color: #788E4C;
}
</style>
border-color css
<style>
span { border-color: #788E4C; }
span { border-color: rgb(120,142,76); }
td.TdClassName
{
border-color: #788E4C;
}
.TagClassName
{
border-color: #788E4C;
}
</style>