Shades of Juniper #779A94
Tints of Juniper #779A94
RGB
CMYK
RGB Variations
Color information
#779A94 (or 0x779A94) is known color: Juniper. HEX triplet: 77, 9A and 94. RGB value is (119,154,148). Sum of RGB (Red+Green+Blue) = 119+154+148=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #779A94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779A94 is #88656B. Grayscale: #8E8E8E. Windows color (decimal): -8938860 or 9738871. OLE color: 9738871.
HSL color Cylindrical-coordinate representation of color #779A94: hue angle of 169.71º 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 #779A94 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 148 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.40 |
| HSL | 169.71º | 0.15% | 0.54% | - |
| HSV(B) | 169.71º | 0.23% | 0.6% | - |
| XYZ | 24.51 | 29.17 | 32.36 | - |
| YUV | 142.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 148 | 0.23 | 0 | 0.04 | 0.40 | 169.71 | 0.15 | 0.54 |
| Hex | 77 | 9A | 94 | 17 | 0 | 4 | 28 | AA | F | 36 |
| Octal | 167 | 232 | 224 | 27 | 0 | 4 | 50 | 252 | 17 | 66 |
| Binary | 1110111 | 10011010 | 10010100 | 10111 | 0 | 100 | 101000 | 10101010 | 1111 | 110110 |
Color Harmonies of #779A94
Complementary color
Monochromatic Colors of #779A94
Black with #779A94
Text Example
Text Example
White with #779A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A94; }
p { color: rgb(119,154,148); }
H1.HeaderClassName
{
color: #779A94;
}
.AnyTagClassName
{
color: #779A94;
}
</style>
background-color css
<style>
a { background-color: #779A94; }
a { background-color: rgb(119,154,148); }
div.DivClassName
{
background-color: #779A94;
}
.BgClassName
{
background-color: #779A94;
}
</style>
border-color css
<style>
span { border-color: #779A94; }
span { border-color: rgb(119,154,148); }
td.TdClassName
{
border-color: #779A94;
}
.TagClassName
{
border-color: #779A94;
}
</style>