Color Hex Logo

#71785f Color Hex

#71785F
(113,120,95)
0 Favorites   0 Comments

Color spaces of #71785f

RGB 11312095
HSL0.210.120.42
HSV77°21°47°
CMYK 0.060.000.21   0.53
XYZ15.592117.769913.4346
Yxy17.76990.33320.3797
Hunter Lab42.1544-7.746410.6123
CIE-Lab49.2158-7.391812.8734

#71785f color RGB value is (113,120,95).

#71785f hex color red value is 113, green value is 120 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #71785f hue: 0.21 , saturation: 0.12 and the lightness value of 71785f is 0.42.

The process color (four color CMYK) of #71785f color hex is 0.06, 0.00, 0.21, 0.53. Web safe color of #71785f is #666666. Color #71785f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 01011111
Octal 161 170 137
Decimal 113 120 95
Hex 71 78 5F

RGB Percentages of Color #71785f

%34.45
%36.59
%28.96

CMYK Percentages of Color #71785f

%6
%0
%21
%53

Triadic Colors of #71785f

#71785f #5f7178 #785f71

Analogous Colors of #71785f

#71785f #65785f #78735f

Monochromatic Colors of #71785f

#71785f

Complementary Color

#71785f #665f78

#71785f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71785f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71785f Color CSS Codes

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

#71785f Text Font Color

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

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


#71785f Background Color

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

This div background color is #71785f


#71785f Border Color

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

This div border color is #71785f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,120,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71785f


Comments

No comments written yet.

Please login to write comment.