Shades of Highland #788B62
Tints of Highland #788B62
RGB
CMYK
RGB Variations
Color information
#788B62 (or 0x788B62) is known color: Highland. HEX triplet: 78, 8B and 62. RGB value is (120,139,98). Sum of RGB (Red+Green+Blue) = 120+139+98=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 139 - color contains mainly: green. Hex color #788B62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B62 is #87749D. Grayscale: #808080. Windows color (decimal): -8877214 or 6458232. OLE color: 6458232.
HSL color Cylindrical-coordinate representation of color #788B62: hue angle of 87.8º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #788B62 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 98 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.45 |
| HSL | 87.8º | 0.17% | 0.46% | - |
| HSV(B) | 87.8º | 0.29% | 0.55% | - |
| XYZ | 19.18 | 23.34 | 15.05 | - |
| YUV | 128.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 98 | 0.14 | 0 | 0.29 | 0.45 | 87.8 | 0.17 | 0.46 |
| Hex | 78 | 8B | 62 | E | 0 | 1D | 2D | 58 | 11 | 2E |
| Octal | 170 | 213 | 142 | 16 | 0 | 35 | 55 | 130 | 21 | 56 |
| Binary | 1111000 | 10001011 | 1100010 | 1110 | 0 | 11101 | 101101 | 1011000 | 10001 | 101110 |
Color Harmonies of #788B62
Complementary color
Monochromatic Colors of #788B62
Black with #788B62
Text Example
Text Example
White with #788B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B62; }
p { color: rgb(120,139,98); }
H1.HeaderClassName
{
color: #788B62;
}
.AnyTagClassName
{
color: #788B62;
}
</style>
background-color css
<style>
a { background-color: #788B62; }
a { background-color: rgb(120,139,98); }
div.DivClassName
{
background-color: #788B62;
}
.BgClassName
{
background-color: #788B62;
}
</style>
border-color css
<style>
span { border-color: #788B62; }
span { border-color: rgb(120,139,98); }
td.TdClassName
{
border-color: #788B62;
}
.TagClassName
{
border-color: #788B62;
}
</style>