Color Hex Logo

#72667f Color Hex

#72667F
(114,102,127)
0 Favorites   0 Comments

Color spaces of #72667f

RGB 114102127
HSL0.750.110.45
HSV269°20°50°
CMYK 0.100.200.00   0.50
XYZ15.521614.612522.0811
Yxy14.61250.29730.2799
Hunter Lab38.22635.5830-7.4900
CIE-Lab45.09889.9407-12.1605

#72667f color RGB value is (114,102,127).

#72667f hex color red value is 114, green value is 102 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #72667f hue: 0.75 , saturation: 0.11 and the lightness value of 72667f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100110 01111111
Octal 162 146 177
Decimal 114 102 127
Hex 72 66 7F

RGB Percentages of Color #72667f

%33.24
%29.74
%37.03

CMYK Percentages of Color #72667f

%10
%20
%0
%50

Triadic Colors of #72667f

#72667f #7f7266 #667f72

Analogous Colors of #72667f

#72667f #7f667f #66677f

Monochromatic Colors of #72667f

#72667f

Complementary Color

#72667f #737f66

#72667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72667f Color CSS Codes

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

#72667f Text Font Color

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

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


#72667f Background Color

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

This div background color is #72667f


#72667f Border Color

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

This div border color is #72667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72667f


Comments

No comments written yet.

Please login to write comment.