COLOR #6D7875

HEX: #6D7875 RGB: (109,120,117)

Color info

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

RGB color model

#6D7875 color RGB value is (109,120,117).

RGB: (109,120,117) (43%, 47%, 46%)

RGB channels and saturation

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

109
120
117

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

Portions of RGB colors in percentages

R + G + B = 109 + 120 + 117 = 346 (100%)
R 109 of 346 ~ 31.5%
G 120 of 346 ~ 34.68%
B 117 of 346 ~ 33.82'%

%31.5
%34.68
%33.82

CMYK color model

#6D7875 color CMYK value is (9,0,3,53).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 52.94%

CMYK: (9,0,3,53)
C9M0Y3K53 (9%, 0%, 3%, 53%)
(0.09 / 0.00 / 0.03 / 0.53)

CMYK percentages

%9.17
%0
%2.5
%52.94

Codes

Color #6D7875 in popluar color models

6D 78 75
RGB 109 120 117
HSL 164° 4.80% 44.90%
HSB/HSV 164° 9.17% 47.06%
CMYK 9.17% 0.00% 2.50%
52.94%

Color #6D7875 in popluar number systems.

HEX 6D 78 75
Decimal 109 120 117
Binary 1101101 1111000 1110101
Octal 155 170 165

Shades and tints

Shades of #6D7875

#6D7875
(109,120,117)
#646E6B
(100,110,107)
#5B6461
(91,100,97)
#525A57
(82,90,87)
#49504D
(73,80,77)
#404643
(64,70,67)
#373C39
(55,60,57)
#2E322F
(46,50,47)
#252825
(37,40,37)
#1C1E1B
(28,30,27)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #6D7875

#6D7875
(109,120,117)
#7A8481
(122,132,129)
#87908D
(135,144,141)
#949C99
(148,156,153)
#A1A8A5
(161,168,165)
#AEB4B1
(174,180,177)
#BBC0BD
(187,192,189)
#C8CCC9
(200,204,201)
#D5D8D5
(213,216,213)
#E2E4E1
(226,228,225)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D7875; }

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

This text font color is #6D7875.

Background Color

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

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

This div background color is #6D7875.

Border color

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

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

This div border color is #6D7875.

Opacity

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

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

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

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

This text has shadow with #6D7875 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6D7875.

Preview

Color preview on black background

This text has color #6D7875 on black background.


Color preview on white background

This text has color #6D7875 on white background.


Black color preview on #6D7875 background

This text has black color on #6D7875 background.


White color preview on #6D7875 background

This text has white color on #6D7875 background.


Related colors

Complementary color

Complementary color for #hex is #92878A.


I love getcolorcode.com

Triadic colors

1 #756D78 and #78756D with #6D7875 are triadic colors.

2 #75786D and #786D75 with #6D7875 are triadic colors.