COLOR #6F7A79

HEX: #6F7A79 RGB: (111,122,121)

Color info

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

RGB color model

#6F7A79 color RGB value is (111,122,121).

RGB: (111,122,121) (44%, 48%, 47%)

RGB channels and saturation

R 111 of 255 = 44%
G 122 of 255 = 48%
B 121 of 255 = 47%

111
122
121

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

Portions of RGB colors in percentages

R + G + B = 111 + 122 + 121 = 354 (100%)
R 111 of 354 ~ 31.36%
G 122 of 354 ~ 34.46%
B 121 of 354 ~ 34.18'%

%31.36
%34.46
%34.18

CMYK color model

#6F7A79 color CMYK value is (9,0,1,52).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 0.82%
  • key color value is 52.16%

CMYK: (9,0,1,52)
C9M0Y1K52 (9%, 0%, 1%, 52%)
(0.09 / 0.00 / 0.01 / 0.52)

CMYK percentages

%9.02
%0
%0.82
%52.16

Codes

Color #6F7A79 in popluar color models

6F 7A 79
RGB 111 122 121
HSL 175° 4.72% 45.69%
HSB/HSV 175° 9.02% 47.84%
CMYK 9.02% 0.00% 0.82%
52.16%

Color #6F7A79 in popluar number systems.

HEX 6F 7A 79
Decimal 111 122 121
Binary 1101111 1111010 1111001
Octal 157 172 171

Shades and tints

Shades of #6F7A79

#6F7A79
(111,122,121)
#656F6E
(101,111,110)
#5B6463
(91,100,99)
#515958
(81,89,88)
#474E4D
(71,78,77)
#3D4342
(61,67,66)
#333837
(51,56,55)
#292D2C
(41,45,44)
#1F2221
(31,34,33)
#151716
(21,23,22)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #6F7A79

#6F7A79
(111,122,121)
#7C8685
(124,134,133)
#899291
(137,146,145)
#969E9D
(150,158,157)
#A3AAA9
(163,170,169)
#B0B6B5
(176,182,181)
#BDC2C1
(189,194,193)
#CACECD
(202,206,205)
#D7DAD9
(215,218,217)
#E4E6E5
(228,230,229)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7A79; }

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

This text font color is #6F7A79.

Background Color

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

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

This div background color is #6F7A79.

Border color

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

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

This div border color is #6F7A79.

Opacity

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

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

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

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

This text has shadow with #6F7A79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7A79.

Preview

Color preview on black background

This text has color #6F7A79 on black background.


Color preview on white background

This text has color #6F7A79 on white background.


Black color preview on #6F7A79 background

This text has black color on #6F7A79 background.


White color preview on #6F7A79 background

This text has white color on #6F7A79 background.


Related colors

Complementary color

Complementary color for #hex is #908586.


I love getcolorcode.com

Triadic colors

1 #796F7A and #7A796F with #6F7A79 are triadic colors.

2 #797A6F and #7A6F79 with #6F7A79 are triadic colors.