Shades of Highland #788A50
Tints of Highland #788A50
RGB
CMYK
RGB Variations
Color information
#788A50 (or 0x788A50) is known color: Highland. HEX triplet: 78, 8A and 50. RGB value is (120,138,80). Sum of RGB (Red+Green+Blue) = 120+138+80=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 138 - color contains mainly: green. Hex color #788A50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A50 is #8775AF. Grayscale: #7E7E7E. Windows color (decimal): -8877488 or 5278328. OLE color: 5278328.
HSL color Cylindrical-coordinate representation of color #788A50: hue angle of 78.62º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #788A50 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 80 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.46 |
| HSL | 78.62º | 0.27% | 0.43% | - |
| HSV(B) | 78.62º | 0.42% | 0.54% | - |
| XYZ | 18.28 | 22.75 | 11.02 | - |
| YUV | 126.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 80 | 0.13 | 0 | 0.42 | 0.46 | 78.62 | 0.27 | 0.43 |
| Hex | 78 | 8A | 50 | D | 0 | 2A | 2E | 4F | 1B | 2B |
| Octal | 170 | 212 | 120 | 15 | 0 | 52 | 56 | 117 | 33 | 53 |
| Binary | 1111000 | 10001010 | 1010000 | 1101 | 0 | 101010 | 101110 | 1001111 | 11011 | 101011 |
Color Harmonies of #788A50
Complementary color
Monochromatic Colors of #788A50
Black with #788A50
Text Example
Text Example
White with #788A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A50; }
p { color: rgb(120,138,80); }
H1.HeaderClassName
{
color: #788A50;
}
.AnyTagClassName
{
color: #788A50;
}
</style>
background-color css
<style>
a { background-color: #788A50; }
a { background-color: rgb(120,138,80); }
div.DivClassName
{
background-color: #788A50;
}
.BgClassName
{
background-color: #788A50;
}
</style>
border-color css
<style>
span { border-color: #788A50; }
span { border-color: rgb(120,138,80); }
td.TdClassName
{
border-color: #788A50;
}
.TagClassName
{
border-color: #788A50;
}
</style>