Color Hex Logo

#727368 Color Hex

#727368
(114,115,104)
0 Favorites   0 Comments

Color spaces of #727368

RGB 114115104
HSL0.180.050.43
HSV65°10°45°
CMYK 0.010.000.10   0.55
XYZ15.568916.838415.5263
Yxy16.83840.32480.3513
Hunter Lab41.0346-4.08616.2906
CIE-Lab48.0558-2.52745.9531

#727368 color RGB value is (114,115,104).

#727368 hex color red value is 114, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #727368 hue: 0.18 , saturation: 0.05 and the lightness value of 727368 is 0.43.

The process color (four color CMYK) of #727368 color hex is 0.01, 0.00, 0.10, 0.55. Web safe color of #727368 is #666666. Color #727368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01110011 01101000
Octal 162 163 150
Decimal 114 115 104
Hex 72 73 68

RGB Percentages of Color #727368

%34.23
%34.53
%31.23

CMYK Percentages of Color #727368

%1
%0
%10
%55

Triadic Colors of #727368

#727368 #687273 #736872

Analogous Colors of #727368

#727368 #6d7368 #736f68

Monochromatic Colors of #727368

#727368

Complementary Color

#727368 #696873

#727368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727368 Color CSS Codes

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

#727368 Text Font Color

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

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


#727368 Background Color

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

This div background color is #727368


#727368 Border Color

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

This div border color is #727368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727368


Comments

No comments written yet.

Please login to write comment.