Shades of Juniper #728A89
Tints of Juniper #728A89
RGB
CMYK
RGB Variations
Color information
#728A89 (or 0x728A89) is known color: Juniper. HEX triplet: 72, 8A and 89. RGB value is (114,138,137). Sum of RGB (Red+Green+Blue) = 114+138+137=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 138 - color contains mainly: green. Hex color #728A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728A89 is #8D7576. Grayscale: #828282. Windows color (decimal): -9270647 or 9013874. OLE color: 9013874.
HSL color Cylindrical-coordinate representation of color #728A89: hue angle of 177.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728A89 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 138 | 137 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.46 |
| HSL | 177.5º | 0.1% | 0.49% | - |
| HSV(B) | 177.5º | 0.17% | 0.54% | - |
| XYZ | 20.54 | 23.56 | 27.13 | - |
| YUV | 130.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 137 | 0.17 | 0 | 0.01 | 0.46 | 177.5 | 0.1 | 0.49 |
| Hex | 72 | 8A | 89 | 11 | 0 | 1 | 2E | B2 | A | 31 |
| Octal | 162 | 212 | 211 | 21 | 0 | 1 | 56 | 262 | 12 | 61 |
| Binary | 1110010 | 10001010 | 10001001 | 10001 | 0 | 1 | 101110 | 10110010 | 1010 | 110001 |
Color Harmonies of #728A89
Complementary color
Monochromatic Colors of #728A89
Black with #728A89
Text Example
Text Example
White with #728A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728A89; }
p { color: rgb(114,138,137); }
H1.HeaderClassName
{
color: #728A89;
}
.AnyTagClassName
{
color: #728A89;
}
</style>
background-color css
<style>
a { background-color: #728A89; }
a { background-color: rgb(114,138,137); }
div.DivClassName
{
background-color: #728A89;
}
.BgClassName
{
background-color: #728A89;
}
</style>
border-color css
<style>
span { border-color: #728A89; }
span { border-color: rgb(114,138,137); }
td.TdClassName
{
border-color: #728A89;
}
.TagClassName
{
border-color: #728A89;
}
</style>