COLOR #6E7754

HEX: #6E7754 RGB: (110,119,84)

Color info

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

RGB color model

#6E7754 color RGB value is (110,119,84).

RGB: (110,119,84) (43%, 47%, 33%)

RGB channels and saturation

R 110 of 255 = 43%
G 119 of 255 = 47%
B 84 of 255 = 33%

110
119
84

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

Portions of RGB colors in percentages

R + G + B = 110 + 119 + 84 = 313 (100%)
R 110 of 313 ~ 35.14%
G 119 of 313 ~ 38.02%
B 84 of 313 ~ 26.84'%

%35.14
%38.02
%26.84

CMYK color model

#6E7754 color CMYK value is (8,0,29,53).

  • cyan value is 7.56%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 53.33%

CMYK: (8,0,29,53)
C8M0Y29K53 (8%, 0%, 29%, 53%)
(0.08 / 0.00 / 0.29 / 0.53)

CMYK percentages

%7.56
%0
%29.41
%53.33

Codes

Color #6E7754 in popluar color models

6E 77 54
RGB 110 119 84
HSL 75° 17.24% 39.80%
HSB/HSV 75° 29.41% 46.67%
CMYK 7.56% 0.00% 29.41%
53.33%

Color #6E7754 in popluar number systems.

HEX 6E 77 54
Decimal 110 119 84
Binary 1101110 1110111 1010100
Octal 156 167 124

Shades and tints

Shades of #6E7754

#6E7754
(110,119,84)
#646D4D
(100,109,77)
#5A6346
(90,99,70)
#50593F
(80,89,63)
#464F38
(70,79,56)
#3C4531
(60,69,49)
#323B2A
(50,59,42)
#283123
(40,49,35)
#1E271C
(30,39,28)
#141D15
(20,29,21)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #6E7754

#6E7754
(110,119,84)
#7B8363
(123,131,99)
#888F72
(136,143,114)
#959B81
(149,155,129)
#A2A790
(162,167,144)
#AFB39F
(175,179,159)
#BCBFAE
(188,191,174)
#C9CBBD
(201,203,189)
#D6D7CC
(214,215,204)
#E3E3DB
(227,227,219)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7754 color. Also use rgb(110,119,84) instead hex code.

Text Font Color

.myTextColor { color: #6E7754; }

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

This text font color is #6E7754.

Background Color

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

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

This div background color is #6E7754.

Border color

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

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

This div border color is #6E7754.

Opacity

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

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

Text with #6E7754 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 #6E7754;}

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

This text has shadow with #6E7754 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E7754.

Preview

Color preview on black background

This text has color #6E7754 on black background.


Color preview on white background

This text has color #6E7754 on white background.


Black color preview on #6E7754 background

This text has black color on #6E7754 background.


White color preview on #6E7754 background

This text has white color on #6E7754 background.


Related colors

Complementary color

Complementary color for #hex is #9188AB.


I love getcolorcode.com

Triadic colors

1 #546E77 and #77546E with #6E7754 are triadic colors.

2 #54776E and #776E54 with #6E7754 are triadic colors.