#728687

Color #728687 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #728687

Tints of Juniper #728687

Color information

#728687 (or 0x728687) is unknown color: approx Juniper. HEX triplet: 72, 86 and 87. RGB value is (114,134,135). Sum of RGB (Red+Green+Blue) = 114+134+135=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 135 - color contains mainly: blue. Hex color #728687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728687 is #8D7978. Grayscale: #808080. Windows color (decimal): -9271673 or 8881778. OLE color: 8881778.

HSL color Cylindrical-coordinate representation of color #728687: hue angle of 182.86º degrees, saturation: 0.08, 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 #728687 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB114134135-
CMYK0.160.0100.47
HSL182.86º8.43%48.82%-
HSV(B)182.86º15.56%52.94%-
XYZ19.8422.3826.2-
YUV128.13131.87117.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 135 (53.12% from 255) = 35.25%
R=29.77%
G=34.99%
B=35.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141341350.160.0100.47182.868.4348.82
Hex72868710102Fb7831
Octal1622062072010572671061
Binary111001010000110100001111000010101111101101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728687; }

 p { color: rgb(114,134,135); }

 H1.HeaderClassName
 {
   color: #728687;
 }
 .AnyTagClassName
 {
   color: #728687;
 }
</style>
background-color css

<style>
 a { background-color: #728687; }

 a { background-color: rgb(114,134,135); }

 div.DivClassName
 {
   background-color: #728687;
 }
 .BgClassName
 {
   background-color: #728687;
 }
</style>
border-color css

<style>
 span { border-color: #728687; }

 span { border-color: rgb(114,134,135); }

 td.TdClassName
 {
   border-color: #728687;
 }
 .TagClassName
 {
   border-color: #728687;
 }
</style>