COLOR #6F797E

HEX: #6F797E RGB: (111,121,126)

Color info

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

RGB color model

#6F797E color RGB value is (111,121,126).

RGB: (111,121,126) (44%, 47%, 49%)

RGB channels and saturation

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

111
121
126

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

Portions of RGB colors in percentages

R + G + B = 111 + 121 + 126 = 358 (100%)
R 111 of 358 ~ 31.01%
G 121 of 358 ~ 33.8%
B 126 of 358 ~ 35.2'%

%31.01
%33.8
%35.2

CMYK color model

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

  • cyan value is 11.90%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (12,4,0,51)
C12M4Y0K51 (12%, 4%, 0%, 51%)
(0.12 / 0.04 / 0.00 / 0.51)

CMYK percentages

%11.9
%3.97
%0
%50.59

Codes

Color #6F797E in popluar color models

6F 79 7E
RGB 111 121 126
HSL 200° 6.33% 46.47%
HSB/HSV 200° 11.90% 49.41%
CMYK 11.90% 3.97% 0.00%
50.59%

Color #6F797E in popluar number systems.

HEX 6F 79 7E
Decimal 111 121 126
Binary 1101111 1111001 1111110
Octal 157 171 176

Shades and tints

Shades of #6F797E

#6F797E
(111,121,126)
#656E73
(101,110,115)
#5B6368
(91,99,104)
#51585D
(81,88,93)
#474D52
(71,77,82)
#3D4247
(61,66,71)
#33373C
(51,55,60)
#292C31
(41,44,49)
#1F2126
(31,33,38)
#15161B
(21,22,27)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #6F797E

#6F797E
(111,121,126)
#7C8589
(124,133,137)
#899194
(137,145,148)
#969D9F
(150,157,159)
#A3A9AA
(163,169,170)
#B0B5B5
(176,181,181)
#BDC1C0
(189,193,192)
#CACDCB
(202,205,203)
#D7D9D6
(215,217,214)
#E4E5E1
(228,229,225)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F797E; }

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

This text font color is #6F797E.

Background Color

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

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

This div background color is #6F797E.

Border color

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

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

This div border color is #6F797E.

Opacity

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

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

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

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

This text has shadow with #6F797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F797E.

Preview

Color preview on black background

This text has color #6F797E on black background.


Color preview on white background

This text has color #6F797E on white background.


Black color preview on #6F797E background

This text has black color on #6F797E background.


White color preview on #6F797E background

This text has white color on #6F797E background.


Related colors

Complementary color

Complementary color for #hex is #908681.


I love getcolorcode.com

Triadic colors

1 #7E6F79 and #797E6F with #6F797E are triadic colors.

2 #7E796F and #796F7E with #6F797E are triadic colors.