Color Hex Logo

#72616f Color Hex

#72616F
(114,97,111)
0 Favorites   0 Comments

Color spaces of #72616f

RGB 11497111
HSL0.860.080.41
HSV311°15°45°
CMYK 0.000.150.03   0.55
XYZ14.083413.274516.8589
Yxy13.27450.31850.3002
Hunter Lab36.43425.2382-1.9309
CIE-Lab43.17409.5214-5.3715

#72616f color RGB value is (114,97,111).

#72616f hex color red value is 114, green value is 97 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #72616f hue: 0.86 , saturation: 0.08 and the lightness value of 72616f is 0.41.

The process color (four color CMYK) of #72616f color hex is 0.00, 0.15, 0.03, 0.55. Web safe color of #72616f is #666666. Color #72616f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01100001 01101111
Octal 162 141 157
Decimal 114 97 111
Hex 72 61 6F

RGB Percentages of Color #72616f

%35.40
%30.12
%34.47

CMYK Percentages of Color #72616f

%0
%15
%3
%55

Triadic Colors of #72616f

#72616f #6f7261 #616f72

Analogous Colors of #72616f

#72616f #726167 #6d6172

Monochromatic Colors of #72616f

#72616f

Complementary Color

#72616f #617264

#72616f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72616f Color Preview on White Background

Lorem ipsum dolor sit amet.

#72616f Color CSS Codes

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

#72616f Text Font Color

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

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


#72616f Background Color

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

This div background color is #72616f


#72616f Border Color

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

This div border color is #72616f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72616f


Comments

No comments written yet.

Please login to write comment.