Shades of Juniper #76979B
Tints of Juniper #76979B
RGB
CMYK
RGB Variations
Color information
#76979B (or 0x76979B) is known color: Juniper. HEX triplet: 76, 97 and 9B. RGB value is (118,151,155). Sum of RGB (Red+Green+Blue) = 118+151+155=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #76979B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76979B is #896864. Grayscale: #8D8D8D. Windows color (decimal): -9005157 or 10196854. OLE color: 10196854.
HSL color Cylindrical-coordinate representation of color #76979B: hue angle of 186.49º 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 #76979B is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 118 | 151 | 155 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.39 |
| HSL | 186.49º | 0.16% | 0.54% | - |
| HSV(B) | 186.49º | 0.24% | 0.61% | - |
| XYZ | 24.45 | 28.35 | 35.19 | - |
| YUV | 141.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 155 | 0.24 | 0.03 | 0 | 0.39 | 186.49 | 0.16 | 0.54 |
| Hex | 76 | 97 | 9B | 18 | 3 | 0 | 27 | BA | 10 | 36 |
| Octal | 166 | 227 | 233 | 30 | 3 | 0 | 47 | 272 | 20 | 66 |
| Binary | 1110110 | 10010111 | 10011011 | 11000 | 11 | 0 | 100111 | 10111010 | 10000 | 110110 |
Color Harmonies of #76979B
Complementary color
Monochromatic Colors of #76979B
Black with #76979B
Text Example
Text Example
White with #76979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76979B; }
p { color: rgb(118,151,155); }
H1.HeaderClassName
{
color: #76979B;
}
.AnyTagClassName
{
color: #76979B;
}
</style>
background-color css
<style>
a { background-color: #76979B; }
a { background-color: rgb(118,151,155); }
div.DivClassName
{
background-color: #76979B;
}
.BgClassName
{
background-color: #76979B;
}
</style>
border-color css
<style>
span { border-color: #76979B; }
span { border-color: rgb(118,151,155); }
td.TdClassName
{
border-color: #76979B;
}
.TagClassName
{
border-color: #76979B;
}
</style>