Shades of Juniper #77A09B
Tints of Juniper #77A09B
RGB
CMYK
RGB Variations
Color information
#77A09B (or 0x77A09B) is known color: Juniper. HEX triplet: 77, A0 and 9B. RGB value is (119,160,155). Sum of RGB (Red+Green+Blue) = 119+160+155=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 155 (60.94% from 255 or 35.71% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #77A09B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A09B is #885F64. Grayscale: #939393. Windows color (decimal): -8937317 or 10199159. OLE color: 10199159.
HSL color Cylindrical-coordinate representation of color #77A09B: hue angle of 172.68º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #77A09B is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 119 | 160 | 155 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.37 |
| HSL | 172.68º | 0.18% | 0.55% | - |
| HSV(B) | 172.68º | 0.26% | 0.63% | - |
| XYZ | 26.09 | 31.43 | 35.7 | - |
| YUV | 147.17 | 132.42 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 155 | 0.26 | 0 | 0.03 | 0.37 | 172.68 | 0.18 | 0.55 |
| Hex | 77 | A0 | 9B | 1A | 0 | 3 | 25 | AD | 12 | 37 |
| Octal | 167 | 240 | 233 | 32 | 0 | 3 | 45 | 255 | 22 | 67 |
| Binary | 1110111 | 10100000 | 10011011 | 11010 | 0 | 11 | 100101 | 10101101 | 10010 | 110111 |
Color Harmonies of #77A09B
Complementary color
Monochromatic Colors of #77A09B
Black with #77A09B
Text Example
Text Example
White with #77A09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A09B; }
p { color: rgb(119,160,155); }
H1.HeaderClassName
{
color: #77A09B;
}
.AnyTagClassName
{
color: #77A09B;
}
</style>
background-color css
<style>
a { background-color: #77A09B; }
a { background-color: rgb(119,160,155); }
div.DivClassName
{
background-color: #77A09B;
}
.BgClassName
{
background-color: #77A09B;
}
</style>
border-color css
<style>
span { border-color: #77A09B; }
span { border-color: rgb(119,160,155); }
td.TdClassName
{
border-color: #77A09B;
}
.TagClassName
{
border-color: #77A09B;
}
</style>