Color Hex Logo

#72877f Color Hex

#72877F
(114,135,127)
0 Favorites   0 Comments

Color spaces of #72877f

RGB 114135127
HSL0.440.080.49
HSV157°16°53°
CMYK 0.160.000.06   0.47
XYZ19.434222.437723.3853
Yxy22.43770.29780.3438
Hunter Lab47.3684-9.66033.8871
CIE-Lab54.4884-9.26531.7590

#72877f color RGB value is (114,135,127).

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

The process color (four color CMYK) of #72877f color hex is 0.16, 0.00, 0.06, 0.47. Web safe color of #72877f is #669966. Color #72877f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10000111 01111111
Octal 162 207 177
Decimal 114 135 127
Hex 72 87 7F

RGB Percentages of Color #72877f

%30.32
%35.90
%33.78

CMYK Percentages of Color #72877f

%16
%0
%6
%47

Triadic Colors of #72877f

#72877f #7f7287 #877f72

Analogous Colors of #72877f

#72877f #728587 #728775

Monochromatic Colors of #72877f

#72877f

Complementary Color

#72877f #87727a

#72877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72877f Color CSS Codes

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

#72877f Text Font Color

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

This sample text font color is #72877f
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.


#72877f Background Color

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

This div background color is #72877f


#72877f Border Color

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

This div border color is #72877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72877f


Comments

No comments written yet.

Please login to write comment.