Color Hex Logo

#71796f Color Hex

#71796F
(113,121,111)
0 Favorites   0 Comments

Color spaces of #71796f

RGB 113121111
HSL0.300.040.45
HSV108°47°
CMYK 0.070.000.08   0.53
XYZ16.516718.333217.7071
Yxy18.33320.31430.3488
Hunter Lab42.8173-6.07425.4527
CIE-Lab49.8978-5.02454.4496

#71796f color RGB value is (113,121,111).

#71796f hex color red value is 113, green value is 121 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #71796f hue: 0.30 , saturation: 0.04 and the lightness value of 71796f is 0.45.

The process color (four color CMYK) of #71796f color hex is 0.07, 0.00, 0.08, 0.53. Web safe color of #71796f is #666666. Color #71796f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111001 01101111
Octal 161 171 157
Decimal 113 121 111
Hex 71 79 6F

RGB Percentages of Color #71796f

%32.75
%35.07
%32.17

CMYK Percentages of Color #71796f

%7
%0
%8
%53

Triadic Colors of #71796f

#71796f #6f7179 #796f71

Analogous Colors of #71796f

#71796f #6f7972 #76796f

Monochromatic Colors of #71796f

#71796f

Complementary Color

#71796f #776f79

#71796f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71796f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71796f Color CSS Codes

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

#71796f Text Font Color

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

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


#71796f Background Color

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

This div background color is #71796f


#71796f Border Color

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

This div border color is #71796f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71796f


Comments

No comments written yet.

Please login to write comment.