#728787

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

Shades of Juniper #728787

Tints of Juniper #728787

Color information

#728787 (or 0x728787) is unknown color: approx Juniper. HEX triplet: 72, 87 and 87. RGB value is (114,135,135). Sum of RGB (Red+Green+Blue) = 114+135+135=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: green, blue. Hex color #728787 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728787 is #8D7878. Grayscale: #808080. Windows color (decimal): -9271417 or 8882034. OLE color: 8882034.

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

Color convert

RGB114135135-
CMYK0.16000.47
HSL180º8.43%48.82%-
HSV(B)180º15.56%52.94%-
XYZ19.9822.6526.24-
YUV128.72131.54117.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 135 (53.12% from 255) = 35.16%
BLUE value IS 135 (53.12% from 255) = 35.16%
R=29.69%
G=35.16%
B=35.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351350.16000.471808.4348.82
Hex72878710002Fb4831
Octal1622072072000572641061
Binary111001010000111100001111000000101111101101001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728787; }

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

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

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

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

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

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

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

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