Color Hex Logo

#76767e Color Hex

#76767E
(118,118,126)
0 Favorites   0 Comments

Color spaces of #76767e

RGB 118118126
HSL0.670.030.48
HSV240°49°
CMYK 0.060.060.00   0.51
XYZ17.715518.314822.3401
Yxy18.31480.30350.3138
Hunter Lab42.7958-1.0018-0.9933
CIE-Lab49.87571.6640-4.3821

#76767e color RGB value is (118,118,126).

#76767e hex color red value is 118, green value is 118 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #76767e hue: 0.67 , saturation: 0.03 and the lightness value of 76767e is 0.48.

The process color (four color CMYK) of #76767e color hex is 0.06, 0.06, 0.00, 0.51. Web safe color of #76767e is #666666. Color #76767e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 01111110
Octal 166 166 176
Decimal 118 118 126
Hex 76 76 7E

RGB Percentages of Color #76767e

%32.60
%32.60
%34.81

CMYK Percentages of Color #76767e

%6
%6
%0
%51

Triadic Colors of #76767e

#76767e #7e7676 #767e76

Analogous Colors of #76767e

#76767e #7a767e #767a7e

Monochromatic Colors of #76767e

#76767e

Complementary Color

#76767e #7e7e76

#76767e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76767e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76767e Color CSS Codes

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

#76767e Text Font Color

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

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


#76767e Background Color

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

This div background color is #76767e


#76767e Border Color

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

This div border color is #76767e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76767e


Comments

No comments written yet.

Please login to write comment.