Shades of Highland #788A54
Tints of Highland #788A54
RGB
CMYK
RGB Variations
Color information
#788A54 (or 0x788A54) is known color: Highland. HEX triplet: 78, 8A and 54. RGB value is (120,138,84). Sum of RGB (Red+Green+Blue) = 120+138+84=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 138 - color contains mainly: green. Hex color #788A54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788A54 is #8775AB. Grayscale: #7E7E7E. Windows color (decimal): -8877484 or 5540472. OLE color: 5540472.
HSL color Cylindrical-coordinate representation of color #788A54: hue angle of 80º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #788A54 is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 138 | 84 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.46 |
| HSL | 80º | 0.24% | 0.44% | - |
| HSV(B) | 80º | 0.39% | 0.54% | - |
| XYZ | 18.43 | 22.81 | 11.82 | - |
| YUV | 126.46 | 104.04 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 84 | 0.13 | 0 | 0.39 | 0.46 | 80 | 0.24 | 0.44 |
| Hex | 78 | 8A | 54 | D | 0 | 27 | 2E | 50 | 18 | 2C |
| Octal | 170 | 212 | 124 | 15 | 0 | 47 | 56 | 120 | 30 | 54 |
| Binary | 1111000 | 10001010 | 1010100 | 1101 | 0 | 100111 | 101110 | 1010000 | 11000 | 101100 |
Color Harmonies of #788A54
Complementary color
Monochromatic Colors of #788A54
Black with #788A54
Text Example
Text Example
White with #788A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788A54; }
p { color: rgb(120,138,84); }
H1.HeaderClassName
{
color: #788A54;
}
.AnyTagClassName
{
color: #788A54;
}
</style>
background-color css
<style>
a { background-color: #788A54; }
a { background-color: rgb(120,138,84); }
div.DivClassName
{
background-color: #788A54;
}
.BgClassName
{
background-color: #788A54;
}
</style>
border-color css
<style>
span { border-color: #788A54; }
span { border-color: rgb(120,138,84); }
td.TdClassName
{
border-color: #788A54;
}
.TagClassName
{
border-color: #788A54;
}
</style>