Color Hex Logo

#72757f Color Hex

#72757F
(114,117,127)
0 Favorites   0 Comments

Color spaces of #72757f

RGB 114117127
HSL0.630.050.47
HSV226°10°50°
CMYK 0.100.080.00   0.50
XYZ17.131517.832322.6177
Yxy17.83230.29750.3097
Hunter Lab42.2283-1.4843-2.1962
CIE-Lab49.29211.0061-5.8750

#72757f color RGB value is (114,117,127).

#72757f hex color red value is 114, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #72757f hue: 0.63 , saturation: 0.05 and the lightness value of 72757f is 0.47.

The process color (four color CMYK) of #72757f color hex is 0.10, 0.08, 0.00, 0.50. Web safe color of #72757f is #666666. Color #72757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110101 01111111
Octal 162 165 177
Decimal 114 117 127
Hex 72 75 7F

RGB Percentages of Color #72757f

%31.84
%32.68
%35.47

CMYK Percentages of Color #72757f

%10
%8
%0
%50

Triadic Colors of #72757f

#72757f #7f7275 #757f72

Analogous Colors of #72757f

#72757f #76727f #727c7f

Monochromatic Colors of #72757f

#72757f

Complementary Color

#72757f #7f7c72

#72757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72757f Color CSS Codes

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

#72757f Text Font Color

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

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


#72757f Background Color

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

This div background color is #72757f


#72757f Border Color

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

This div border color is #72757f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,117,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 #72757f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72757f


Comments

No comments written yet.

Please login to write comment.