Color Hex Logo

#717750 Color Hex

#717750
(113,119,80)
0 Favorites   0 Comments

Color spaces of #717750

RGB 11311980
HSL0.190.200.39
HSV69°33°47°
CMYK 0.050.000.33   0.53
XYZ14.854817.283510.1425
Yxy17.28350.35130.4088
Hunter Lab41.5734-8.972814.6367
CIE-Lab48.6153-9.187420.7437

#717750 color RGB value is (113,119,80).

#717750 hex color red value is 113, green value is 119 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #717750 hue: 0.19 , saturation: 0.20 and the lightness value of 717750 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110111 01010000
Octal 161 167 120
Decimal 113 119 80
Hex 71 77 50

RGB Percentages of Color #717750

%36.22
%38.14
%25.64

CMYK Percentages of Color #717750

%5
%0
%33
%53

Triadic Colors of #717750

#717750 #507177 #775071

Analogous Colors of #717750

#717750 #5e7750 #776a50

Monochromatic Colors of #717750

#717750

Complementary Color

#717750 #565077

#717750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#717750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#717750 Color CSS Codes

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

#717750 Text Font Color

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

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


#717750 Background Color

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

This div background color is #717750


#717750 Border Color

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

This div border color is #717750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #717750


Comments

No comments written yet.

Please login to write comment.