Shades of Juniper #738D8C
Tints of Juniper #738D8C
RGB
CMYK
RGB Variations
Color information
#738D8C (or 0x738D8C) is known color: Juniper. HEX triplet: 73, 8D and 8C. RGB value is (115,141,140). Sum of RGB (Red+Green+Blue) = 115+141+140=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 141 - color contains mainly: green. Hex color #738D8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D8C is #8C7273. Grayscale: #858585. Windows color (decimal): -9204340 or 9211251. OLE color: 9211251.
HSL color Cylindrical-coordinate representation of color #738D8C: hue angle of 177.69º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D8C is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 140 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.45 |
| HSL | 177.69º | 0.1% | 0.5% | - |
| HSV(B) | 177.69º | 0.18% | 0.55% | - |
| XYZ | 21.33 | 24.59 | 28.43 | - |
| YUV | 133.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 140 | 0.18 | 0 | 0.01 | 0.45 | 177.69 | 0.1 | 0.5 |
| Hex | 73 | 8D | 8C | 12 | 0 | 1 | 2D | B2 | A | 32 |
| Octal | 163 | 215 | 214 | 22 | 0 | 1 | 55 | 262 | 12 | 62 |
| Binary | 1110011 | 10001101 | 10001100 | 10010 | 0 | 1 | 101101 | 10110010 | 1010 | 110010 |
Color Harmonies of #738D8C
Complementary color
Monochromatic Colors of #738D8C
Black with #738D8C
Text Example
Text Example
White with #738D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D8C; }
p { color: rgb(115,141,140); }
H1.HeaderClassName
{
color: #738D8C;
}
.AnyTagClassName
{
color: #738D8C;
}
</style>
background-color css
<style>
a { background-color: #738D8C; }
a { background-color: rgb(115,141,140); }
div.DivClassName
{
background-color: #738D8C;
}
.BgClassName
{
background-color: #738D8C;
}
</style>
border-color css
<style>
span { border-color: #738D8C; }
span { border-color: rgb(115,141,140); }
td.TdClassName
{
border-color: #738D8C;
}
.TagClassName
{
border-color: #738D8C;
}
</style>