Color Hex Logo

#71626e Color Hex

#71626E
(113,98,110)
0 Favorites   0 Comments

Color spaces of #71626e

RGB 11398110
HSL0.870.070.41
HSV312°13°44°
CMYK 0.000.130.03   0.56
XYZ13.992213.371916.5954
Yxy13.37190.31830.3042
Hunter Lab36.56764.3078-1.3101
CIE-Lab43.31838.3268-4.5601

#71626e color RGB value is (113,98,110).

#71626e hex color red value is 113, green value is 98 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #71626e hue: 0.87 , saturation: 0.07 and the lightness value of 71626e is 0.41.

The process color (four color CMYK) of #71626e color hex is 0.00, 0.13, 0.03, 0.56. Web safe color of #71626e is #666666. Color #71626e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 01101110
Octal 161 142 156
Decimal 113 98 110
Hex 71 62 6E

RGB Percentages of Color #71626e

%35.20
%30.53
%34.27

CMYK Percentages of Color #71626e

%0
%13
%3
%56

Triadic Colors of #71626e

#71626e #6e7162 #626e71

Analogous Colors of #71626e

#71626e #716267 #6d6271

Monochromatic Colors of #71626e

#71626e

Complementary Color

#71626e #627165

#71626e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71626e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71626e Color CSS Codes

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

#71626e Text Font Color

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

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


#71626e Background Color

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

This div background color is #71626e


#71626e Border Color

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

This div border color is #71626e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,98,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71626e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71626e;
  -webkit-box-shadow: 1px 1px 3px 2px #71626e;
  box-shadow:         1px 1px 3px 2px #71626e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71626e


Comments

No comments written yet.

Please login to write comment.