COLOR #6B7762

HEX: #6B7762
RGB: (107,119,98)

Color info

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

RGB color model

#6B7762 color RGB value is (107,119,98).

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

RGB channels and saturation

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

107
119
98

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

Portions of RGB colors in percentages

R + G + B =
107 + 119 + 98 = 324 (100%)
R 107 of 324 ~ 33.02%
G 119 of 324 ~ 36.73%
B 98 of 324 ~ 30.25%

%33.02
%36.73
%30.25

CMYK color model

#6B7762 color CMYK value is (10,0,18,53).

  • cyan value is 10.08%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 53.33%
CMYK:
(10,0,18,53)
C10M0Y18K53 
(10%,0%,18%,53%)
(0.10/0.00/0.18/0.53)	

CMYK percentages

%10.08
%0
%17.65
%53.33

Codes

Color #6B7762 in popluar color models

6B7762
RGB10711998
HSL94°9.68%42.55%
HSB/HSV94°17.65%46.67%
CMYK10.08%0.00%17.65%
53.33%

Color #6B7762 in popluar number systems.

HEX6B7762
Decimal10711998
Binary110101111101111100010
Octal153167142

Shades and tints

Shades of #6B7762

#6B7762
(107,119,98)
#626D5A
(98,109,90)
#596352
(89,99,82)
#50594A
(80,89,74)
#474F42
(71,79,66)
#3E453A
(62,69,58)
#353B32
(53,59,50)
#2C312A
(44,49,42)
#232722
(35,39,34)
#1A1D1A
(26,29,26)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #6B7762

#6B7762
(107,119,98)
#788370
(120,131,112)
#858F7E
(133,143,126)
#929B8C
(146,155,140)
#9FA79A
(159,167,154)
#ACB3A8
(172,179,168)
#B9BFB6
(185,191,182)
#C6CBC4
(198,203,196)
#D3D7D2
(211,215,210)
#E0E3E0
(224,227,224)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7762; }

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

This text font color is #6B7762.


Background Color

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

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

This div background color is #6B7762.


Border color

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

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

This div border color is #6B7762.


Opacity

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

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

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

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

This text has shadow with #6B7762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B7762 on black background.


Color preview on white background

This text has color #6B7762 on white background.



Black color preview on #6B7762 background

This text has black color on #6B7762 background.


White color preview on #6B7762 background

This text has white color on #6B7762 background.