COLOR #6B7757

HEX: #6B7757
RGB: (107,119,87)

Color info

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

RGB color model

#6B7757 color RGB value is (107,119,87).

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

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 87 of 255 = 34%

107
119
87

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 87 = 313 (100%)
R 107 of 313 ~ 34.19%
G 119 of 313 ~ 38.02%
B 87 of 313 ~ 27.8%

%34.19
%38.02
%27.8

CMYK color model

#6B7757 color CMYK value is (10,0,27,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 53.33%
CMYK:
(10,0,27,53)
C10M0Y27K53 
(10%,0%,27%,53%)
(0.10/0.00/0.27/0.53)	

CMYK percentages

%10.08
%0
%26.89
%53.33

Codes

Color #6B7757 in popluar color models

6B7757
RGB10711987
HSL83°15.53%40.39%
HSB/HSV83°26.89%46.67%
CMYK10.08%0.00%26.89%
53.33%

Color #6B7757 in popluar number systems.

HEX6B7757
Decimal10711987
Binary110101111101111010111
Octal153167127

Shades and tints

Shades of #6B7757

#6B7757
(107,119,87)
#626D50
(98,109,80)
#596349
(89,99,73)
#505942
(80,89,66)
#474F3B
(71,79,59)
#3E4534
(62,69,52)
#353B2D
(53,59,45)
#2C3126
(44,49,38)
#23271F
(35,39,31)
#1A1D18
(26,29,24)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6B7757

#6B7757
(107,119,87)
#788366
(120,131,102)
#858F75
(133,143,117)
#929B84
(146,155,132)
#9FA793
(159,167,147)
#ACB3A2
(172,179,162)
#B9BFB1
(185,191,177)
#C6CBC0
(198,203,192)
#D3D7CF
(211,215,207)
#E0E3DE
(224,227,222)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7757; }

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

This text font color is #6B7757.


Background Color

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

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

This div background color is #6B7757.


Border color

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

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

This div border color is #6B7757.


Opacity

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

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

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

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

This text has shadow with #6B7757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7757 on black background.


Color preview on white background

This text has color #6B7757 on white background.



Black color preview on #6B7757 background

This text has black color on #6B7757 background.


White color preview on #6B7757 background

This text has white color on #6B7757 background.