Shades of Juniper #779897
Tints of Juniper #779897
RGB
CMYK
RGB Variations
Color information
#779897 (or 0x779897) is known color: Juniper. HEX triplet: 77, 98 and 97. RGB value is (119,152,151). Sum of RGB (Red+Green+Blue) = 119+152+151=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 152 - color contains mainly: green. Hex color #779897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779897 is #886768. Grayscale: #8D8D8D. Windows color (decimal): -8939369 or 9934967. OLE color: 9934967.
HSL color Cylindrical-coordinate representation of color #779897: hue angle of 178.18º 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 #779897 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 151 | - |
| CMYK | 0.22 | 0 | 0.01 | 0.40 |
| HSL | 178.18º | 0.14% | 0.53% | - |
| HSV(B) | 178.18º | 0.22% | 0.6% | - |
| XYZ | 24.42 | 28.61 | 33.51 | - |
| YUV | 142.02 | 133.07 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 151 | 0.22 | 0 | 0.01 | 0.40 | 178.18 | 0.14 | 0.53 |
| Hex | 77 | 98 | 97 | 16 | 0 | 1 | 28 | B2 | E | 35 |
| Octal | 167 | 230 | 227 | 26 | 0 | 1 | 50 | 262 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10010111 | 10110 | 0 | 1 | 101000 | 10110010 | 1110 | 110101 |
Color Harmonies of #779897
Complementary color
Monochromatic Colors of #779897
Black with #779897
Text Example
Text Example
White with #779897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779897; }
p { color: rgb(119,152,151); }
H1.HeaderClassName
{
color: #779897;
}
.AnyTagClassName
{
color: #779897;
}
</style>
background-color css
<style>
a { background-color: #779897; }
a { background-color: rgb(119,152,151); }
div.DivClassName
{
background-color: #779897;
}
.BgClassName
{
background-color: #779897;
}
</style>
border-color css
<style>
span { border-color: #779897; }
span { border-color: rgb(119,152,151); }
td.TdClassName
{
border-color: #779897;
}
.TagClassName
{
border-color: #779897;
}
</style>