COLOR #6B7577

HEX: #6B7577
RGB: (107,117,119)

Color info

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

RGB color model

#6B7577 color RGB value is (107,117,119).

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

RGB channels and saturation

R 107 of 255 = 42%
G 117 of 255 = 46%
B 119 of 255 = 47%

107
117
119

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

Portions of RGB colors in percentages

R + G + B =
107 + 117 + 119 = 343 (100%)
R 107 of 343 ~ 31.2%
G 117 of 343 ~ 34.11%
B 119 of 343 ~ 34.69%

%31.2
%34.11
%34.69

CMYK color model

#6B7577 color CMYK value is (10,2,0,53).

  • cyan value is 10.08%
  • magenta value is 1.68%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(10,2,0,53)
C10M2Y0K53 
(10%,2%,0%,53%)
(0.10/0.02/0.00/0.53)	

CMYK percentages

%10.08
%1.68
%0
%53.33

Codes

Color #6B7577 in popluar color models

6B7577
RGB107117119
HSL190°5.31%44.31%
HSB/HSV190°10.08%46.67%
CMYK10.08%1.68%0.00%
53.33%

Color #6B7577 in popluar number systems.

HEX6B7577
Decimal107117119
Binary110101111101011110111
Octal153165167

Shades and tints

Shades of #6B7577

#6B7577
(107,117,119)
#626B6D
(98,107,109)
#596163
(89,97,99)
#505759
(80,87,89)
#474D4F
(71,77,79)
#3E4345
(62,67,69)
#35393B
(53,57,59)
#2C2F31
(44,47,49)
#232527
(35,37,39)
#1A1B1D
(26,27,29)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #6B7577

#6B7577
(107,117,119)
#788183
(120,129,131)
#858D8F
(133,141,143)
#92999B
(146,153,155)
#9FA5A7
(159,165,167)
#ACB1B3
(172,177,179)
#B9BDBF
(185,189,191)
#C6C9CB
(198,201,203)
#D3D5D7
(211,213,215)
#E0E1E3
(224,225,227)
#EDEDEF
(237,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7577; }

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

This text font color is #6B7577.


Background Color

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

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

This div background color is #6B7577.


Border color

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

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

This div border color is #6B7577.


Opacity

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

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

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

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

This text has shadow with #6B7577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7577 on black background.


Color preview on white background

This text has color #6B7577 on white background.



Black color preview on #6B7577 background

This text has black color on #6B7577 background.


White color preview on #6B7577 background

This text has white color on #6B7577 background.