Color Hex Logo

#71774d Color Hex

#71774D
(113,119,77)
0 Favorites   0 Comments

Color spaces of #71774d

RGB 11311977
HSL0.190.210.38
HSV69°35°47°
CMYK 0.050.000.35   0.53
XYZ14.746417.24029.5716
Yxy17.24020.35480.4148
Hunter Lab41.5213-9.267615.3972
CIE-Lab48.5613-9.611322.3846

#71774d color RGB value is (113,119,77).

#71774d hex color red value is 113, green value is 119 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #71774d hue: 0.19 , saturation: 0.21 and the lightness value of 71774d is 0.38.

The process color (four color CMYK) of #71774d color hex is 0.05, 0.00, 0.35, 0.53. Web safe color of #71774d is #666666. Color #71774d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110111 01001101
Octal 161 167 115
Decimal 113 119 77
Hex 71 77 4D

RGB Percentages of Color #71774d

%36.57
%38.51
%24.92

CMYK Percentages of Color #71774d

%5
%0
%35
%53

Triadic Colors of #71774d

#71774d #4d7177 #774d71

Analogous Colors of #71774d

#71774d #5c774d #77684d

Monochromatic Colors of #71774d

#71774d

Complementary Color

#71774d #534d77

#71774d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71774d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71774d Color CSS Codes

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

#71774d Text Font Color

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

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


#71774d Background Color

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

This div background color is #71774d


#71774d Border Color

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

This div border color is #71774d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,119,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71774d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71774d;
  -webkit-box-shadow: 1px 1px 3px 2px #71774d;
  box-shadow:         1px 1px 3px 2px #71774d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71774d


Comments

No comments written yet.

Please login to write comment.