COLOR #6F7576

HEX: #6F7576 RGB: (111,117,118)

Color info

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

RGB color model

#6F7576 color RGB value is (111,117,118).

RGB: (111,117,118) (44%, 46%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 117 of 255 = 46%
B 118 of 255 = 46%

111
117
118

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

Portions of RGB colors in percentages

R + G + B = 111 + 117 + 118 = 346 (100%)
R 111 of 346 ~ 32.08%
G 117 of 346 ~ 33.82%
B 118 of 346 ~ 34.1'%

%32.08
%33.82
%34.1

CMYK color model

#6F7576 color CMYK value is (6,1,0,54).

  • cyan value is 5.93%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK: (6,1,0,54) C6M1Y0K54 (6%,1%,0%,54%) (0.06/0.01/0.00/0.54) 

CMYK percentages

%5.93
%0.85
%0
%53.73

Codes

Color #6F7576 in popluar color models

6F 75 76
RGB 111 117 118
HSL 189° 3.06% 44.90%
HSB/HSV 189° 5.93% 46.27%
CMYK 5.93% 0.85% 0.00%
53.73%

Color #6F7576 in popluar number systems.

HEX 6F 75 76
Decimal 111 117 118
Binary 1101111 1110101 1110110
Octal 157 165 166

Shades and tints

Shades of #6F7576

#6F7576
(111,117,118)
#656B6C
(101,107,108)
#5B6162
(91,97,98)
#515758
(81,87,88)
#474D4E
(71,77,78)
#3D4344
(61,67,68)
#33393A
(51,57,58)
#292F30
(41,47,48)
#1F2526
(31,37,38)
#151B1C
(21,27,28)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #6F7576

#6F7576
(111,117,118)
#7C8182
(124,129,130)
#898D8E
(137,141,142)
#96999A
(150,153,154)
#A3A5A6
(163,165,166)
#B0B1B2
(176,177,178)
#BDBDBE
(189,189,190)
#CAC9CA
(202,201,202)
#D7D5D6
(215,213,214)
#E4E1E2
(228,225,226)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F7576 color. Also use rgb(111,117,118) instead hex code.

Text Font Color

.myTextColor { color: #6F7576; }

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

This text font color is #6F7576.

Background Color

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

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

This div background color is #6F7576.

Border color

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

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

This div border color is #6F7576.

Opacity

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

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

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

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

This text has shadow with #6F7576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7576.

Preview

Color preview on black background

This text has color #6F7576 on black background.


Color preview on white background

This text has color #6F7576 on white background.


Black color preview on #6F7576 background

This text has black color on #6F7576 background.


White color preview on #6F7576 background

This text has white color on #6F7576 background.


Related colors

Complementary color

Complementary color for #hex is #908A89.


I love getcolorcode.com

Triadic colors

1 #766F75 and #75766F with #6F7576 are triadic colors.

2 #76756F and #756F76 with #6F7576 are triadic colors.