Shades of Juniper #758F8E
Tints of Juniper #758F8E
RGB
CMYK
RGB Variations
Color information
#758F8E (or 0x758F8E) is known color: Juniper. HEX triplet: 75, 8F and 8E. RGB value is (117,143,142). Sum of RGB (Red+Green+Blue) = 117+143+142=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 143 - color contains mainly: green. Hex color #758F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F8E is #8A7071. Grayscale: #878787. Windows color (decimal): -9072754 or 9342837. OLE color: 9342837.
HSL color Cylindrical-coordinate representation of color #758F8E: hue angle of 177.69º 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 #758F8E is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 142 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.44 |
| HSL | 177.69º | 0.1% | 0.51% | - |
| HSV(B) | 177.69º | 0.18% | 0.56% | - |
| XYZ | 22.04 | 25.38 | 29.33 | - |
| YUV | 135.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 142 | 0.18 | 0 | 0.01 | 0.44 | 177.69 | 0.1 | 0.51 |
| Hex | 75 | 8F | 8E | 12 | 0 | 1 | 2C | B2 | A | 33 |
| Octal | 165 | 217 | 216 | 22 | 0 | 1 | 54 | 262 | 12 | 63 |
| Binary | 1110101 | 10001111 | 10001110 | 10010 | 0 | 1 | 101100 | 10110010 | 1010 | 110011 |
Color Harmonies of #758F8E
Complementary color
Monochromatic Colors of #758F8E
Black with #758F8E
Text Example
Text Example
White with #758F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F8E; }
p { color: rgb(117,143,142); }
H1.HeaderClassName
{
color: #758F8E;
}
.AnyTagClassName
{
color: #758F8E;
}
</style>
background-color css
<style>
a { background-color: #758F8E; }
a { background-color: rgb(117,143,142); }
div.DivClassName
{
background-color: #758F8E;
}
.BgClassName
{
background-color: #758F8E;
}
</style>
border-color css
<style>
span { border-color: #758F8E; }
span { border-color: rgb(117,143,142); }
td.TdClassName
{
border-color: #758F8E;
}
.TagClassName
{
border-color: #758F8E;
}
</style>