Shades of Juniper #728C8B
Tints of Juniper #728C8B
RGB
CMYK
RGB Variations
Color information
#728C8B (or 0x728C8B) is known color: Juniper. HEX triplet: 72, 8C and 8B. RGB value is (114,140,139). Sum of RGB (Red+Green+Blue) = 114+140+139=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 140 - color contains mainly: green. Hex color #728C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C8B is #8D7374. Grayscale: #848484. Windows color (decimal): -9270133 or 9145458. OLE color: 9145458.
HSL color Cylindrical-coordinate representation of color #728C8B: 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.19%. Process color model (Four color, CMYK) of #728C8B is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 139 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.45 |
| HSL | 177.69º | 0.1% | 0.5% | - |
| HSV(B) | 177.69º | 0.19% | 0.55% | - |
| XYZ | 20.98 | 24.2 | 27.99 | - |
| YUV | 132.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 139 | 0.19 | 0 | 0.01 | 0.45 | 177.69 | 0.1 | 0.5 |
| Hex | 72 | 8C | 8B | 13 | 0 | 1 | 2D | B2 | A | 32 |
| Octal | 162 | 214 | 213 | 23 | 0 | 1 | 55 | 262 | 12 | 62 |
| Binary | 1110010 | 10001100 | 10001011 | 10011 | 0 | 1 | 101101 | 10110010 | 1010 | 110010 |
Color Harmonies of #728C8B
Complementary color
Monochromatic Colors of #728C8B
Black with #728C8B
Text Example
Text Example
White with #728C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C8B; }
p { color: rgb(114,140,139); }
H1.HeaderClassName
{
color: #728C8B;
}
.AnyTagClassName
{
color: #728C8B;
}
</style>
background-color css
<style>
a { background-color: #728C8B; }
a { background-color: rgb(114,140,139); }
div.DivClassName
{
background-color: #728C8B;
}
.BgClassName
{
background-color: #728C8B;
}
</style>
border-color css
<style>
span { border-color: #728C8B; }
span { border-color: rgb(114,140,139); }
td.TdClassName
{
border-color: #728C8B;
}
.TagClassName
{
border-color: #728C8B;
}
</style>