Shades of Highland #788A5E
Tints of Highland #788A5E
RGB
CMYK
RGB Variations
Color information
#788A5E (or 0x788A5E) is known color: Highland. HEX triplet: 78, 8A and 5E. RGB value is (120,138,94). Sum of RGB (Red+Green+Blue) = 120+138+94=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #788A5E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A5E is #8775A1. Grayscale: #7F7F7F. Windows color (decimal): -8877474 or 6195832. OLE color: 6195832.
HSL color Cylindrical-coordinate representation of color #788A5E: hue angle of 84.55º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #788A5E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 94 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.46 |
| HSL | 84.55º | 0.19% | 0.45% | - |
| HSV(B) | 84.55º | 0.32% | 0.54% | - |
| XYZ | 18.85 | 22.98 | 14.03 | - |
| YUV | 127.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 94 | 0.13 | 0 | 0.32 | 0.46 | 84.55 | 0.19 | 0.45 |
| Hex | 78 | 8A | 5E | D | 0 | 20 | 2E | 55 | 13 | 2D |
| Octal | 170 | 212 | 136 | 15 | 0 | 40 | 56 | 125 | 23 | 55 |
| Binary | 1111000 | 10001010 | 1011110 | 1101 | 0 | 100000 | 101110 | 1010101 | 10011 | 101101 |
Color Harmonies of #788A5E
Complementary color
Monochromatic Colors of #788A5E
Black with #788A5E
Text Example
Text Example
White with #788A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A5E; }
p { color: rgb(120,138,94); }
H1.HeaderClassName
{
color: #788A5E;
}
.AnyTagClassName
{
color: #788A5E;
}
</style>
background-color css
<style>
a { background-color: #788A5E; }
a { background-color: rgb(120,138,94); }
div.DivClassName
{
background-color: #788A5E;
}
.BgClassName
{
background-color: #788A5E;
}
</style>
border-color css
<style>
span { border-color: #788A5E; }
span { border-color: rgb(120,138,94); }
td.TdClassName
{
border-color: #788A5E;
}
.TagClassName
{
border-color: #788A5E;
}
</style>