COLOR #6C7772

HEX: #6C7772
RGB: (108,119,114)

Color info

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

RGB color model

#6C7772 color RGB value is (108,119,114).

  • red value is 108;
  • green value is 119;
  • blue value is 114.
RGB:
(108,119,114)
(42%,47%,45%)

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 114 of 255 = 45%

108
119
114

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 114 = 341 (100%)
R 108 of 341 ~ 31.67%
G 119 of 341 ~ 34.9%
B 114 of 341 ~ 33.43%

%31.67
%34.9
%33.43

CMYK color model

#6C7772 color CMYK value is (9,0,4,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(9,0,4,53)
C9M0Y4K53 
(9%,0%,4%,53%)
(0.09/0.00/0.04/0.53)	

CMYK percentages

%9.24
%0
%4.2
%53.33

Codes

Color #6C7772 in popluar color models

6C7772
RGB108119114
HSL153°4.85%44.51%
HSB/HSV153°9.24%46.67%
CMYK9.24%0.00%4.20%
53.33%

Color #6C7772 in popluar number systems.

HEX6C7772
Decimal108119114
Binary110110011101111110010
Octal154167162

Shades and tints

Shades of #6C7772

#6C7772
(108,119,114)
#636D68
(99,109,104)
#5A635E
(90,99,94)
#515954
(81,89,84)
#484F4A
(72,79,74)
#3F4540
(63,69,64)
#363B36
(54,59,54)
#2D312C
(45,49,44)
#242722
(36,39,34)
#1B1D18
(27,29,24)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #6C7772

#6C7772
(108,119,114)
#79837E
(121,131,126)
#868F8A
(134,143,138)
#939B96
(147,155,150)
#A0A7A2
(160,167,162)
#ADB3AE
(173,179,174)
#BABFBA
(186,191,186)
#C7CBC6
(199,203,198)
#D4D7D2
(212,215,210)
#E1E3DE
(225,227,222)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C7772 color. Also use rgb(108,119,114) instead hex code.

Text Font Color

.myTextColor { color: #6C7772; }

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

This text font color is #6C7772.


Background Color

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

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

This div background color is #6C7772.


Border color

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

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

This div border color is #6C7772.


Opacity

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

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

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

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

This text has shadow with #6C7772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7772 on black background.


Color preview on white background

This text has color #6C7772 on white background.



Black color preview on #6C7772 background

This text has black color on #6C7772 background.


White color preview on #6C7772 background

This text has white color on #6C7772 background.