COLOR #6C754E

HEX: #6C754E RGB: (108,117,78)

Color info

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

RGB color model

#6C754E color RGB value is (108,117,78).

RGB: (108,117,78) (42%, 46%, 31%)

RGB channels and saturation

R 108 of 255 = 42%
G 117 of 255 = 46%
B 78 of 255 = 31%

108
117
78

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

Portions of RGB colors in percentages

R + G + B = 108 + 117 + 78 = 303 (100%)
R 108 of 303 ~ 35.64%
G 117 of 303 ~ 38.61%
B 78 of 303 ~ 25.74'%

%35.64
%38.61
%25.74

CMYK color model

#6C754E color CMYK value is (8,0,33,54).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 54.12%
CMYK: (8,0,33,54) C8M0Y33K54 (8%,0%,33%,54%) (0.08/0.00/0.33/0.54) 

CMYK percentages

%7.69
%0
%33.33
%54.12

Codes

Color #6C754E in popluar color models

6C 75 4E
RGB 108 117 78
HSL 74° 20.00% 38.24%
HSB/HSV 74° 33.33% 45.88%
CMYK 7.69% 0.00% 33.33%
54.12%

Color #6C754E in popluar number systems.

HEX 6C 75 4E
Decimal 108 117 78
Binary 1101100 1110101 1001110
Octal 154 165 116

Shades and tints

Shades of #6C754E

#6C754E
(108,117,78)
#636B47
(99,107,71)
#5A6140
(90,97,64)
#515739
(81,87,57)
#484D32
(72,77,50)
#3F432B
(63,67,43)
#363924
(54,57,36)
#2D2F1D
(45,47,29)
#242516
(36,37,22)
#1B1B0F
(27,27,15)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #6C754E

#6C754E
(108,117,78)
#79815E
(121,129,94)
#868D6E
(134,141,110)
#93997E
(147,153,126)
#A0A58E
(160,165,142)
#ADB19E
(173,177,158)
#BABDAE
(186,189,174)
#C7C9BE
(199,201,190)
#D4D5CE
(212,213,206)
#E1E1DE
(225,225,222)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C754E color. Also use rgb(108,117,78) instead hex code.

Text Font Color

.myTextColor { color: #6C754E; }

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

This text font color is #6C754E.

Background Color

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

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

This div background color is #6C754E.

Border color

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

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

This div border color is #6C754E.

Opacity

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

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

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

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

This text has shadow with #6C754E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C754E.

Preview

Color preview on black background

This text has color #6C754E on black background.


Color preview on white background

This text has color #6C754E on white background.


Black color preview on #6C754E background

This text has black color on #6C754E background.


White color preview on #6C754E background

This text has white color on #6C754E background.


Related colors

Complementary color

Complementary color for #hex is #938AB1.


I love getcolorcode.com

Triadic colors

1 #4E6C75 and #754E6C with #6C754E are triadic colors.

2 #4E756C and #756C4E with #6C754E are triadic colors.