Shades of Highland #788A55
Tints of Highland #788A55
RGB
CMYK
RGB Variations
Color information
#788A55 (or 0x788A55) is known color: Highland. HEX triplet: 78, 8A and 55. RGB value is (120,138,85). Sum of RGB (Red+Green+Blue) = 120+138+85=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 138 (54.30% from 255 or 40.23% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 138 - color contains mainly: green. Hex color #788A55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A55 is #8775AA. Grayscale: #7E7E7E. Windows color (decimal): -8877483 or 5606008. OLE color: 5606008.
HSL color Cylindrical-coordinate representation of color #788A55: hue angle of 80.38º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #788A55 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 85 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.46 |
| HSL | 80.38º | 0.24% | 0.44% | - |
| HSV(B) | 80.38º | 0.38% | 0.54% | - |
| XYZ | 18.47 | 22.83 | 12.03 | - |
| YUV | 126.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 85 | 0.13 | 0 | 0.38 | 0.46 | 80.38 | 0.24 | 0.44 |
| Hex | 78 | 8A | 55 | D | 0 | 26 | 2E | 50 | 18 | 2C |
| Octal | 170 | 212 | 125 | 15 | 0 | 46 | 56 | 120 | 30 | 54 |
| Binary | 1111000 | 10001010 | 1010101 | 1101 | 0 | 100110 | 101110 | 1010000 | 11000 | 101100 |
Color Harmonies of #788A55
Complementary color
Monochromatic Colors of #788A55
Black with #788A55
Text Example
Text Example
White with #788A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A55; }
p { color: rgb(120,138,85); }
H1.HeaderClassName
{
color: #788A55;
}
.AnyTagClassName
{
color: #788A55;
}
</style>
background-color css
<style>
a { background-color: #788A55; }
a { background-color: rgb(120,138,85); }
div.DivClassName
{
background-color: #788A55;
}
.BgClassName
{
background-color: #788A55;
}
</style>
border-color css
<style>
span { border-color: #788A55; }
span { border-color: rgb(120,138,85); }
td.TdClassName
{
border-color: #788A55;
}
.TagClassName
{
border-color: #788A55;
}
</style>