COLOR #6A756B

HEX: #6A756B
RGB: (106,117,107)

Color info

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

RGB color model

#6A756B color RGB value is (106,117,107).

  • red value is 106;
  • green value is 117;
  • blue value is 107.
RGB: (106,117,107) (42%,46%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 117 of 255 = 46%
B 107 of 255 = 42%

106
117
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 117 + 107 = 330 (100%)
R 106 of 330 ~ 32.12%
G 117 of 330 ~ 35.45%
B 107 of 330 ~ 32.42%

%32.12
%35.45
%32.42

CMYK color model

#6A756B color CMYK value is (9,0,9,54).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 8.55%
  • key color value is 54.12%
CMYK: (9,0,9,54) C9M0Y9K54 (9%,0%,9%,54%) (0.09/0.00/0.09/0.54)

CMYK percentages

%9.4
%0
%8.55
%54.12

Codes

Color #6A756B in popluar color models

6A756B
RGB106117107
HSL125°4.93%43.73%
HSB/HSV125°9.40%45.88%
CMYK9.40%0.00%8.55%
54.12%

Color #6A756B in popluar number systems.

HEX6A756B
Decimal106117107
Binary110101011101011101011
Octal152165153

Shades and tints

Shades of #6A756B

#6A756B
(106,117,107)
#616B62
(97,107,98)
#586159
(88,97,89)
#4F5750
(79,87,80)
#464D47
(70,77,71)
#3D433E
(61,67,62)
#343935
(52,57,53)
#2B2F2C
(43,47,44)
#222523
(34,37,35)
#191B1A
(25,27,26)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #6A756B

#6A756B
(106,117,107)
#778178
(119,129,120)
#848D85
(132,141,133)
#919992
(145,153,146)
#9EA59F
(158,165,159)
#ABB1AC
(171,177,172)
#B8BDB9
(184,189,185)
#C5C9C6
(197,201,198)
#D2D5D3
(210,213,211)
#DFE1E0
(223,225,224)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A756B color. Also use rgb(106,117,107) instead hex code.

Text Font Color

.myTextColor { color: #6A756B; }

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

This text font color is #6A756B.


Background Color

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

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

This div background color is #6A756B.


Border color

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

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

This div border color is #6A756B.


Opacity

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

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

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

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

This text has shadow with #6A756B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6A756B on black background.


Color preview on white background

This text has color #6A756B on white background.



Black color preview on #6A756B background

This text has black color on #6A756B background.


White color preview on #6A756B background

This text has white color on #6A756B background.