Color Hex Logo

#717a4d Color Hex

#717A4D
(113,122,77)
0 Favorites   0 Comments

Color spaces of #717a4d

RGB 11312277
HSL0.200.230.39
HSV72°37°48°
CMYK 0.070.000.37   0.52
XYZ15.109117.96569.6925
Yxy17.96560.35330.4201
Hunter Lab42.3858-10.546116.1121
CIE-Lab49.4544-11.275923.5516

#717a4d color RGB value is (113,122,77).

#717a4d hex color red value is 113, green value is 122 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #717a4d hue: 0.20 , saturation: 0.23 and the lightness value of 717a4d is 0.39.

The process color (four color CMYK) of #717a4d color hex is 0.07, 0.00, 0.37, 0.52. Web safe color of #717a4d is #666666. Color #717a4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111010 01001101
Octal 161 172 115
Decimal 113 122 77
Hex 71 7A 4D

RGB Percentages of Color #717a4d

%36.22
%39.10
%24.68

CMYK Percentages of Color #717a4d

%7
%0
%37
%52

Triadic Colors of #717a4d

#717a4d #4d717a #7a4d71

Analogous Colors of #717a4d

#717a4d #5b7a4d #7a6d4d

Monochromatic Colors of #717a4d

#717a4d

Complementary Color

#717a4d #564d7a

#717a4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717a4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#717a4d Color CSS Codes

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

#717a4d Text Font Color

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

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


#717a4d Background Color

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

This div background color is #717a4d


#717a4d Border Color

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

This div border color is #717a4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717a4d

#717a4d Color Palettes


Comments

No comments written yet.

Please login to write comment.