Color Hex Logo

#728787 Color Hex

#728787
(114,135,135)
0 Favorites   0 Comments

Color spaces of #728787

RGB 114135135
HSL0.500.080.49
HSV180°16°53°
CMYK 0.160.000.00   0.47
XYZ19.976622.654626.2416
Yxy22.65460.29010.3289
Hunter Lab47.5968-8.37730.6294
CIE-Lab54.7148-7.5259-2.5409

#728787 color RGB value is (114,135,135).

#728787 hex color red value is 114, green value is 135 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #728787 hue: 0.50 , saturation: 0.08 and the lightness value of 728787 is 0.49.

The process color (four color CMYK) of #728787 color hex is 0.16, 0.00, 0.00, 0.47. Web safe color of #728787 is #669999. Color #728787 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000111 10000111
Octal 162 207 207
Decimal 114 135 135
Hex 72 87 87

RGB Percentages of Color #728787

%29.69
%35.16
%35.16

CMYK Percentages of Color #728787

%16
%0
%0
%47

Triadic Colors of #728787

#728787 #877287 #878772

Analogous Colors of #728787

#728787 #727d87 #72877d

Monochromatic Colors of #728787

#728787

Complementary Color

#728787 #877272

#728787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#728787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#728787 Color CSS Codes

.mybgcolor {background-color:#728787; } 
.myforecolor {color:#728787; }
.mybordercolor {border:3px solid #728787; }

#728787 Text Font Color

<p style="color:#728787">Text here</p>

This sample text font color is #728787
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#728787 Background Color

<div style="background-color:#728787">
Div content here</div>

This div background color is #728787


#728787 Border Color

<div style="border:3px solid #728787">
Div here</div>

This div border color is #728787


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,135,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #728787; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #728787;
  -webkit-box-shadow: 1px 1px 3px 2px #728787;
  box-shadow:         1px 1px 3px 2px #728787; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,135,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #728787">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #728787;
  -webkit-box-shadow: 1px 1px 3px 2px #728787;
  box-shadow:         1px 1px 3px 2px #728787;">
Div content here</div>

This div box has shadow with color #728787


Comments

No comments written yet.

Please login to write comment.