Shades of Juniper #728887
Tints of Juniper #728887
RGB
CMYK
RGB Variations
Color information
#728887 (or 0x728887) is known color: Juniper. HEX triplet: 72, 88 and 87. RGB value is (114,136,135). Sum of RGB (Red+Green+Blue) = 114+136+135=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 136 - color contains mainly: green. Hex color #728887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728887 is #8D7778. Grayscale: #818181. Windows color (decimal): -9271161 or 8882290. OLE color: 8882290.
HSL color Cylindrical-coordinate representation of color #728887: hue angle of 177.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #728887 is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 135 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.47 |
| HSL | 177.27º | 0.09% | 0.49% | - |
| HSV(B) | 177.27º | 0.16% | 0.53% | - |
| XYZ | 20.12 | 22.94 | 26.29 | - |
| YUV | 129.31 | 131.21 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 135 | 0.16 | 0 | 0.01 | 0.47 | 177.27 | 0.09 | 0.49 |
| Hex | 72 | 88 | 87 | 10 | 0 | 1 | 2F | B1 | 9 | 31 |
| Octal | 162 | 210 | 207 | 20 | 0 | 1 | 57 | 261 | 11 | 61 |
| Binary | 1110010 | 10001000 | 10000111 | 10000 | 0 | 1 | 101111 | 10110001 | 1001 | 110001 |
Color Harmonies of #728887
Complementary color
Monochromatic Colors of #728887
Black with #728887
Text Example
Text Example
White with #728887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728887; }
p { color: rgb(114,136,135); }
H1.HeaderClassName
{
color: #728887;
}
.AnyTagClassName
{
color: #728887;
}
</style>
background-color css
<style>
a { background-color: #728887; }
a { background-color: rgb(114,136,135); }
div.DivClassName
{
background-color: #728887;
}
.BgClassName
{
background-color: #728887;
}
</style>
border-color css
<style>
span { border-color: #728887; }
span { border-color: rgb(114,136,135); }
td.TdClassName
{
border-color: #728887;
}
.TagClassName
{
border-color: #728887;
}
</style>