Color Hex Logo

#71626d Color Hex

#71626D
(113,98,109)
0 Favorites   0 Comments

Color spaces of #71626d

RGB 11398109
HSL0.880.070.41
HSV316°13°44°
CMYK 0.000.130.04   0.56
XYZ13.938113.350216.3102
Yxy13.35020.31970.3062
Hunter Lab36.53794.1509-0.8900
CIE-Lab43.28628.1244-3.9999

#71626d color RGB value is (113,98,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 01101101
Octal 161 142 155
Decimal 113 98 109
Hex 71 62 6D

RGB Percentages of Color #71626d

%35.31
%30.63
%34.06

CMYK Percentages of Color #71626d

%0
%13
%4
%56

Triadic Colors of #71626d

#71626d #6d7162 #626d71

Analogous Colors of #71626d

#71626d #716266 #6e6271

Monochromatic Colors of #71626d

#71626d

Complementary Color

#71626d #627166

#71626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71626d Color CSS Codes

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

#71626d Text Font Color

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

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


#71626d Background Color

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

This div background color is #71626d


#71626d Border Color

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

This div border color is #71626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71626d


Comments

No comments written yet.

Please login to write comment.