Shades of Juniper #779A93
Tints of Juniper #779A93
RGB
CMYK
RGB Variations
Color information
#779A93 (or 0x779A93) is known color: Juniper. HEX triplet: 77, 9A and 93. RGB value is (119,154,147). Sum of RGB (Red+Green+Blue) = 119+154+147=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #779A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A93 is #88656C. Grayscale: #8E8E8E. Windows color (decimal): -8938861 or 9673335. OLE color: 9673335.
HSL color Cylindrical-coordinate representation of color #779A93: hue angle of 168º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A93 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 147 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.40 |
| HSL | 168º | 0.15% | 0.54% | - |
| HSV(B) | 168º | 0.23% | 0.6% | - |
| XYZ | 24.43 | 29.14 | 31.94 | - |
| YUV | 142.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 147 | 0.23 | 0 | 0.05 | 0.40 | 168 | 0.15 | 0.54 |
| Hex | 77 | 9A | 93 | 17 | 0 | 5 | 28 | A8 | F | 36 |
| Octal | 167 | 232 | 223 | 27 | 0 | 5 | 50 | 250 | 17 | 66 |
| Binary | 1110111 | 10011010 | 10010011 | 10111 | 0 | 101 | 101000 | 10101000 | 1111 | 110110 |
Color Harmonies of #779A93
Complementary color
Monochromatic Colors of #779A93
Black with #779A93
Text Example
Text Example
White with #779A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A93; }
p { color: rgb(119,154,147); }
H1.HeaderClassName
{
color: #779A93;
}
.AnyTagClassName
{
color: #779A93;
}
</style>
background-color css
<style>
a { background-color: #779A93; }
a { background-color: rgb(119,154,147); }
div.DivClassName
{
background-color: #779A93;
}
.BgClassName
{
background-color: #779A93;
}
</style>
border-color css
<style>
span { border-color: #779A93; }
span { border-color: rgb(119,154,147); }
td.TdClassName
{
border-color: #779A93;
}
.TagClassName
{
border-color: #779A93;
}
</style>