Shades of Juniper #779992
Tints of Juniper #779992
RGB
CMYK
RGB Variations
Color information
#779992 (or 0x779992) is known color: Juniper. HEX triplet: 77, 99 and 92. RGB value is (119,153,146). Sum of RGB (Red+Green+Blue) = 119+153+146=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #779992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779992 is #88666D. Grayscale: #8E8E8E. Windows color (decimal): -8939118 or 9607543. OLE color: 9607543.
HSL color Cylindrical-coordinate representation of color #779992: hue angle of 167.65º 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 #779992 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 146 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.4 |
| HSL | 167.65º | 0.14% | 0.53% | - |
| HSV(B) | 167.65º | 0.22% | 0.6% | - |
| XYZ | 24.19 | 28.78 | 31.47 | - |
| YUV | 142.04 | 130.24 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 146 | 0.22 | 0 | 0.05 | 0.4 | 167.65 | 0.14 | 0.53 |
| Hex | 77 | 99 | 92 | 16 | 0 | 5 | 28 | A8 | E | 35 |
| Octal | 167 | 231 | 222 | 26 | 0 | 5 | 50 | 250 | 16 | 65 |
| Binary | 1110111 | 10011001 | 10010010 | 10110 | 0 | 101 | 101000 | 10101000 | 1110 | 110101 |
Color Harmonies of #779992
Complementary color
Monochromatic Colors of #779992
Black with #779992
Text Example
Text Example
White with #779992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779992; }
p { color: rgb(119,153,146); }
H1.HeaderClassName
{
color: #779992;
}
.AnyTagClassName
{
color: #779992;
}
</style>
background-color css
<style>
a { background-color: #779992; }
a { background-color: rgb(119,153,146); }
div.DivClassName
{
background-color: #779992;
}
.BgClassName
{
background-color: #779992;
}
</style>
border-color css
<style>
span { border-color: #779992; }
span { border-color: rgb(119,153,146); }
td.TdClassName
{
border-color: #779992;
}
.TagClassName
{
border-color: #779992;
}
</style>