Shades of Highland #788F5C
Tints of Highland #788F5C
RGB
CMYK
RGB Variations
Color information
#788F5C (or 0x788F5C) is known color: Highland. HEX triplet: 78, 8F and 5C. RGB value is (120,143,92). Sum of RGB (Red+Green+Blue) = 120+143+92=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 143 (56.25% from 255 or 40.28% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 143 - color contains mainly: green. Hex color #788F5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #788F5C is #8770A3. Grayscale: #828282. Windows color (decimal): -8876196 or 6066040. OLE color: 6066040.
HSL color Cylindrical-coordinate representation of color #788F5C: hue angle of 87.06º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #788F5C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 143 | 92 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.44 |
| HSL | 87.06º | 0.22% | 0.46% | - |
| HSV(B) | 87.06º | 0.36% | 0.56% | - |
| XYZ | 19.5 | 24.41 | 13.81 | - |
| YUV | 130.31 | 106.38 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 143 | 92 | 0.16 | 0 | 0.36 | 0.44 | 87.06 | 0.22 | 0.46 |
| Hex | 78 | 8F | 5C | 10 | 0 | 24 | 2C | 57 | 16 | 2E |
| Octal | 170 | 217 | 134 | 20 | 0 | 44 | 54 | 127 | 26 | 56 |
| Binary | 1111000 | 10001111 | 1011100 | 10000 | 0 | 100100 | 101100 | 1010111 | 10110 | 101110 |
Color Harmonies of #788F5C
Complementary color
Monochromatic Colors of #788F5C
Black with #788F5C
Text Example
Text Example
White with #788F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788F5C; }
p { color: rgb(120,143,92); }
H1.HeaderClassName
{
color: #788F5C;
}
.AnyTagClassName
{
color: #788F5C;
}
</style>
background-color css
<style>
a { background-color: #788F5C; }
a { background-color: rgb(120,143,92); }
div.DivClassName
{
background-color: #788F5C;
}
.BgClassName
{
background-color: #788F5C;
}
</style>
border-color css
<style>
span { border-color: #788F5C; }
span { border-color: rgb(120,143,92); }
td.TdClassName
{
border-color: #788F5C;
}
.TagClassName
{
border-color: #788F5C;
}
</style>