Shades of Juniper #758F8C
Tints of Juniper #758F8C
RGB
CMYK
RGB Variations
Color information
#758F8C (or 0x758F8C) is known color: Juniper. HEX triplet: 75, 8F and 8C. RGB value is (117,143,140). Sum of RGB (Red+Green+Blue) = 117+143+140=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 143 - color contains mainly: green. Hex color #758F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F8C is #8A7073. Grayscale: #868686. Windows color (decimal): -9072756 or 9211765. OLE color: 9211765.
HSL color Cylindrical-coordinate representation of color #758F8C: hue angle of 173.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F8C is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 140 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.44 |
| HSL | 173.08º | 0.1% | 0.51% | - |
| HSV(B) | 173.08º | 0.18% | 0.56% | - |
| XYZ | 21.89 | 25.32 | 28.54 | - |
| YUV | 134.88 | 130.89 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 140 | 0.18 | 0 | 0.02 | 0.44 | 173.08 | 0.1 | 0.51 |
| Hex | 75 | 8F | 8C | 12 | 0 | 2 | 2C | AD | A | 33 |
| Octal | 165 | 217 | 214 | 22 | 0 | 2 | 54 | 255 | 12 | 63 |
| Binary | 1110101 | 10001111 | 10001100 | 10010 | 0 | 10 | 101100 | 10101101 | 1010 | 110011 |
Color Harmonies of #758F8C
Complementary color
Monochromatic Colors of #758F8C
Black with #758F8C
Text Example
Text Example
White with #758F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F8C; }
p { color: rgb(117,143,140); }
H1.HeaderClassName
{
color: #758F8C;
}
.AnyTagClassName
{
color: #758F8C;
}
</style>
background-color css
<style>
a { background-color: #758F8C; }
a { background-color: rgb(117,143,140); }
div.DivClassName
{
background-color: #758F8C;
}
.BgClassName
{
background-color: #758F8C;
}
</style>
border-color css
<style>
span { border-color: #758F8C; }
span { border-color: rgb(117,143,140); }
td.TdClassName
{
border-color: #758F8C;
}
.TagClassName
{
border-color: #758F8C;
}
</style>