COLOR #6A7872

HEX: #6A7872 RGB: (106,120,114)

Color info

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

RGB color model

#6A7872 color RGB value is (106,120,114).

RGB: (106,120,114) (42%, 47%, 45%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 114 of 255 = 45%

106
120
114

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

Portions of RGB colors in percentages

R + G + B = 106 + 120 + 114 = 340 (100%)
R 106 of 340 ~ 31.18%
G 120 of 340 ~ 35.29%
B 114 of 340 ~ 33.53'%

%31.18
%35.29
%33.53

CMYK color model

#6A7872 color CMYK value is (12,0,5,53).

  • cyan value is 11.67%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 52.94%

CMYK: (12,0,5,53)
C12M0Y5K53 (12%, 0%, 5%, 53%)
(0.12 / 0.00 / 0.05 / 0.53)

CMYK percentages

%11.67
%0
%5
%52.94

Codes

Color #6A7872 in popluar color models

6A 78 72
RGB 106 120 114
HSL 154° 6.19% 44.31%
HSB/HSV 154° 11.67% 47.06%
CMYK 11.67% 0.00% 5.00%
52.94%

Color #6A7872 in popluar number systems.

HEX 6A 78 72
Decimal 106 120 114
Binary 1101010 1111000 1110010
Octal 152 170 162

Shades and tints

Shades of #6A7872

#6A7872
(106,120,114)
#616E68
(97,110,104)
#58645E
(88,100,94)
#4F5A54
(79,90,84)
#46504A
(70,80,74)
#3D4640
(61,70,64)
#343C36
(52,60,54)
#2B322C
(43,50,44)
#222822
(34,40,34)
#191E18
(25,30,24)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #6A7872

#6A7872
(106,120,114)
#77847E
(119,132,126)
#84908A
(132,144,138)
#919C96
(145,156,150)
#9EA8A2
(158,168,162)
#ABB4AE
(171,180,174)
#B8C0BA
(184,192,186)
#C5CCC6
(197,204,198)
#D2D8D2
(210,216,210)
#DFE4DE
(223,228,222)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A7872 color. Also use rgb(106,120,114) instead hex code.

Text Font Color

.myTextColor { color: #6A7872; }

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

This text font color is #6A7872.

Background Color

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

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

This div background color is #6A7872.

Border color

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

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

This div border color is #6A7872.

Opacity

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

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

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

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

This text has shadow with #6A7872 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A7872.

Preview

Color preview on black background

This text has color #6A7872 on black background.


Color preview on white background

This text has color #6A7872 on white background.


Black color preview on #6A7872 background

This text has black color on #6A7872 background.


White color preview on #6A7872 background

This text has white color on #6A7872 background.


Related colors

Complementary color

Complementary color for #hex is #95878D.


I love getcolorcode.com

Triadic colors

1 #726A78 and #78726A with #6A7872 are triadic colors.

2 #72786A and #786A72 with #6A7872 are triadic colors.