COLOR #6D7975

HEX: #6D7975
RGB: (109,121,117)

Color info

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

RGB color model

#6D7975 color RGB value is (109,121,117).

  • red value is 109;
  • green value is 121;
  • blue value is 117.
RGB:
(109,121,117)
(43%,47%,46%)

RGB channels and saturation

R 109 of 255 = 43%
G 121 of 255 = 47%
B 117 of 255 = 46%

109
121
117

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

Portions of RGB colors in percentages

R + G + B =
109 + 121 + 117 = 347 (100%)
R 109 of 347 ~ 31.41%
G 121 of 347 ~ 34.87%
B 117 of 347 ~ 33.72%

%31.41
%34.87
%33.72

CMYK color model

#6D7975 color CMYK value is (10,0,3,53).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(10,0,3,53)
C10M0Y3K53 
(10%,0%,3%,53%)
(0.10/0.00/0.03/0.53)	

CMYK percentages

%9.92
%0
%3.31
%52.55

Codes

Color #6D7975 in popluar color models

6D7975
RGB109121117
HSL160°5.22%45.10%
HSB/HSV160°9.92%47.45%
CMYK9.92%0.00%3.31%
52.55%

Color #6D7975 in popluar number systems.

HEX6D7975
Decimal109121117
Binary110110111110011110101
Octal155171165

Shades and tints

Shades of #6D7975

#6D7975
(109,121,117)
#646E6B
(100,110,107)
#5B6361
(91,99,97)
#525857
(82,88,87)
#494D4D
(73,77,77)
#404243
(64,66,67)
#373739
(55,55,57)
#2E2C2F
(46,44,47)
#252125
(37,33,37)
#1C161B
(28,22,27)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #6D7975

#6D7975
(109,121,117)
#7A8581
(122,133,129)
#87918D
(135,145,141)
#949D99
(148,157,153)
#A1A9A5
(161,169,165)
#AEB5B1
(174,181,177)
#BBC1BD
(187,193,189)
#C8CDC9
(200,205,201)
#D5D9D5
(213,217,213)
#E2E5E1
(226,229,225)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7975 color. Also use rgb(109,121,117) instead hex code.

Text Font Color

.myTextColor { color: #6D7975; }

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

This text font color is #6D7975.


Background Color

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

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

This div background color is #6D7975.


Border color

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

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

This div border color is #6D7975.


Opacity

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

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

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

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

This text has shadow with #6D7975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7975 on black background.


Color preview on white background

This text has color #6D7975 on white background.



Black color preview on #6D7975 background

This text has black color on #6D7975 background.


White color preview on #6D7975 background

This text has white color on #6D7975 background.