Shades of Highland #788D57
Tints of Highland #788D57
RGB
CMYK
RGB Variations
Color information
#788D57 (or 0x788D57) is known color: Highland. HEX triplet: 78, 8D and 57. RGB value is (120,141,87). Sum of RGB (Red+Green+Blue) = 120+141+87=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 87 (34.38% from 255 or 25% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #788D57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D57 is #8772A8. Grayscale: #808080. Windows color (decimal): -8876713 or 5737848. OLE color: 5737848.
HSL color Cylindrical-coordinate representation of color #788D57: hue angle of 83.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788D57 is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 87 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.45 |
| HSL | 83.33º | 0.24% | 0.45% | - |
| HSV(B) | 83.33º | 0.38% | 0.55% | - |
| XYZ | 18.99 | 23.73 | 12.6 | - |
| YUV | 128.57 | 104.54 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 87 | 0.15 | 0 | 0.38 | 0.45 | 83.33 | 0.24 | 0.45 |
| Hex | 78 | 8D | 57 | F | 0 | 26 | 2D | 53 | 18 | 2D |
| Octal | 170 | 215 | 127 | 17 | 0 | 46 | 55 | 123 | 30 | 55 |
| Binary | 1111000 | 10001101 | 1010111 | 1111 | 0 | 100110 | 101101 | 1010011 | 11000 | 101101 |
Color Harmonies of #788D57
Complementary color
Monochromatic Colors of #788D57
Black with #788D57
Text Example
Text Example
White with #788D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D57; }
p { color: rgb(120,141,87); }
H1.HeaderClassName
{
color: #788D57;
}
.AnyTagClassName
{
color: #788D57;
}
</style>
background-color css
<style>
a { background-color: #788D57; }
a { background-color: rgb(120,141,87); }
div.DivClassName
{
background-color: #788D57;
}
.BgClassName
{
background-color: #788D57;
}
</style>
border-color css
<style>
span { border-color: #788D57; }
span { border-color: rgb(120,141,87); }
td.TdClassName
{
border-color: #788D57;
}
.TagClassName
{
border-color: #788D57;
}
</style>