COLOR #6F776B

HEX: #6F776B RGB: (111,119,107)

Color info

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

RGB color model

#6F776B color RGB value is (111,119,107).

RGB: (111,119,107) (44%, 47%, 42%)

RGB channels and saturation

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

111
119
107

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

Portions of RGB colors in percentages

R + G + B = 111 + 119 + 107 = 337 (100%)
R 111 of 337 ~ 32.94%
G 119 of 337 ~ 35.31%
B 107 of 337 ~ 31.75'%

%32.94
%35.31
%31.75

CMYK color model

#6F776B color CMYK value is (7,0,10,53).

  • cyan value is 6.72%
  • magenta value is 0.00%
  • yellow value is 10.08%
  • key color value is 53.33%

CMYK: (7,0,10,53)
C7M0Y10K53 (7%, 0%, 10%, 53%)
(0.07 / 0.00 / 0.10 / 0.53)

CMYK percentages

%6.72
%0
%10.08
%53.33

Codes

Color #6F776B in popluar color models

6F 77 6B
RGB 111 119 107
HSL 100° 5.31% 44.31%
HSB/HSV 100° 10.08% 46.67%
CMYK 6.72% 0.00% 10.08%
53.33%

Color #6F776B in popluar number systems.

HEX 6F 77 6B
Decimal 111 119 107
Binary 1101111 1110111 1101011
Octal 157 167 153

Shades and tints

Shades of #6F776B

#6F776B
(111,119,107)
#656D62
(101,109,98)
#5B6359
(91,99,89)
#515950
(81,89,80)
#474F47
(71,79,71)
#3D453E
(61,69,62)
#333B35
(51,59,53)
#29312C
(41,49,44)
#1F2723
(31,39,35)
#151D1A
(21,29,26)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6F776B

#6F776B
(111,119,107)
#7C8378
(124,131,120)
#898F85
(137,143,133)
#969B92
(150,155,146)
#A3A79F
(163,167,159)
#B0B3AC
(176,179,172)
#BDBFB9
(189,191,185)
#CACBC6
(202,203,198)
#D7D7D3
(215,215,211)
#E4E3E0
(228,227,224)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F776B; }

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

This text font color is #6F776B.

Background Color

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

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

This div background color is #6F776B.

Border color

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

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

This div border color is #6F776B.

Opacity

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

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

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

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

This text has shadow with #6F776B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F776B.

Preview

Color preview on black background

This text has color #6F776B on black background.


Color preview on white background

This text has color #6F776B on white background.


Black color preview on #6F776B background

This text has black color on #6F776B background.


White color preview on #6F776B background

This text has white color on #6F776B background.


Related colors

Complementary color

Complementary color for #hex is #908894.


I love getcolorcode.com

Triadic colors

1 #6B6F77 and #776B6F with #6F776B are triadic colors.

2 #6B776F and #776F6B with #6F776B are triadic colors.