COLOR #6A786D

HEX: #6A786D RGB: (106,120,109)

Color info

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

RGB color model

#6A786D color RGB value is (106,120,109).

RGB: (106,120,109) (42%, 47%, 43%)

RGB channels and saturation

R 106 of 255 = 42%
G 120 of 255 = 47%
B 109 of 255 = 43%

106
120
109

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

Portions of RGB colors in percentages

R + G + B = 106 + 120 + 109 = 335 (100%)
R 106 of 335 ~ 31.64%
G 120 of 335 ~ 35.82%
B 109 of 335 ~ 32.54'%

%31.64
%35.82
%32.54

CMYK color model

#6A786D color CMYK value is (12,0,9,53).

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

CMYK: (12,0,9,53)
C12M0Y9K53 (12%, 0%, 9%, 53%)
(0.12 / 0.00 / 0.09 / 0.53)

CMYK percentages

%11.67
%0
%9.17
%52.94

Codes

Color #6A786D in popluar color models

6A 78 6D
RGB 106 120 109
HSL 133° 6.19% 44.31%
HSB/HSV 133° 11.67% 47.06%
CMYK 11.67% 0.00% 9.17%
52.94%

Color #6A786D in popluar number systems.

HEX 6A 78 6D
Decimal 106 120 109
Binary 1101010 1111000 1101101
Octal 152 170 155

Shades and tints

Shades of #6A786D

#6A786D
(106,120,109)
#616E64
(97,110,100)
#58645B
(88,100,91)
#4F5A52
(79,90,82)
#465049
(70,80,73)
#3D4640
(61,70,64)
#343C37
(52,60,55)
#2B322E
(43,50,46)
#222825
(34,40,37)
#191E1C
(25,30,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #6A786D

#6A786D
(106,120,109)
#77847A
(119,132,122)
#849087
(132,144,135)
#919C94
(145,156,148)
#9EA8A1
(158,168,161)
#ABB4AE
(171,180,174)
#B8C0BB
(184,192,187)
#C5CCC8
(197,204,200)
#D2D8D5
(210,216,213)
#DFE4E2
(223,228,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A786D; }

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

This text font color is #6A786D.

Background Color

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

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

This div background color is #6A786D.

Border color

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

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

This div border color is #6A786D.

Opacity

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

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

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

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

This text has shadow with #6A786D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A786D.

Preview

Color preview on black background

This text has color #6A786D on black background.


Color preview on white background

This text has color #6A786D on white background.


Black color preview on #6A786D background

This text has black color on #6A786D background.


White color preview on #6A786D background

This text has white color on #6A786D background.


Related colors

Complementary color

Complementary color for #hex is #958792.


I love getcolorcode.com

Triadic colors

1 #6D6A78 and #786D6A with #6A786D are triadic colors.

2 #6D786A and #786A6D with #6A786D are triadic colors.