COLOR #6F777E

HEX: #6F777E
RGB: (111,119,126)

Color info

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

RGB color model

#6F777E color RGB value is (111,119,126).

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

RGB channels and saturation

R 111 of 255 = 44%
G 119 of 255 = 47%
B 126 of 255 = 49%

111
119
126

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

Portions of RGB colors in percentages

R + G + B =
111 + 119 + 126 = 356 (100%)
R 111 of 356 ~ 31.18%
G 119 of 356 ~ 33.43%
B 126 of 356 ~ 35.39%

%31.18
%33.43
%35.39

CMYK color model

#6F777E color CMYK value is (12,6,0,51).

  • cyan value is 11.90%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(12,6,0,51)
C12M6Y0K51 
(12%,6%,0%,51%)
(0.12/0.06/0.00/0.51)	

CMYK percentages

%11.9
%5.56
%0
%50.59

Codes

Color #6F777E in popluar color models

6F777E
RGB111119126
HSL208°6.33%46.47%
HSB/HSV208°11.90%49.41%
CMYK11.90%5.56%0.00%
50.59%

Color #6F777E in popluar number systems.

HEX6F777E
Decimal111119126
Binary110111111101111111110
Octal157167176

Shades and tints

Shades of #6F777E

#6F777E
(111,119,126)
#656D73
(101,109,115)
#5B6368
(91,99,104)
#51595D
(81,89,93)
#474F52
(71,79,82)
#3D4547
(61,69,71)
#333B3C
(51,59,60)
#293131
(41,49,49)
#1F2726
(31,39,38)
#151D1B
(21,29,27)
#0B1310
(11,19,16)
#000000
(0,0,0)

Tints of #6F777E

#6F777E
(111,119,126)
#7C8389
(124,131,137)
#898F94
(137,143,148)
#969B9F
(150,155,159)
#A3A7AA
(163,167,170)
#B0B3B5
(176,179,181)
#BDBFC0
(189,191,192)
#CACBCB
(202,203,203)
#D7D7D6
(215,215,214)
#E4E3E1
(228,227,225)
#F1EFEC
(241,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F777E; }

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

This text font color is #6F777E.


Background Color

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

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

This div background color is #6F777E.


Border color

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

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

This div border color is #6F777E.


Opacity

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

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

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

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

This text has shadow with #6F777E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F777E on black background.


Color preview on white background

This text has color #6F777E on white background.



Black color preview on #6F777E background

This text has black color on #6F777E background.


White color preview on #6F777E background

This text has white color on #6F777E background.