Color Hex Logo

#71807a Color Hex

#71807A
(113,128,122)
0 Favorites   0 Comments

Color spaces of #71807a

RGB 113128122
HSL0.430.060.47
HSV156°12°50°
CMYK 0.120.000.05   0.50
XYZ18.042120.354221.3902
Yxy20.35420.30180.3404
Hunter Lab45.1156-7.56883.4704
CIE-Lab52.2353-6.76231.3823

#71807a color RGB value is (113,128,122).

#71807a hex color red value is 113, green value is 128 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #71807a hue: 0.43 , saturation: 0.06 and the lightness value of 71807a is 0.47.

The process color (four color CMYK) of #71807a color hex is 0.12, 0.00, 0.05, 0.50. Web safe color of #71807a is #669966. Color #71807a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000000 01111010
Octal 161 200 172
Decimal 113 128 122
Hex 71 80 7A

RGB Percentages of Color #71807a

%31.13
%35.26
%33.61

CMYK Percentages of Color #71807a

%12
%0
%5
%50

Triadic Colors of #71807a

#71807a #7a7180 #807a71

Analogous Colors of #71807a

#71807a #717f80 #718073

Monochromatic Colors of #71807a

#71807a

Complementary Color

#71807a #807177

#71807a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71807a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71807a Color CSS Codes

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

#71807a Text Font Color

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

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


#71807a Background Color

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

This div background color is #71807a


#71807a Border Color

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

This div border color is #71807a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71807a


Comments

No comments written yet.

Please login to write comment.