COLOR #6A726F

HEX: #6A726F RGB: (106,114,111)

Color info

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

RGB color model

#6A726F color RGB value is (106,114,111).

RGB: (106,114,111) (42%, 45%, 44%)

RGB channels and saturation

R 106 of 255 = 42%
G 114 of 255 = 45%
B 111 of 255 = 44%

106
114
111

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

Portions of RGB colors in percentages

R + G + B = 106 + 114 + 111 = 331 (100%)
R 106 of 331 ~ 32.02%
G 114 of 331 ~ 34.44%
B 111 of 331 ~ 33.53'%

%32.02
%34.44
%33.53

CMYK color model

#6A726F color CMYK value is (7,0,3,55).

  • cyan value is 7.02%
  • magenta value is 0.00%
  • yellow value is 2.63%
  • key color value is 55.29%

CMYK: (7,0,3,55)
C7M0Y3K55 (7%, 0%, 3%, 55%)
(0.07 / 0.00 / 0.03 / 0.55)

CMYK percentages

%7.02
%0
%2.63
%55.29

Codes

Color #6A726F in popluar color models

6A 72 6F
RGB 106 114 111
HSL 158° 3.64% 43.14%
HSB/HSV 158° 7.02% 44.71%
CMYK 7.02% 0.00% 2.63%
55.29%

Color #6A726F in popluar number systems.

HEX 6A 72 6F
Decimal 106 114 111
Binary 1101010 1110010 1101111
Octal 152 162 157

Shades and tints

Shades of #6A726F

#6A726F
(106,114,111)
#616865
(97,104,101)
#585E5B
(88,94,91)
#4F5451
(79,84,81)
#464A47
(70,74,71)
#3D403D
(61,64,61)
#343633
(52,54,51)
#2B2C29
(43,44,41)
#22221F
(34,34,31)
#191815
(25,24,21)
#100E0B
(16,14,11)
#000000
(0,0,0)

Tints of #6A726F

#6A726F
(106,114,111)
#777E7C
(119,126,124)
#848A89
(132,138,137)
#919696
(145,150,150)
#9EA2A3
(158,162,163)
#ABAEB0
(171,174,176)
#B8BABD
(184,186,189)
#C5C6CA
(197,198,202)
#D2D2D7
(210,210,215)
#DFDEE4
(223,222,228)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A726F; }

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

This text font color is #6A726F.

Background Color

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

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

This div background color is #6A726F.

Border color

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

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

This div border color is #6A726F.

Opacity

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

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

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

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

This text has shadow with #6A726F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A726F.

Preview

Color preview on black background

This text has color #6A726F on black background.


Color preview on white background

This text has color #6A726F on white background.


Black color preview on #6A726F background

This text has black color on #6A726F background.


White color preview on #6A726F background

This text has white color on #6A726F background.


Related colors

Complementary color

Complementary color for #hex is #958D90.


I love getcolorcode.com

Triadic colors

1 #6F6A72 and #726F6A with #6A726F are triadic colors.

2 #6F726A and #726A6F with #6A726F are triadic colors.