Shades of Juniper #76989A
Tints of Juniper #76989A
RGB
CMYK
RGB Variations
Color information
#76989A (or 0x76989A) is known color: Juniper. HEX triplet: 76, 98 and 9A. RGB value is (118,152,154). Sum of RGB (Red+Green+Blue) = 118+152+154=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #76989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76989A is #896765. Grayscale: #8E8E8E. Windows color (decimal): -9004902 or 10131574. OLE color: 10131574.
HSL color Cylindrical-coordinate representation of color #76989A: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #76989A is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 118 | 152 | 154 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.40 |
| HSL | 183.33º | 0.15% | 0.53% | - |
| HSV(B) | 183.33º | 0.23% | 0.6% | - |
| XYZ | 24.53 | 28.64 | 34.81 | - |
| YUV | 142.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 154 | 0.23 | 0.01 | 0 | 0.40 | 183.33 | 0.15 | 0.53 |
| Hex | 76 | 98 | 9A | 17 | 1 | 0 | 28 | B7 | F | 35 |
| Octal | 166 | 230 | 232 | 27 | 1 | 0 | 50 | 267 | 17 | 65 |
| Binary | 1110110 | 10011000 | 10011010 | 10111 | 1 | 0 | 101000 | 10110111 | 1111 | 110101 |
Color Harmonies of #76989A
Complementary color
Monochromatic Colors of #76989A
Black with #76989A
Text Example
Text Example
White with #76989A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76989A; }
p { color: rgb(118,152,154); }
H1.HeaderClassName
{
color: #76989A;
}
.AnyTagClassName
{
color: #76989A;
}
</style>
background-color css
<style>
a { background-color: #76989A; }
a { background-color: rgb(118,152,154); }
div.DivClassName
{
background-color: #76989A;
}
.BgClassName
{
background-color: #76989A;
}
</style>
border-color css
<style>
span { border-color: #76989A; }
span { border-color: rgb(118,152,154); }
td.TdClassName
{
border-color: #76989A;
}
.TagClassName
{
border-color: #76989A;
}
</style>