COLOR #6A776F

HEX: #6A776F
RGB: (106,119,111)

Color info

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

RGB color model

#6A776F color RGB value is (106,119,111).

  • red value is 106;
  • green value is 119;
  • blue value is 111.
RGB:
(106,119,111)
(42%,47%,44%)

RGB channels and saturation

R 106 of 255 = 42%
G 119 of 255 = 47%
B 111 of 255 = 44%

106
119
111

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

Portions of RGB colors in percentages

R + G + B =
106 + 119 + 111 = 336 (100%)
R 106 of 336 ~ 31.55%
G 119 of 336 ~ 35.42%
B 111 of 336 ~ 33.04%

%31.55
%35.42
%33.04

CMYK color model

#6A776F color CMYK value is (11,0,7,53).

  • cyan value is 10.92%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(11,0,7,53)
C11M0Y7K53 
(11%,0%,7%,53%)
(0.11/0.00/0.07/0.53)	

CMYK percentages

%10.92
%0
%6.72
%53.33

Codes

Color #6A776F in popluar color models

6A776F
RGB106119111
HSL143°5.78%44.12%
HSB/HSV143°10.92%46.67%
CMYK10.92%0.00%6.72%
53.33%

Color #6A776F in popluar number systems.

HEX6A776F
Decimal106119111
Binary110101011101111101111
Octal152167157

Shades and tints

Shades of #6A776F

#6A776F
(106,119,111)
#616D65
(97,109,101)
#58635B
(88,99,91)
#4F5951
(79,89,81)
#464F47
(70,79,71)
#3D453D
(61,69,61)
#343B33
(52,59,51)
#2B3129
(43,49,41)
#22271F
(34,39,31)
#191D15
(25,29,21)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #6A776F

#6A776F
(106,119,111)
#77837C
(119,131,124)
#848F89
(132,143,137)
#919B96
(145,155,150)
#9EA7A3
(158,167,163)
#ABB3B0
(171,179,176)
#B8BFBD
(184,191,189)
#C5CBCA
(197,203,202)
#D2D7D7
(210,215,215)
#DFE3E4
(223,227,228)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A776F; }

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

This text font color is #6A776F.


Background Color

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

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

This div background color is #6A776F.


Border color

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

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

This div border color is #6A776F.


Opacity

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

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

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

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

This text has shadow with #6A776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A776F on black background.


Color preview on white background

This text has color #6A776F on white background.



Black color preview on #6A776F background

This text has black color on #6A776F background.


White color preview on #6A776F background

This text has white color on #6A776F background.