Color Hex Logo

#716276 Color Hex

#716276
(113,98,118)
0 Favorites   0 Comments

Color spaces of #716276

RGB 11398118
HSL0.790.090.42
HSV285°17°46°
CMYK 0.040.170.00   0.54
XYZ14.447713.554118.9943
Yxy13.55410.30740.2884
Hunter Lab36.81595.6211-4.8182
CIE-Lab43.586510.0050-9.0155

#716276 color RGB value is (113,98,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100010 01110110
Octal 161 142 166
Decimal 113 98 118
Hex 71 62 76

RGB Percentages of Color #716276

%34.35
%29.79
%35.87

CMYK Percentages of Color #716276

%4
%17
%0
%54

Triadic Colors of #716276

#716276 #767162 #627671

Analogous Colors of #716276

#716276 #766271 #676276

Monochromatic Colors of #716276

#716276

Complementary Color

#716276 #677662

#716276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#716276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#716276 Color CSS Codes

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

#716276 Text Font Color

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

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


#716276 Background Color

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

This div background color is #716276


#716276 Border Color

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

This div border color is #716276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #716276


Comments

No comments written yet.

Please login to write comment.