Shades of Highland #788B51
Tints of Highland #788B51
RGB
CMYK
RGB Variations
Color information
#788B51 (or 0x788B51) is known color: Highland. HEX triplet: 78, 8B and 51. RGB value is (120,139,81). Sum of RGB (Red+Green+Blue) = 120+139+81=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 139 - color contains mainly: green. Hex color #788B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788B51 is #8774AE. Grayscale: #7E7E7E. Windows color (decimal): -8877231 or 5344120. OLE color: 5344120.
HSL color Cylindrical-coordinate representation of color #788B51: hue angle of 79.66º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788B51 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 81 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.45 |
| HSL | 79.66º | 0.26% | 0.43% | - |
| HSV(B) | 79.66º | 0.42% | 0.55% | - |
| XYZ | 18.46 | 23.05 | 11.26 | - |
| YUV | 126.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 81 | 0.14 | 0 | 0.42 | 0.45 | 79.66 | 0.26 | 0.43 |
| Hex | 78 | 8B | 51 | E | 0 | 2A | 2D | 50 | 1A | 2B |
| Octal | 170 | 213 | 121 | 16 | 0 | 52 | 55 | 120 | 32 | 53 |
| Binary | 1111000 | 10001011 | 1010001 | 1110 | 0 | 101010 | 101101 | 1010000 | 11010 | 101011 |
Color Harmonies of #788B51
Complementary color
Monochromatic Colors of #788B51
Black with #788B51
Text Example
Text Example
White with #788B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B51; }
p { color: rgb(120,139,81); }
H1.HeaderClassName
{
color: #788B51;
}
.AnyTagClassName
{
color: #788B51;
}
</style>
background-color css
<style>
a { background-color: #788B51; }
a { background-color: rgb(120,139,81); }
div.DivClassName
{
background-color: #788B51;
}
.BgClassName
{
background-color: #788B51;
}
</style>
border-color css
<style>
span { border-color: #788B51; }
span { border-color: rgb(120,139,81); }
td.TdClassName
{
border-color: #788B51;
}
.TagClassName
{
border-color: #788B51;
}
</style>