Shades of Juniper #77979B
Tints of Juniper #77979B
RGB
CMYK
RGB Variations
Color information
#77979B (or 0x77979B) is known color: Juniper. HEX triplet: 77, 97 and 9B. RGB value is (119,151,155). Sum of RGB (Red+Green+Blue) = 119+151+155=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #77979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77979B is #886864. Grayscale: #8D8D8D. Windows color (decimal): -8939621 or 10196855. OLE color: 10196855.
HSL color Cylindrical-coordinate representation of color #77979B: hue angle of 186.67º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77979B is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 151 | 155 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.39 |
| HSL | 186.67º | 0.15% | 0.54% | - |
| HSV(B) | 186.67º | 0.23% | 0.61% | - |
| XYZ | 24.59 | 28.42 | 35.2 | - |
| YUV | 141.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 155 | 0.23 | 0.03 | 0 | 0.39 | 186.67 | 0.15 | 0.54 |
| Hex | 77 | 97 | 9B | 17 | 3 | 0 | 27 | BB | F | 36 |
| Octal | 167 | 227 | 233 | 27 | 3 | 0 | 47 | 273 | 17 | 66 |
| Binary | 1110111 | 10010111 | 10011011 | 10111 | 11 | 0 | 100111 | 10111011 | 1111 | 110110 |
Color Harmonies of #77979B
Complementary color
Monochromatic Colors of #77979B
Black with #77979B
Text Example
Text Example
White with #77979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77979B; }
p { color: rgb(119,151,155); }
H1.HeaderClassName
{
color: #77979B;
}
.AnyTagClassName
{
color: #77979B;
}
</style>
background-color css
<style>
a { background-color: #77979B; }
a { background-color: rgb(119,151,155); }
div.DivClassName
{
background-color: #77979B;
}
.BgClassName
{
background-color: #77979B;
}
</style>
border-color css
<style>
span { border-color: #77979B; }
span { border-color: rgb(119,151,155); }
td.TdClassName
{
border-color: #77979B;
}
.TagClassName
{
border-color: #77979B;
}
</style>