Shades of Juniper #779898
Tints of Juniper #779898
RGB
CMYK
RGB Variations
Color information
#779898 (or 0x779898) is known color: Juniper. HEX triplet: 77, 98 and 98. RGB value is (119,152,152). Sum of RGB (Red+Green+Blue) = 119+152+152=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #779898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779898 is #886767. Grayscale: #8E8E8E. Windows color (decimal): -8939368 or 10000503. OLE color: 10000503.
HSL color Cylindrical-coordinate representation of color #779898: hue angle of 180º 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 #779898 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 152 | 152 | - |
| CMYK | 0.22 | 0 | 0 | 0.40 |
| HSL | 180º | 0.14% | 0.53% | - |
| HSV(B) | 180º | 0.22% | 0.6% | - |
| XYZ | 24.5 | 28.65 | 33.94 | - |
| YUV | 142.13 | 133.57 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 152 | 0.22 | 0 | 0 | 0.40 | 180 | 0.14 | 0.53 |
| Hex | 77 | 98 | 98 | 16 | 0 | 0 | 28 | B4 | E | 35 |
| Octal | 167 | 230 | 230 | 26 | 0 | 0 | 50 | 264 | 16 | 65 |
| Binary | 1110111 | 10011000 | 10011000 | 10110 | 0 | 0 | 101000 | 10110100 | 1110 | 110101 |
Color Harmonies of #779898
Complementary color
Monochromatic Colors of #779898
Black with #779898
Text Example
Text Example
White with #779898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779898; }
p { color: rgb(119,152,152); }
H1.HeaderClassName
{
color: #779898;
}
.AnyTagClassName
{
color: #779898;
}
</style>
background-color css
<style>
a { background-color: #779898; }
a { background-color: rgb(119,152,152); }
div.DivClassName
{
background-color: #779898;
}
.BgClassName
{
background-color: #779898;
}
</style>
border-color css
<style>
span { border-color: #779898; }
span { border-color: rgb(119,152,152); }
td.TdClassName
{
border-color: #779898;
}
.TagClassName
{
border-color: #779898;
}
</style>