Color Hex Logo

#71747a Color Hex

#71747A
(113,116,122)
0 Favorites   0 Comments

Color spaces of #71747a

RGB 113116122
HSL0.610.040.46
HSV220°48°
CMYK 0.070.050.00   0.52
XYZ16.568317.406620.8989
Yxy17.40660.30190.3172
Hunter Lab41.7212-2.1263-0.4946
CIE-Lab48.76830.1341-3.6982

#71747a color RGB value is (113,116,122).

#71747a hex color red value is 113, green value is 116 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #71747a hue: 0.61 , saturation: 0.04 and the lightness value of 71747a is 0.46.

The process color (four color CMYK) of #71747a color hex is 0.07, 0.05, 0.00, 0.52. Web safe color of #71747a is #666666. Color #71747a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01110100 01111010
Octal 161 164 172
Decimal 113 116 122
Hex 71 74 7A

RGB Percentages of Color #71747a

%32.19
%33.05
%34.76

CMYK Percentages of Color #71747a

%7
%5
%0
%52

Triadic Colors of #71747a

#71747a #7a7174 #747a71

Analogous Colors of #71747a

#71747a #73717a #71797a

Monochromatic Colors of #71747a

#71747a

Complementary Color

#71747a #7a7771

#71747a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71747a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71747a Color CSS Codes

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

#71747a Text Font Color

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

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


#71747a Background Color

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

This div background color is #71747a


#71747a Border Color

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

This div border color is #71747a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71747a


Comments

No comments written yet.

Please login to write comment.