COLOR #6F7D7C

HEX: #6F7D7C RGB: (111,125,124)

Color info

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

RGB color model

#6F7D7C color RGB value is (111,125,124).

RGB: (111,125,124) (44%, 49%, 49%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 124 of 255 = 49%

111
125
124

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

Portions of RGB colors in percentages

R + G + B = 111 + 125 + 124 = 360 (100%)
R 111 of 360 ~ 30.83%
G 125 of 360 ~ 34.72%
B 124 of 360 ~ 34.44'%

%30.83
%34.72
%34.44

CMYK color model

#6F7D7C color CMYK value is (11,0,1,51).

  • cyan value is 11.20%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%

CMYK: (11,0,1,51)
C11M0Y1K51 (11%, 0%, 1%, 51%)
(0.11 / 0.00 / 0.01 / 0.51)

CMYK percentages

%11.2
%0
%0.8
%50.98

Codes

Color #6F7D7C in popluar color models

6F 7D 7C
RGB 111 125 124
HSL 176° 5.93% 46.27%
HSB/HSV 176° 11.20% 49.02%
CMYK 11.20% 0.00% 0.80%
50.98%

Color #6F7D7C in popluar number systems.

HEX 6F 7D 7C
Decimal 111 125 124
Binary 1101111 1111101 1111100
Octal 157 175 174

Shades and tints

Shades of #6F7D7C

#6F7D7C
(111,125,124)
#657271
(101,114,113)
#5B6766
(91,103,102)
#515C5B
(81,92,91)
#475150
(71,81,80)
#3D4645
(61,70,69)
#333B3A
(51,59,58)
#29302F
(41,48,47)
#1F2524
(31,37,36)
#151A19
(21,26,25)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #6F7D7C

#6F7D7C
(111,125,124)
#7C8887
(124,136,135)
#899392
(137,147,146)
#969E9D
(150,158,157)
#A3A9A8
(163,169,168)
#B0B4B3
(176,180,179)
#BDBFBE
(189,191,190)
#CACAC9
(202,202,201)
#D7D5D4
(215,213,212)
#E4E0DF
(228,224,223)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7D7C color. Also use rgb(111,125,124) instead hex code.

Text Font Color

.myTextColor { color: #6F7D7C; }

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

This text font color is #6F7D7C.

Background Color

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

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

This div background color is #6F7D7C.

Border color

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

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

This div border color is #6F7D7C.

Opacity

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

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

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

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

This text has shadow with #6F7D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7D7C.

Preview

Color preview on black background

This text has color #6F7D7C on black background.


Color preview on white background

This text has color #6F7D7C on white background.


Black color preview on #6F7D7C background

This text has black color on #6F7D7C background.


White color preview on #6F7D7C background

This text has white color on #6F7D7C background.


Related colors

Complementary color

Complementary color for #hex is #908283.


I love getcolorcode.com

Triadic colors

1 #7C6F7D and #7D7C6F with #6F7D7C are triadic colors.

2 #7C7D6F and #7D6F7C with #6F7D7C are triadic colors.