Shades of Juniper #779799
Tints of Juniper #779799
RGB
CMYK
RGB Variations
Color information
#779799 (or 0x779799) is known color: Juniper. HEX triplet: 77, 97 and 99. RGB value is (119,151,153). Sum of RGB (Red+Green+Blue) = 119+151+153=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: blue. Hex color #779799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779799 is #886866. Grayscale: #8D8D8D. Windows color (decimal): -8939623 or 10065783. OLE color: 10065783.
HSL color Cylindrical-coordinate representation of color #779799: hue angle of 183.53º 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 #779799 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 151 | 153 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.4 |
| HSL | 183.53º | 0.14% | 0.53% | - |
| HSV(B) | 183.53º | 0.22% | 0.6% | - |
| XYZ | 24.42 | 28.36 | 34.32 | - |
| YUV | 141.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 153 | 0.22 | 0.01 | 0 | 0.4 | 183.53 | 0.14 | 0.53 |
| Hex | 77 | 97 | 99 | 16 | 1 | 0 | 28 | B8 | E | 35 |
| Octal | 167 | 227 | 231 | 26 | 1 | 0 | 50 | 270 | 16 | 65 |
| Binary | 1110111 | 10010111 | 10011001 | 10110 | 1 | 0 | 101000 | 10111000 | 1110 | 110101 |
Color Harmonies of #779799
Complementary color
Monochromatic Colors of #779799
Black with #779799
Text Example
Text Example
White with #779799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779799; }
p { color: rgb(119,151,153); }
H1.HeaderClassName
{
color: #779799;
}
.AnyTagClassName
{
color: #779799;
}
</style>
background-color css
<style>
a { background-color: #779799; }
a { background-color: rgb(119,151,153); }
div.DivClassName
{
background-color: #779799;
}
.BgClassName
{
background-color: #779799;
}
</style>
border-color css
<style>
span { border-color: #779799; }
span { border-color: rgb(119,151,153); }
td.TdClassName
{
border-color: #779799;
}
.TagClassName
{
border-color: #779799;
}
</style>