Shades of Juniper #779C97
Tints of Juniper #779C97
RGB
CMYK
RGB Variations
Color information
#779C97 (or 0x779C97) is known color: Juniper. HEX triplet: 77, 9C and 97. RGB value is (119,156,151). Sum of RGB (Red+Green+Blue) = 119+156+151=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 156 - color contains mainly: green. Hex color #779C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779C97 is #886368. Grayscale: #909090. Windows color (decimal): -8938345 or 9935991. OLE color: 9935991.
HSL color Cylindrical-coordinate representation of color #779C97: hue angle of 171.89º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C97 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 156 | 151 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.39 |
| HSL | 171.89º | 0.16% | 0.54% | - |
| HSV(B) | 171.89º | 0.24% | 0.61% | - |
| XYZ | 25.08 | 29.93 | 33.73 | - |
| YUV | 144.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 151 | 0.24 | 0 | 0.03 | 0.39 | 171.89 | 0.16 | 0.54 |
| Hex | 77 | 9C | 97 | 18 | 0 | 3 | 27 | AC | 10 | 36 |
| Octal | 167 | 234 | 227 | 30 | 0 | 3 | 47 | 254 | 20 | 66 |
| Binary | 1110111 | 10011100 | 10010111 | 11000 | 0 | 11 | 100111 | 10101100 | 10000 | 110110 |
Color Harmonies of #779C97
Complementary color
Monochromatic Colors of #779C97
Black with #779C97
Text Example
Text Example
White with #779C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779C97; }
p { color: rgb(119,156,151); }
H1.HeaderClassName
{
color: #779C97;
}
.AnyTagClassName
{
color: #779C97;
}
</style>
background-color css
<style>
a { background-color: #779C97; }
a { background-color: rgb(119,156,151); }
div.DivClassName
{
background-color: #779C97;
}
.BgClassName
{
background-color: #779C97;
}
</style>
border-color css
<style>
span { border-color: #779C97; }
span { border-color: rgb(119,156,151); }
td.TdClassName
{
border-color: #779C97;
}
.TagClassName
{
border-color: #779C97;
}
</style>