COLOR #6E765F

HEX: #6E765F
RGB: (110,118,95)

Color info

#6E765F contains red, green and blue colors in about the same proportion. Web safe color of #6E765F is #666666 (or #666).

RGB color model

#6E765F color RGB value is (110,118,95).

  • red value is 110;
  • green value is 118;
  • blue value is 95.
RGB:
(110,118,95)
(43%,46%,37%)

RGB channels and saturation

R 110 of 255 = 43%
G 118 of 255 = 46%
B 95 of 255 = 37%

110
118
95

R + G + B ~ 42%. #6E765F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 118 + 95 = 323 (100%)
R 110 of 323 ~ 34.06%
G 118 of 323 ~ 36.53%
B 95 of 323 ~ 29.41%

%34.06
%36.53
%29.41

CMYK color model

#6E765F color CMYK value is (7,0,19,54).

  • cyan value is 6.78%
  • magenta value is 0.00%
  • yellow value is 19.49%
  • key color value is 53.73%
CMYK:
(7,0,19,54)
C7M0Y19K54 
(7%,0%,19%,54%)
(0.07/0.00/0.19/0.54)	

CMYK percentages

%6.78
%0
%19.49
%53.73

Codes

Color #6E765F in popluar color models

6E765F
RGB11011895
HSL81°10.80%41.76%
HSB/HSV81°19.49%46.27%
CMYK6.78%0.00%19.49%
53.73%

Color #6E765F in popluar number systems.

HEX6E765F
Decimal11011895
Binary110111011101101011111
Octal156166137

Shades and tints

Shades of #6E765F

#6E765F
(110,118,95)
#646C57
(100,108,87)
#5A624F
(90,98,79)
#505847
(80,88,71)
#464E3F
(70,78,63)
#3C4437
(60,68,55)
#323A2F
(50,58,47)
#283027
(40,48,39)
#1E261F
(30,38,31)
#141C17
(20,28,23)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #6E765F

#6E765F
(110,118,95)
#7B826D
(123,130,109)
#888E7B
(136,142,123)
#959A89
(149,154,137)
#A2A697
(162,166,151)
#AFB2A5
(175,178,165)
#BCBEB3
(188,190,179)
#C9CAC1
(201,202,193)
#D6D6CF
(214,214,207)
#E3E2DD
(227,226,221)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E765F color. Also use rgb(110,118,95) instead hex code.

Text Font Color

.myTextColor { color: #6E765F; }

<p style="color:#6E765F">This sample text font color is #6E765F.</p>

This text font color is #6E765F.


Background Color

.myBgColor { background-color: #6E765F; }

<div style="background-color:#6E765F">Inner text</div>

This div background color is #6E765F.


Border color

.myBorderColor { border: 1px solid #6E765F; }

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

This div border color is #6E765F.


Opacity

.myOpacity80 { color: #6E765F; opacity: 0.8; }

<p style="color:#6E765F;opacity:0.8;">80%</p>

Text with #6E765F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6E765F;}

<p style="text-shadow: 3px 3px 1px #6E765F">Text here.</p>

This text has shadow with #6E765F color.

.textShadow {text-shadow: 3px 3px 1px #6E765F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6E765F, 5px 5px 20px red">Text here.</p>

This text has shadow with #6E765F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E765F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6E765F, Direction=45, Strength=4)">Text</p>

This text has shadow with #6E765F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6E765F;
  -webkit-box-shadow:	1px 1px 3px 2px #6E765F;
  box-shadow:		1px 1px 3px 2px #6E765F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E765F;
-webkit-box-shadow: 1px 1px 3px 2px #6E765F;
box-shadow:1px 1px 3px 2px #6E765F;">
Div content here</div>
This div box has shadow with color #6E765F.

Preview

Color preview on black background

This text has color #6E765F on black background.


Color preview on white background

This text has color #6E765F on white background.



Black color preview on #6E765F background

This text has black color on #6E765F background.


White color preview on #6E765F background

This text has white color on #6E765F background.