Shades of Juniper #748E8D
Tints of Juniper #748E8D
RGB
CMYK
RGB Variations
Color information
#748E8D (or 0x748E8D) is known color: Juniper. HEX triplet: 74, 8E and 8D. RGB value is (116,142,141). Sum of RGB (Red+Green+Blue) = 116+142+141=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 142 - color contains mainly: green. Hex color #748E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E8D is #8B7172. Grayscale: #868686. Windows color (decimal): -9138547 or 9277044. OLE color: 9277044.
HSL color Cylindrical-coordinate representation of color #748E8D: 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 #748E8D is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 141 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.44 |
| HSL | 177.69º | 0.1% | 0.51% | - |
| HSV(B) | 177.69º | 0.18% | 0.56% | - |
| XYZ | 21.68 | 24.98 | 28.88 | - |
| YUV | 134.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 141 | 0.18 | 0 | 0.01 | 0.44 | 177.69 | 0.1 | 0.51 |
| Hex | 74 | 8E | 8D | 12 | 0 | 1 | 2C | B2 | A | 33 |
| Octal | 164 | 216 | 215 | 22 | 0 | 1 | 54 | 262 | 12 | 63 |
| Binary | 1110100 | 10001110 | 10001101 | 10010 | 0 | 1 | 101100 | 10110010 | 1010 | 110011 |
Color Harmonies of #748E8D
Complementary color
Monochromatic Colors of #748E8D
Black with #748E8D
Text Example
Text Example
White with #748E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E8D; }
p { color: rgb(116,142,141); }
H1.HeaderClassName
{
color: #748E8D;
}
.AnyTagClassName
{
color: #748E8D;
}
</style>
background-color css
<style>
a { background-color: #748E8D; }
a { background-color: rgb(116,142,141); }
div.DivClassName
{
background-color: #748E8D;
}
.BgClassName
{
background-color: #748E8D;
}
</style>
border-color css
<style>
span { border-color: #748E8D; }
span { border-color: rgb(116,142,141); }
td.TdClassName
{
border-color: #748E8D;
}
.TagClassName
{
border-color: #748E8D;
}
</style>