COLOR #6B756C

HEX: #6B756C
RGB: (107,117,108)

Color info

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

RGB color model

#6B756C color RGB value is (107,117,108).

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

RGB channels and saturation

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

107
117
108

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 108 = 332 (100%)
R 107 of 332 ~ 32.23%
G 117 of 332 ~ 35.24%
B 108 of 332 ~ 32.53%

%32.23
%35.24
%32.53

CMYK color model

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

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 54.12%
CMYK:
(9,0,8,54)
C9M0Y8K54 
(9%,0%,8%,54%)
(0.09/0.00/0.08/0.54)	

CMYK percentages

%8.55
%0
%7.69
%54.12

Codes

Color #6B756C in popluar color models

6B756C
RGB107117108
HSL126°4.46%43.92%
HSB/HSV126°8.55%45.88%
CMYK8.55%0.00%7.69%
54.12%

Color #6B756C in popluar number systems.

HEX6B756C
Decimal107117108
Binary110101111101011101100
Octal153165154

Shades and tints

Shades of #6B756C

#6B756C
(107,117,108)
#626B63
(98,107,99)
#59615A
(89,97,90)
#505751
(80,87,81)
#474D48
(71,77,72)
#3E433F
(62,67,63)
#353936
(53,57,54)
#2C2F2D
(44,47,45)
#232524
(35,37,36)
#1A1B1B
(26,27,27)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #6B756C

#6B756C
(107,117,108)
#788179
(120,129,121)
#858D86
(133,141,134)
#929993
(146,153,147)
#9FA5A0
(159,165,160)
#ACB1AD
(172,177,173)
#B9BDBA
(185,189,186)
#C6C9C7
(198,201,199)
#D3D5D4
(211,213,212)
#E0E1E1
(224,225,225)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B756C; }

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

This text font color is #6B756C.


Background Color

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

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

This div background color is #6B756C.


Border color

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

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

This div border color is #6B756C.


Opacity

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

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

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

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

This text has shadow with #6B756C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B756C on black background.


Color preview on white background

This text has color #6B756C on white background.



Black color preview on #6B756C background

This text has black color on #6B756C background.


White color preview on #6B756C background

This text has white color on #6B756C background.