Color Hex Logo

#716376 Color Hex

#716376
(113,99,118)
0 Favorites   0 Comments

Color spaces of #716376

RGB 11399118
HSL0.790.090.43
HSV284°16°46°
CMYK 0.040.160.00   0.54
XYZ14.541913.742419.0256
Yxy13.74240.30740.2905
Hunter Lab37.07075.1472-4.4795
CIE-Lab43.86129.3998-8.6033

#716376 color RGB value is (113,99,118).

#716376 hex color red value is 113, green value is 99 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #716376 hue: 0.79 , saturation: 0.09 and the lightness value of 716376 is 0.43.

The process color (four color CMYK) of #716376 color hex is 0.04, 0.16, 0.00, 0.54. Web safe color of #716376 is #666666. Color #716376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100011 01110110
Octal 161 143 166
Decimal 113 99 118
Hex 71 63 76

RGB Percentages of Color #716376

%34.24
%30.00
%35.76

CMYK Percentages of Color #716376

%4
%16
%0
%54

Triadic Colors of #716376

#716376 #767163 #637671

Analogous Colors of #716376

#716376 #766372 #686376

Monochromatic Colors of #716376

#716376

Complementary Color

#716376 #687663

#716376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716376 Color CSS Codes

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

#716376 Text Font Color

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

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


#716376 Background Color

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

This div background color is #716376


#716376 Border Color

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

This div border color is #716376


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,99,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #716376; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #716376;
  -webkit-box-shadow: 1px 1px 3px 2px #716376;
  box-shadow:         1px 1px 3px 2px #716376; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716376


Comments

No comments written yet.

Please login to write comment.