Color Hex Logo

#72795e Color Hex

#72795E
(114,121,94)
0 Favorites   0 Comments

Color spaces of #72795e

RGB 11412194
HSL0.210.130.42
HSV76°22°47°
CMYK 0.060.000.22   0.53
XYZ15.797218.060313.2431
Yxy18.06030.33540.3834
Hunter Lab42.4974-8.018211.2722
CIE-Lab49.5692-7.719913.9580

#72795e color RGB value is (114,121,94).

#72795e hex color red value is 114, green value is 121 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #72795e hue: 0.21 , saturation: 0.13 and the lightness value of 72795e is 0.42.

The process color (four color CMYK) of #72795e color hex is 0.06, 0.00, 0.22, 0.53. Web safe color of #72795e is #666666. Color #72795e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111001 01011110
Octal 162 171 136
Decimal 114 121 94
Hex 72 79 5E

RGB Percentages of Color #72795e

%34.65
%36.78
%28.57

CMYK Percentages of Color #72795e

%6
%0
%22
%53

Triadic Colors of #72795e

#72795e #5e7279 #795e72

Analogous Colors of #72795e

#72795e #65795e #79735e

Monochromatic Colors of #72795e

#72795e

Complementary Color

#72795e #655e79

#72795e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72795e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72795e Color CSS Codes

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

#72795e Text Font Color

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

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


#72795e Background Color

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

This div background color is #72795e


#72795e Border Color

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

This div border color is #72795e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,121,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72795e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72795e;
  -webkit-box-shadow: 1px 1px 3px 2px #72795e;
  box-shadow:         1px 1px 3px 2px #72795e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72795e


Comments

No comments written yet.

Please login to write comment.