Color Hex Logo

#767176 Color Hex

#767176
(118,113,118)
0 Favorites   0 Comments

Color spaces of #767176

RGB 118113118
HSL0.830.020.45
HSV300°46°
CMYK 0.000.040.00   0.54
XYZ16.646416.969819.5377
Yxy16.96980.31320.3193
Hunter Lab41.19440.04050.7160
CIE-Lab48.22202.9273-2.0791

#767176 color RGB value is (118,113,118).

#767176 hex color red value is 118, green value is 113 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #767176 hue: 0.83 , saturation: 0.02 and the lightness value of 767176 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 01110110
Octal 166 161 166
Decimal 118 113 118
Hex 76 71 76

RGB Percentages of Color #767176

%33.81
%32.38
%33.81

CMYK Percentages of Color #767176

%0
%4
%0
%54

Triadic Colors of #767176

#767176 #767671 #717676

Analogous Colors of #767176

#767176 #767174 #747176

Monochromatic Colors of #767176

#767176

Complementary Color

#767176 #717671

#767176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767176 Color CSS Codes

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

#767176 Text Font Color

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

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


#767176 Background Color

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

This div background color is #767176


#767176 Border Color

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

This div border color is #767176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767176


Comments

No comments written yet.

Please login to write comment.