Shades of Juniper #758989
Tints of Juniper #758989
RGB
CMYK
RGB Variations
Color information
#758989 (or 0x758989) is known color: Juniper. HEX triplet: 75, 89 and 89. RGB value is (117,137,137). Sum of RGB (Red+Green+Blue) = 117+137+137=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #758989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758989 is #8A7676. Grayscale: #838383. Windows color (decimal): -9074295 or 9013621. OLE color: 9013621.
HSL color Cylindrical-coordinate representation of color #758989: hue angle of 180º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758989 is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 137 | 137 | - |
| CMYK | 0.15 | 0 | 0 | 0.46 |
| HSL | 180º | 0.08% | 0.5% | - |
| HSV(B) | 180º | 0.15% | 0.54% | - |
| XYZ | 20.8 | 23.48 | 27.1 | - |
| YUV | 131.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 137 | 137 | 0.15 | 0 | 0 | 0.46 | 180 | 0.08 | 0.5 |
| Hex | 75 | 89 | 89 | F | 0 | 0 | 2E | B4 | 8 | 32 |
| Octal | 165 | 211 | 211 | 17 | 0 | 0 | 56 | 264 | 10 | 62 |
| Binary | 1110101 | 10001001 | 10001001 | 1111 | 0 | 0 | 101110 | 10110100 | 1000 | 110010 |
Color Harmonies of #758989
Complementary color
Monochromatic Colors of #758989
Black with #758989
Text Example
Text Example
White with #758989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758989; }
p { color: rgb(117,137,137); }
H1.HeaderClassName
{
color: #758989;
}
.AnyTagClassName
{
color: #758989;
}
</style>
background-color css
<style>
a { background-color: #758989; }
a { background-color: rgb(117,137,137); }
div.DivClassName
{
background-color: #758989;
}
.BgClassName
{
background-color: #758989;
}
</style>
border-color css
<style>
span { border-color: #758989; }
span { border-color: rgb(117,137,137); }
td.TdClassName
{
border-color: #758989;
}
.TagClassName
{
border-color: #758989;
}
</style>