COLOR #6A776C

HEX: #6A776C RGB: (106,119,108)

Color info

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

RGB color model

#6A776C color RGB value is (106,119,108).

RGB: (106,119,108) (42%, 47%, 42%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 108 of 255 = 42%

106
119
108

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

Portions of RGB colors in percentages

R + G + B = 106 + 119 + 108 = 333 (100%)
R 106 of 333 ~ 31.83%
G 119 of 333 ~ 35.74%
B 108 of 333 ~ 32.43'%

%31.83
%35.74
%32.43

CMYK color model

#6A776C color CMYK value is (11,0,9,53).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%

CMYK: (11,0,9,53)
C11M0Y9K53 (11%, 0%, 9%, 53%)
(0.11 / 0.00 / 0.09 / 0.53)

CMYK percentages

%10.92
%0
%9.24
%53.33

Codes

Color #6A776C in popluar color models

6A 77 6C
RGB 106 119 108
HSL 129° 5.78% 44.12%
HSB/HSV 129° 10.92% 46.67%
CMYK 10.92% 0.00% 9.24%
53.33%

Color #6A776C in popluar number systems.

HEX 6A 77 6C
Decimal 106 119 108
Binary 1101010 1110111 1101100
Octal 152 167 154

Shades and tints

Shades of #6A776C

#6A776C
(106,119,108)
#616D63
(97,109,99)
#58635A
(88,99,90)
#4F5951
(79,89,81)
#464F48
(70,79,72)
#3D453F
(61,69,63)
#343B36
(52,59,54)
#2B312D
(43,49,45)
#222724
(34,39,36)
#191D1B
(25,29,27)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #6A776C

#6A776C
(106,119,108)
#778379
(119,131,121)
#848F86
(132,143,134)
#919B93
(145,155,147)
#9EA7A0
(158,167,160)
#ABB3AD
(171,179,173)
#B8BFBA
(184,191,186)
#C5CBC7
(197,203,199)
#D2D7D4
(210,215,212)
#DFE3E1
(223,227,225)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A776C color. Also use rgb(106,119,108) instead hex code.

Text Font Color

.myTextColor { color: #6A776C; }

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

This text font color is #6A776C.

Background Color

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

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

This div background color is #6A776C.

Border color

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

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

This div border color is #6A776C.

Opacity

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

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

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

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

This text has shadow with #6A776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A776C.

Preview

Color preview on black background

This text has color #6A776C on black background.


Color preview on white background

This text has color #6A776C on white background.


Black color preview on #6A776C background

This text has black color on #6A776C background.


White color preview on #6A776C background

This text has white color on #6A776C background.


Related colors

Complementary color

Complementary color for #hex is #958893.


I love getcolorcode.com

Triadic colors

1 #6C6A77 and #776C6A with #6A776C are triadic colors.

2 #6C776A and #776A6C with #6A776C are triadic colors.