COLOR #6B7760

HEX: #6B7760 RGB: (107,119,96)

Color info

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

RGB color model

#6B7760 color RGB value is (107,119,96).

RGB: (107,119,96) (42%, 47%, 38%)

RGB channels and saturation

R 107 of 255 = 42%
G 119 of 255 = 47%
B 96 of 255 = 38%

107
119
96

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

Portions of RGB colors in percentages

R + G + B = 107 + 119 + 96 = 322 (100%)
R 107 of 322 ~ 33.23%
G 119 of 322 ~ 36.96%
B 96 of 322 ~ 29.81'%

%33.23
%36.96
%29.81

CMYK color model

#6B7760 color CMYK value is (10,0,19,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 19.33%
  • key color value is 53.33%
CMYK: (10,0,19,53) C10M0Y19K53 (10%,0%,19%,53%) (0.10/0.00/0.19/0.53) 

CMYK percentages

%10.08
%0
%19.33
%53.33

Codes

Color #6B7760 in popluar color models

6B 77 60
RGB 107 119 96
HSL 91° 10.70% 42.16%
HSB/HSV 91° 19.33% 46.67%
CMYK 10.08% 0.00% 19.33%
53.33%

Color #6B7760 in popluar number systems.

HEX 6B 77 60
Decimal 107 119 96
Binary 1101011 1110111 1100000
Octal 153 167 140

Shades and tints

Shades of #6B7760

#6B7760
(107,119,96)
#626D58
(98,109,88)
#596350
(89,99,80)
#505948
(80,89,72)
#474F40
(71,79,64)
#3E4538
(62,69,56)
#353B30
(53,59,48)
#2C3128
(44,49,40)
#232720
(35,39,32)
#1A1D18
(26,29,24)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #6B7760

#6B7760
(107,119,96)
#78836E
(120,131,110)
#858F7C
(133,143,124)
#929B8A
(146,155,138)
#9FA798
(159,167,152)
#ACB3A6
(172,179,166)
#B9BFB4
(185,191,180)
#C6CBC2
(198,203,194)
#D3D7D0
(211,215,208)
#E0E3DE
(224,227,222)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7760; }

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

This text font color is #6B7760.

Background Color

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

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

This div background color is #6B7760.

Border color

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

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

This div border color is #6B7760.

Opacity

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

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

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

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

This text has shadow with #6B7760 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7760.

Preview

Color preview on black background

This text has color #6B7760 on black background.


Color preview on white background

This text has color #6B7760 on white background.


Black color preview on #6B7760 background

This text has black color on #6B7760 background.


White color preview on #6B7760 background

This text has white color on #6B7760 background.


Related colors

Complementary color

Complementary color for #hex is #94889F.


I love getcolorcode.com

Triadic colors

1 #606B77 and #77606B with #6B7760 are triadic colors.

2 #60776B and #776B60 with #6B7760 are triadic colors.