Shades of Juniper #758686
Tints of Juniper #758686
RGB
CMYK
RGB Variations
Color information
#758686 (or 0x758686) is known color: Juniper. HEX triplet: 75, 86 and 86. RGB value is (117,134,134). Sum of RGB (Red+Green+Blue) = 117+134+134=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #758686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758686 is #8A7979. Grayscale: #808080. Windows color (decimal): -9075066 or 8816245. OLE color: 8816245.
HSL color Cylindrical-coordinate representation of color #758686: hue angle of 180º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758686 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 134 | - |
| CMYK | 0.13 | 0 | 0 | 0.47 |
| HSL | 180º | 0.07% | 0.49% | - |
| HSV(B) | 180º | 0.13% | 0.53% | - |
| XYZ | 20.16 | 22.55 | 25.84 | - |
| YUV | 128.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 134 | 0.13 | 0 | 0 | 0.47 | 180 | 0.07 | 0.49 |
| Hex | 75 | 86 | 86 | D | 0 | 0 | 2F | B4 | 7 | 31 |
| Octal | 165 | 206 | 206 | 15 | 0 | 0 | 57 | 264 | 7 | 61 |
| Binary | 1110101 | 10000110 | 10000110 | 1101 | 0 | 0 | 101111 | 10110100 | 111 | 110001 |
Color Harmonies of #758686
Complementary color
Monochromatic Colors of #758686
Black with #758686
Text Example
Text Example
White with #758686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758686; }
p { color: rgb(117,134,134); }
H1.HeaderClassName
{
color: #758686;
}
.AnyTagClassName
{
color: #758686;
}
</style>
background-color css
<style>
a { background-color: #758686; }
a { background-color: rgb(117,134,134); }
div.DivClassName
{
background-color: #758686;
}
.BgClassName
{
background-color: #758686;
}
</style>
border-color css
<style>
span { border-color: #758686; }
span { border-color: rgb(117,134,134); }
td.TdClassName
{
border-color: #758686;
}
.TagClassName
{
border-color: #758686;
}
</style>