Color Hex Logo

#72747d Color Hex

#72747D
(114,116,125)
0 Favorites   0 Comments

Color spaces of #72747d

RGB 114116125
HSL0.640.050.47
HSV229°49°
CMYK 0.090.070.00   0.51
XYZ16.886517.548921.8993
Yxy17.54890.29980.3115
Hunter Lab41.8914-1.3563-1.6707
CIE-Lab48.94431.1521-5.2070

#72747d color RGB value is (114,116,125).

#72747d hex color red value is 114, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #72747d hue: 0.64 , saturation: 0.05 and the lightness value of 72747d is 0.47.

The process color (four color CMYK) of #72747d color hex is 0.09, 0.07, 0.00, 0.51. Web safe color of #72747d is #666666. Color #72747d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110100 01111101
Octal 162 164 175
Decimal 114 116 125
Hex 72 74 7D

RGB Percentages of Color #72747d

%32.11
%32.68
%35.21

CMYK Percentages of Color #72747d

%9
%7
%0
%51

Triadic Colors of #72747d

#72747d #7d7274 #747d72

Analogous Colors of #72747d

#72747d #76727d #727a7d

Monochromatic Colors of #72747d

#72747d

Complementary Color

#72747d #7d7b72

#72747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72747d Color CSS Codes

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

#72747d Text Font Color

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

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


#72747d Background Color

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

This div background color is #72747d


#72747d Border Color

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

This div border color is #72747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72747d


Comments

No comments written yet.

Please login to write comment.