Color Hex Logo

#71626a Color Hex

#71626A
(113,98,106)
0 Favorites   0 Comments

Color spaces of #71626a

RGB 11398106
HSL0.910.070.41
HSV328°13°44°
CMYK 0.000.130.06   0.56
XYZ13.779313.286715.4740
Yxy13.28670.32390.3123
Hunter Lab36.45093.68800.3461
CIE-Lab43.19217.5251-2.3151

#71626a color RGB value is (113,98,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 01101010
Octal 161 142 152
Decimal 113 98 106
Hex 71 62 6A

RGB Percentages of Color #71626a

%35.65
%30.91
%33.44

CMYK Percentages of Color #71626a

%0
%13
%6
%56

Triadic Colors of #71626a

#71626a #6a7162 #626a71

Analogous Colors of #71626a

#71626a #716263 #716271

Monochromatic Colors of #71626a

#71626a

Complementary Color

#71626a #627169

#71626a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71626a Color Preview on White Background

Lorem ipsum dolor sit amet.

#71626a Color CSS Codes

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

#71626a Text Font Color

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

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


#71626a Background Color

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

This div background color is #71626a


#71626a Border Color

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

This div border color is #71626a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71626a


Comments

No comments written yet.

Please login to write comment.