COLOR #6F7E75

HEX: #6F7E75 RGB: (111,126,117)

Color info

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

RGB color model

#6F7E75 color RGB value is (111,126,117).

RGB: (111,126,117) (44%, 49%, 46%)

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 117 of 255 = 46%

111
126
117

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

Portions of RGB colors in percentages

R + G + B = 111 + 126 + 117 = 354 (100%)
R 111 of 354 ~ 31.36%
G 126 of 354 ~ 35.59%
B 117 of 354 ~ 33.05'%

%31.36
%35.59
%33.05

CMYK color model

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

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

CMYK: (12,0,7,51)
C12M0Y7K51 (12%, 0%, 7%, 51%)
(0.12 / 0.00 / 0.07 / 0.51)

CMYK percentages

%11.9
%0
%7.14
%50.59

Codes

Color #6F7E75 in popluar color models

6F 7E 75
RGB 111 126 117
HSL 144° 6.33% 46.47%
HSB/HSV 144° 11.90% 49.41%
CMYK 11.90% 0.00% 7.14%
50.59%

Color #6F7E75 in popluar number systems.

HEX 6F 7E 75
Decimal 111 126 117
Binary 1101111 1111110 1110101
Octal 157 176 165

Shades and tints

Shades of #6F7E75

#6F7E75
(111,126,117)
#65736B
(101,115,107)
#5B6861
(91,104,97)
#515D57
(81,93,87)
#47524D
(71,82,77)
#3D4743
(61,71,67)
#333C39
(51,60,57)
#29312F
(41,49,47)
#1F2625
(31,38,37)
#151B1B
(21,27,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #6F7E75

#6F7E75
(111,126,117)
#7C8981
(124,137,129)
#89948D
(137,148,141)
#969F99
(150,159,153)
#A3AAA5
(163,170,165)
#B0B5B1
(176,181,177)
#BDC0BD
(189,192,189)
#CACBC9
(202,203,201)
#D7D6D5
(215,214,213)
#E4E1E1
(228,225,225)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7E75; }

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

This text font color is #6F7E75.

Background Color

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

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

This div background color is #6F7E75.

Border color

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

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

This div border color is #6F7E75.

Opacity

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

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

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

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

This text has shadow with #6F7E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7E75.

Preview

Color preview on black background

This text has color #6F7E75 on black background.


Color preview on white background

This text has color #6F7E75 on white background.


Black color preview on #6F7E75 background

This text has black color on #6F7E75 background.


White color preview on #6F7E75 background

This text has white color on #6F7E75 background.


Related colors

Complementary color

Complementary color for #hex is #90818A.


I love getcolorcode.com

Triadic colors

1 #756F7E and #7E756F with #6F7E75 are triadic colors.

2 #757E6F and #7E6F75 with #6F7E75 are triadic colors.