Color Hex Logo

#72728d Color Hex

#72728D
(114,114,141)
0 Favorites   0 Comments

Color spaces of #72728d

RGB 114114141
HSL0.670.110.50
HSV240°19°55°
CMYK 0.190.190.00   0.45
XYZ17.764517.535127.6476
Yxy17.53510.28220.2786
Hunter Lab41.87492.4435-9.8333
CIE-Lab48.92736.0150-14.7036

#72728d color RGB value is (114,114,141).

#72728d hex color red value is 114, green value is 114 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #72728d hue: 0.67 , saturation: 0.11 and the lightness value of 72728d is 0.50.

The process color (four color CMYK) of #72728d color hex is 0.19, 0.19, 0.00, 0.45. Web safe color of #72728d is #666699. Color #72728d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110010 10001101
Octal 162 162 215
Decimal 114 114 141
Hex 72 72 8D

RGB Percentages of Color #72728d

%30.89
%30.89
%38.21

CMYK Percentages of Color #72728d

%19
%19
%0
%45

Triadic Colors of #72728d

#72728d #8d7272 #728d72

Analogous Colors of #72728d

#72728d #80728d #72808d

Monochromatic Colors of #72728d

#72728d

Complementary Color

#72728d #8d8d72

#72728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72728d Color CSS Codes

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

#72728d Text Font Color

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

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


#72728d Background Color

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

This div background color is #72728d


#72728d Border Color

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

This div border color is #72728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72728d


Comments

No comments written yet.

Please login to write comment.