Color Hex Logo

#76656a Color Hex

#76656A
(118,101,106)
0 Favorites   0 Comments

Color spaces of #76656a

RGB 118101106
HSL0.950.080.43
HSV342°14°46°
CMYK 0.000.140.10   0.54
XYZ14.726414.199515.6003
Yxy14.19950.33070.3189
Hunter Lab37.68223.81481.8317
CIE-Lab44.51777.6964-0.3128

#76656a color RGB value is (118,101,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 01101010
Octal 166 145 152
Decimal 118 101 106
Hex 76 65 6A

RGB Percentages of Color #76656a

%36.31
%31.08
%32.62

CMYK Percentages of Color #76656a

%0
%14
%10
%54

Triadic Colors of #76656a

#76656a #6a7665 #656a76

Analogous Colors of #76656a

#76656a #766965 #766573

Monochromatic Colors of #76656a

#76656a

Complementary Color

#76656a #657671

#76656a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76656a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76656a Color CSS Codes

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

#76656a Text Font Color

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

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


#76656a Background Color

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

This div background color is #76656a


#76656a Border Color

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

This div border color is #76656a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76656a


Comments

No comments written yet.

Please login to write comment.