COLOR #6F776A

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
119
106

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

Portions of RGB colors in percentages

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

%33.04
%35.42
%31.55

CMYK color model

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

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

CMYK percentages

%6.72
%0
%10.92
%53.33

Codes

Color #6F776A in popluar color models

6F776A
RGB111119106
HSL97°5.78%44.12%
HSB/HSV97°10.92%46.67%
CMYK6.72%0.00%10.92%
53.33%

Color #6F776A in popluar number systems.

HEX6F776A
Decimal111119106
Binary110111111101111101010
Octal157167152

Shades and tints

Shades of #6F776A

#6F776A
(111,119,106)
#656D61
(101,109,97)
#5B6358
(91,99,88)
#51594F
(81,89,79)
#474F46
(71,79,70)
#3D453D
(61,69,61)
#333B34
(51,59,52)
#29312B
(41,49,43)
#1F2722
(31,39,34)
#151D19
(21,29,25)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F776A

#6F776A
(111,119,106)
#7C8377
(124,131,119)
#898F84
(137,143,132)
#969B91
(150,155,145)
#A3A79E
(163,167,158)
#B0B3AB
(176,179,171)
#BDBFB8
(189,191,184)
#CACBC5
(202,203,197)
#D7D7D2
(215,215,210)
#E4E3DF
(228,227,223)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F776A; }

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

This text font color is #6F776A.


Background Color

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

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

This div background color is #6F776A.


Border color

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

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

This div border color is #6F776A.


Opacity

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

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

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

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

This text has shadow with #6F776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F776A on black background.


Color preview on white background

This text has color #6F776A on white background.



Black color preview on #6F776A background

This text has black color on #6F776A background.


White color preview on #6F776A background

This text has white color on #6F776A background.