Shades of Highland #788F55
Tints of Highland #788F55
RGB
CMYK
RGB Variations
Color information
#788F55 (or 0x788F55) is known color: Highland. HEX triplet: 78, 8F and 55. RGB value is (120,143,85). Sum of RGB (Red+Green+Blue) = 120+143+85=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 143 - color contains mainly: green. Hex color #788F55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F55 is #8770AA. Grayscale: #818181. Windows color (decimal): -8876203 or 5607288. OLE color: 5607288.
HSL color Cylindrical-coordinate representation of color #788F55: hue angle of 83.79º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #788F55 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 85 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.44 |
| HSL | 83.79º | 0.25% | 0.45% | - |
| HSV(B) | 83.79º | 0.41% | 0.56% | - |
| XYZ | 19.21 | 24.29 | 12.27 | - |
| YUV | 129.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 85 | 0.16 | 0 | 0.41 | 0.44 | 83.79 | 0.25 | 0.45 |
| Hex | 78 | 8F | 55 | 10 | 0 | 29 | 2C | 54 | 19 | 2D |
| Octal | 170 | 217 | 125 | 20 | 0 | 51 | 54 | 124 | 31 | 55 |
| Binary | 1111000 | 10001111 | 1010101 | 10000 | 0 | 101001 | 101100 | 1010100 | 11001 | 101101 |
Color Harmonies of #788F55
Complementary color
Monochromatic Colors of #788F55
Black with #788F55
Text Example
Text Example
White with #788F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F55; }
p { color: rgb(120,143,85); }
H1.HeaderClassName
{
color: #788F55;
}
.AnyTagClassName
{
color: #788F55;
}
</style>
background-color css
<style>
a { background-color: #788F55; }
a { background-color: rgb(120,143,85); }
div.DivClassName
{
background-color: #788F55;
}
.BgClassName
{
background-color: #788F55;
}
</style>
border-color css
<style>
span { border-color: #788F55; }
span { border-color: rgb(120,143,85); }
td.TdClassName
{
border-color: #788F55;
}
.TagClassName
{
border-color: #788F55;
}
</style>