COLOR #6C7766

HEX: #6C7766
RGB: (108,119,102)

Color info

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

RGB color model

#6C7766 color RGB value is (108,119,102).

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

RGB channels and saturation

R 108 of 255 = 42%
G 119 of 255 = 47%
B 102 of 255 = 40%

108
119
102

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

Portions of RGB colors in percentages

R + G + B =
108 + 119 + 102 = 329 (100%)
R 108 of 329 ~ 32.83%
G 119 of 329 ~ 36.17%
B 102 of 329 ~ 31%

%32.83
%36.17
%31

CMYK color model

#6C7766 color CMYK value is (9,0,14,53).

  • cyan value is 9.24%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(9,0,14,53)
C9M0Y14K53 
(9%,0%,14%,53%)
(0.09/0.00/0.14/0.53)	

CMYK percentages

%9.24
%0
%14.29
%53.33

Codes

Color #6C7766 in popluar color models

6C7766
RGB108119102
HSL99°7.69%43.33%
HSB/HSV99°14.29%46.67%
CMYK9.24%0.00%14.29%
53.33%

Color #6C7766 in popluar number systems.

HEX6C7766
Decimal108119102
Binary110110011101111100110
Octal154167146

Shades and tints

Shades of #6C7766

#6C7766
(108,119,102)
#636D5D
(99,109,93)
#5A6354
(90,99,84)
#51594B
(81,89,75)
#484F42
(72,79,66)
#3F4539
(63,69,57)
#363B30
(54,59,48)
#2D3127
(45,49,39)
#24271E
(36,39,30)
#1B1D15
(27,29,21)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #6C7766

#6C7766
(108,119,102)
#798373
(121,131,115)
#868F80
(134,143,128)
#939B8D
(147,155,141)
#A0A79A
(160,167,154)
#ADB3A7
(173,179,167)
#BABFB4
(186,191,180)
#C7CBC1
(199,203,193)
#D4D7CE
(212,215,206)
#E1E3DB
(225,227,219)
#EEEFE8
(238,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7766; }

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

This text font color is #6C7766.


Background Color

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

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

This div background color is #6C7766.


Border color

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

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

This div border color is #6C7766.


Opacity

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

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

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

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

This text has shadow with #6C7766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C7766 on black background.


Color preview on white background

This text has color #6C7766 on white background.



Black color preview on #6C7766 background

This text has black color on #6C7766 background.


White color preview on #6C7766 background

This text has white color on #6C7766 background.