COLOR #6B756F

HEX: #6B756F RGB: (107,117,111)

Color info

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

RGB color model

#6B756F color RGB value is (107,117,111).

RGB: (107,117,111) (42%, 46%, 44%)

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 111 of 255 = 44%

107
117
111

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

Portions of RGB colors in percentages

R + G + B = 107 + 117 + 111 = 335 (100%)
R 107 of 335 ~ 31.94%
G 117 of 335 ~ 34.93%
B 111 of 335 ~ 33.13'%

%31.94
%34.93
%33.13

CMYK color model

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

  • cyan value is 8.55%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 54.12%

CMYK: (9,0,5,54)
C9M0Y5K54 (9%, 0%, 5%, 54%)
(0.09 / 0.00 / 0.05 / 0.54)

CMYK percentages

%8.55
%0
%5.13
%54.12

Codes

Color #6B756F in popluar color models

6B 75 6F
RGB 107 117 111
HSL 144° 4.46% 43.92%
HSB/HSV 144° 8.55% 45.88%
CMYK 8.55% 0.00% 5.13%
54.12%

Color #6B756F in popluar number systems.

HEX 6B 75 6F
Decimal 107 117 111
Binary 1101011 1110101 1101111
Octal 153 165 157

Shades and tints

Shades of #6B756F

#6B756F
(107,117,111)
#626B65
(98,107,101)
#59615B
(89,97,91)
#505751
(80,87,81)
#474D47
(71,77,71)
#3E433D
(62,67,61)
#353933
(53,57,51)
#2C2F29
(44,47,41)
#23251F
(35,37,31)
#1A1B15
(26,27,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #6B756F

#6B756F
(107,117,111)
#78817C
(120,129,124)
#858D89
(133,141,137)
#929996
(146,153,150)
#9FA5A3
(159,165,163)
#ACB1B0
(172,177,176)
#B9BDBD
(185,189,189)
#C6C9CA
(198,201,202)
#D3D5D7
(211,213,215)
#E0E1E4
(224,225,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B756F; }

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

This text font color is #6B756F.

Background Color

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

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

This div background color is #6B756F.

Border color

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

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

This div border color is #6B756F.

Opacity

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

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

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

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

This text has shadow with #6B756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B756F.

Preview

Color preview on black background

This text has color #6B756F on black background.


Color preview on white background

This text has color #6B756F on white background.


Black color preview on #6B756F background

This text has black color on #6B756F background.


White color preview on #6B756F background

This text has white color on #6B756F background.


Related colors

Complementary color

Complementary color for #hex is #948A90.


I love getcolorcode.com

Triadic colors

1 #6F6B75 and #756F6B with #6B756F are triadic colors.

2 #6F756B and #756B6F with #6B756F are triadic colors.