Shades of Juniper #778E8C
Tints of Juniper #778E8C
RGB
CMYK
RGB Variations
Color information
#778E8C (or 0x778E8C) is known color: Juniper. HEX triplet: 77, 8E and 8C. RGB value is (119,142,140). Sum of RGB (Red+Green+Blue) = 119+142+140=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 142 - color contains mainly: green. Hex color #778E8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778E8C is #887173. Grayscale: #868686. Windows color (decimal): -8941940 or 9211511. OLE color: 9211511.
HSL color Cylindrical-coordinate representation of color #778E8C: hue angle of 174.78º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #778E8C is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 142 | 140 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.44 |
| HSL | 174.78º | 0.09% | 0.51% | - |
| HSV(B) | 174.78º | 0.16% | 0.56% | - |
| XYZ | 22.01 | 25.16 | 28.51 | - |
| YUV | 134.9 | 130.88 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 140 | 0.16 | 0 | 0.01 | 0.44 | 174.78 | 0.09 | 0.51 |
| Hex | 77 | 8E | 8C | 10 | 0 | 1 | 2C | AF | 9 | 33 |
| Octal | 167 | 216 | 214 | 20 | 0 | 1 | 54 | 257 | 11 | 63 |
| Binary | 1110111 | 10001110 | 10001100 | 10000 | 0 | 1 | 101100 | 10101111 | 1001 | 110011 |
Color Harmonies of #778E8C
Complementary color
Monochromatic Colors of #778E8C
Black with #778E8C
Text Example
Text Example
White with #778E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778E8C; }
p { color: rgb(119,142,140); }
H1.HeaderClassName
{
color: #778E8C;
}
.AnyTagClassName
{
color: #778E8C;
}
</style>
background-color css
<style>
a { background-color: #778E8C; }
a { background-color: rgb(119,142,140); }
div.DivClassName
{
background-color: #778E8C;
}
.BgClassName
{
background-color: #778E8C;
}
</style>
border-color css
<style>
span { border-color: #778E8C; }
span { border-color: rgb(119,142,140); }
td.TdClassName
{
border-color: #778E8C;
}
.TagClassName
{
border-color: #778E8C;
}
</style>