COLOR #6B7676

HEX: #6B7676
RGB: (107,118,118)

Color info

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

RGB color model

#6B7676 color RGB value is (107,118,118).

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

RGB channels and saturation

R 107 of 255 = 42%
G 118 of 255 = 46%
B 118 of 255 = 46%

107
118
118

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

Portions of RGB colors in percentages

R + G + B =
107 + 118 + 118 = 343 (100%)
R 107 of 343 ~ 31.2%
G 118 of 343 ~ 34.4%
B 118 of 343 ~ 34.4%

%31.2
%34.4
%34.4

CMYK color model

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

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(9,0,0,54)
C9M0Y0K54 
(9%,0%,0%,54%)
(0.09/0.00/0.00/0.54)	

CMYK percentages

%9.32
%0
%0
%53.73

Codes

Color #6B7676 in popluar color models

6B7676
RGB107118118
HSL180°4.89%44.12%
HSB/HSV180°9.32%46.27%
CMYK9.32%0.00%0.00%
53.73%

Color #6B7676 in popluar number systems.

HEX6B7676
Decimal107118118
Binary110101111101101110110
Octal153166166

Shades and tints

Shades of #6B7676

#6B7676
(107,118,118)
#626C6C
(98,108,108)
#596262
(89,98,98)
#505858
(80,88,88)
#474E4E
(71,78,78)
#3E4444
(62,68,68)
#353A3A
(53,58,58)
#2C3030
(44,48,48)
#232626
(35,38,38)
#1A1C1C
(26,28,28)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #6B7676

#6B7676
(107,118,118)
#788282
(120,130,130)
#858E8E
(133,142,142)
#929A9A
(146,154,154)
#9FA6A6
(159,166,166)
#ACB2B2
(172,178,178)
#B9BEBE
(185,190,190)
#C6CACA
(198,202,202)
#D3D6D6
(211,214,214)
#E0E2E2
(224,226,226)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7676; }

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

This text font color is #6B7676.


Background Color

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

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

This div background color is #6B7676.


Border color

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

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

This div border color is #6B7676.


Opacity

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

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

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

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

This text has shadow with #6B7676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7676 on black background.


Color preview on white background

This text has color #6B7676 on white background.



Black color preview on #6B7676 background

This text has black color on #6B7676 background.


White color preview on #6B7676 background

This text has white color on #6B7676 background.