Shades of Highland #788D63
Tints of Highland #788D63
RGB
CMYK
RGB Variations
Color information
#788D63 (or 0x788D63) is known color: Highland. HEX triplet: 78, 8D and 63. RGB value is (120,141,99). Sum of RGB (Red+Green+Blue) = 120+141+99=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 141 - color contains mainly: green. Hex color #788D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788D63 is #87729C. Grayscale: #828282. Windows color (decimal): -8876701 or 6524280. OLE color: 6524280.
HSL color Cylindrical-coordinate representation of color #788D63: hue angle of 90º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788D63 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 141 | 99 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.45 |
| HSL | 90º | 0.18% | 0.47% | - |
| HSV(B) | 90º | 0.3% | 0.55% | - |
| XYZ | 19.52 | 23.94 | 15.4 | - |
| YUV | 129.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 141 | 99 | 0.15 | 0 | 0.30 | 0.45 | 90 | 0.18 | 0.47 |
| Hex | 78 | 8D | 63 | F | 0 | 1E | 2D | 5A | 12 | 2F |
| Octal | 170 | 215 | 143 | 17 | 0 | 36 | 55 | 132 | 22 | 57 |
| Binary | 1111000 | 10001101 | 1100011 | 1111 | 0 | 11110 | 101101 | 1011010 | 10010 | 101111 |
Color Harmonies of #788D63
Complementary color
Monochromatic Colors of #788D63
Black with #788D63
Text Example
Text Example
White with #788D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788D63; }
p { color: rgb(120,141,99); }
H1.HeaderClassName
{
color: #788D63;
}
.AnyTagClassName
{
color: #788D63;
}
</style>
background-color css
<style>
a { background-color: #788D63; }
a { background-color: rgb(120,141,99); }
div.DivClassName
{
background-color: #788D63;
}
.BgClassName
{
background-color: #788D63;
}
</style>
border-color css
<style>
span { border-color: #788D63; }
span { border-color: rgb(120,141,99); }
td.TdClassName
{
border-color: #788D63;
}
.TagClassName
{
border-color: #788D63;
}
</style>