Shades of Highland #788A57
Tints of Highland #788A57
RGB
CMYK
RGB Variations
Color information
#788A57 (or 0x788A57) is known color: Highland. HEX triplet: 78, 8A and 57. RGB value is (120,138,87). Sum of RGB (Red+Green+Blue) = 120+138+87=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #788A57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A57 is #8775A8. Grayscale: #7E7E7E. Windows color (decimal): -8877481 or 5737080. OLE color: 5737080.
HSL color Cylindrical-coordinate representation of color #788A57: hue angle of 81.18º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #788A57 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 87 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.46 |
| HSL | 81.18º | 0.23% | 0.44% | - |
| HSV(B) | 81.18º | 0.37% | 0.54% | - |
| XYZ | 18.55 | 22.86 | 12.45 | - |
| YUV | 126.8 | 105.54 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 87 | 0.13 | 0 | 0.37 | 0.46 | 81.18 | 0.23 | 0.44 |
| Hex | 78 | 8A | 57 | D | 0 | 25 | 2E | 51 | 17 | 2C |
| Octal | 170 | 212 | 127 | 15 | 0 | 45 | 56 | 121 | 27 | 54 |
| Binary | 1111000 | 10001010 | 1010111 | 1101 | 0 | 100101 | 101110 | 1010001 | 10111 | 101100 |
Color Harmonies of #788A57
Complementary color
Monochromatic Colors of #788A57
Black with #788A57
Text Example
Text Example
White with #788A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A57; }
p { color: rgb(120,138,87); }
H1.HeaderClassName
{
color: #788A57;
}
.AnyTagClassName
{
color: #788A57;
}
</style>
background-color css
<style>
a { background-color: #788A57; }
a { background-color: rgb(120,138,87); }
div.DivClassName
{
background-color: #788A57;
}
.BgClassName
{
background-color: #788A57;
}
</style>
border-color css
<style>
span { border-color: #788A57; }
span { border-color: rgb(120,138,87); }
td.TdClassName
{
border-color: #788A57;
}
.TagClassName
{
border-color: #788A57;
}
</style>