Color Hex Logo

#76757f Color Hex

#76757F
(118,117,127)
0 Favorites   0 Comments

Color spaces of #76757f

RGB 118117127
HSL0.680.040.48
HSV246°50°
CMYK 0.070.080.00   0.50
XYZ17.663318.106422.6426
Yxy18.10640.30240.3100
Hunter Lab42.5516-0.3695-1.7633
CIE-Lab49.62492.4643-5.3446

#76757f color RGB value is (118,117,127).

#76757f hex color red value is 118, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #76757f hue: 0.68 , saturation: 0.04 and the lightness value of 76757f is 0.48.

The process color (four color CMYK) of #76757f color hex is 0.07, 0.08, 0.00, 0.50. Web safe color of #76757f is #666666. Color #76757f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 01111111
Octal 166 165 177
Decimal 118 117 127
Hex 76 75 7F

RGB Percentages of Color #76757f

%32.60
%32.32
%35.08

CMYK Percentages of Color #76757f

%7
%8
%0
%50

Triadic Colors of #76757f

#76757f #7f7675 #757f76

Analogous Colors of #76757f

#76757f #7b757f #75797f

Monochromatic Colors of #76757f

#76757f

Complementary Color

#76757f #7e7f75

#76757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76757f Color CSS Codes

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

#76757f Text Font Color

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

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


#76757f Background Color

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

This div background color is #76757f


#76757f Border Color

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

This div border color is #76757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76757f


Comments

No comments written yet.

Please login to write comment.