Color Hex Logo

#76656e Color Hex

#76656E
(118,101,110)
0 Favorites   0 Comments

Color spaces of #76656e

RGB 118101110
HSL0.910.080.43
HSV328°14°46°
CMYK 0.000.140.07   0.54
XYZ14.939414.284716.7217
Yxy14.28470.32520.3109
Hunter Lab37.79514.41490.2249
CIE-Lab44.63858.4643-2.5543

#76656e color RGB value is (118,101,110).

#76656e hex color red value is 118, green value is 101 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #76656e hue: 0.91 , saturation: 0.08 and the lightness value of 76656e is 0.43.

The process color (four color CMYK) of #76656e color hex is 0.00, 0.14, 0.07, 0.54. Web safe color of #76656e is #666666. Color #76656e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 01101110
Octal 166 145 156
Decimal 118 101 110
Hex 76 65 6E

RGB Percentages of Color #76656e

%35.87
%30.70
%33.43

CMYK Percentages of Color #76656e

%0
%14
%7
%54

Triadic Colors of #76656e

#76656e #6e7665 #656e76

Analogous Colors of #76656e

#76656e #766566 #766576

Monochromatic Colors of #76656e

#76656e

Complementary Color

#76656e #65766d

#76656e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76656e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76656e Color CSS Codes

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

#76656e Text Font Color

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

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


#76656e Background Color

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

This div background color is #76656e


#76656e Border Color

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

This div border color is #76656e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76656e

#76656e Color Palettes


Comments

No comments written yet.

Please login to write comment.