Color Hex Logo

#6e765c Color Hex

#6E765C
(110,118,92)
0 Favorites   0 Comments

Color spaces of #6e765c

RGB 11011892
HSL0.220.120.41
HSV78°22°46°
CMYK 0.070.000.22   0.54
XYZ14.840617.044612.6330
Yxy17.04460.33340.3829
Hunter Lab41.2851-8.084210.7572
CIE-Lab48.3162-7.984013.3434

#6e765c color RGB value is (110,118,92).

#6e765c hex color red value is 110, green value is 118 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #6e765c hue: 0.22 , saturation: 0.12 and the lightness value of 6e765c is 0.41.

The process color (four color CMYK) of #6e765c color hex is 0.07, 0.00, 0.22, 0.54. Web safe color of #6e765c is #666666. Color #6e765c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01110110 01011100
Octal 156 166 134
Decimal 110 118 92
Hex 6E 76 5C

RGB Percentages of Color #6e765c

%34.38
%36.88
%28.75

CMYK Percentages of Color #6e765c

%7
%0
%22
%54

Triadic Colors of #6e765c

#6e765c #5c6e76 #765c6e

Analogous Colors of #6e765c

#6e765c #61765c #76715c

Monochromatic Colors of #6e765c

#6e765c

Complementary Color

#6e765c #645c76

#6e765c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e765c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e765c Color CSS Codes

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

#6e765c Text Font Color

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

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


#6e765c Background Color

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

This div background color is #6e765c


#6e765c Border Color

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

This div border color is #6e765c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e765c


Comments

No comments written yet.

Please login to write comment.