Shades of Juniper #779699
Tints of Juniper #779699
RGB
CMYK
RGB Variations
Color information
#779699 (or 0x779699) is known color: Juniper. HEX triplet: 77, 96 and 99. RGB value is (119,150,153). Sum of RGB (Red+Green+Blue) = 119+150+153=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 153 - color contains mainly: blue. Hex color #779699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779699 is #886966. Grayscale: #8D8D8D. Windows color (decimal): -8939879 or 10065527. OLE color: 10065527.
HSL color Cylindrical-coordinate representation of color #779699: hue angle of 185.29º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779699 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 150 | 153 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.4 |
| HSL | 185.29º | 0.14% | 0.53% | - |
| HSV(B) | 185.29º | 0.22% | 0.6% | - |
| XYZ | 24.26 | 28.03 | 34.27 | - |
| YUV | 141.07 | 134.73 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 153 | 0.22 | 0.02 | 0 | 0.4 | 185.29 | 0.14 | 0.53 |
| Hex | 77 | 96 | 99 | 16 | 2 | 0 | 28 | B9 | E | 35 |
| Octal | 167 | 226 | 231 | 26 | 2 | 0 | 50 | 271 | 16 | 65 |
| Binary | 1110111 | 10010110 | 10011001 | 10110 | 10 | 0 | 101000 | 10111001 | 1110 | 110101 |
Color Harmonies of #779699
Complementary color
Monochromatic Colors of #779699
Black with #779699
Text Example
Text Example
White with #779699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779699; }
p { color: rgb(119,150,153); }
H1.HeaderClassName
{
color: #779699;
}
.AnyTagClassName
{
color: #779699;
}
</style>
background-color css
<style>
a { background-color: #779699; }
a { background-color: rgb(119,150,153); }
div.DivClassName
{
background-color: #779699;
}
.BgClassName
{
background-color: #779699;
}
</style>
border-color css
<style>
span { border-color: #779699; }
span { border-color: rgb(119,150,153); }
td.TdClassName
{
border-color: #779699;
}
.TagClassName
{
border-color: #779699;
}
</style>