Shades of Juniper #728B8B
Tints of Juniper #728B8B
RGB
CMYK
RGB Variations
Color information
#728B8B (or 0x728B8B) is known color: Juniper. HEX triplet: 72, 8B and 8B. RGB value is (114,139,139). Sum of RGB (Red+Green+Blue) = 114+139+139=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #728B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728B8B is #8D7474. Grayscale: #838383. Windows color (decimal): -9270389 or 9145202. OLE color: 9145202.
HSL color Cylindrical-coordinate representation of color #728B8B: hue angle of 180º 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 #728B8B is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 139 | - |
| CMYK | 0.18 | 0 | 0 | 0.45 |
| HSL | 180º | 0.1% | 0.5% | - |
| HSV(B) | 180º | 0.18% | 0.55% | - |
| XYZ | 20.83 | 23.91 | 27.94 | - |
| YUV | 131.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 139 | 0.18 | 0 | 0 | 0.45 | 180 | 0.1 | 0.5 |
| Hex | 72 | 8B | 8B | 12 | 0 | 0 | 2D | B4 | A | 32 |
| Octal | 162 | 213 | 213 | 22 | 0 | 0 | 55 | 264 | 12 | 62 |
| Binary | 1110010 | 10001011 | 10001011 | 10010 | 0 | 0 | 101101 | 10110100 | 1010 | 110010 |
Color Harmonies of #728B8B
Complementary color
Monochromatic Colors of #728B8B
Black with #728B8B
Text Example
Text Example
White with #728B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B8B; }
p { color: rgb(114,139,139); }
H1.HeaderClassName
{
color: #728B8B;
}
.AnyTagClassName
{
color: #728B8B;
}
</style>
background-color css
<style>
a { background-color: #728B8B; }
a { background-color: rgb(114,139,139); }
div.DivClassName
{
background-color: #728B8B;
}
.BgClassName
{
background-color: #728B8B;
}
</style>
border-color css
<style>
span { border-color: #728B8B; }
span { border-color: rgb(114,139,139); }
td.TdClassName
{
border-color: #728B8B;
}
.TagClassName
{
border-color: #728B8B;
}
</style>