COLOR #667772

HEX: #667772
RGB: (102,119,114)

Color info

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

RGB color model

#667772 color RGB value is (102,119,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 114 of 255 = 45%

102
119
114

R + G + B ~ 44%. #667772 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 114 = 335 (100%)
R 102 of 335 ~ 30.45%
G 119 of 335 ~ 35.52%
B 114 of 335 ~ 34.03%

%30.45
%35.52
%34.03

CMYK color model

#667772 color CMYK value is (14,0,4,53).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 53.33%
CMYK:
(14,0,4,53)
C14M0Y4K53 
(14%,0%,4%,53%)
(0.14/0.00/0.04/0.53)	

CMYK percentages

%14.29
%0
%4.2
%53.33

Codes

Color #667772 in popluar color models

667772
RGB102119114
HSL162°7.69%43.33%
HSB/HSV162°14.29%46.67%
CMYK14.29%0.00%4.20%
53.33%

Color #667772 in popluar number systems.

HEX667772
Decimal102119114
Binary110011011101111110010
Octal146167162

Shades and tints

Shades of #667772

#667772
(102,119,114)
#5D6D68
(93,109,104)
#54635E
(84,99,94)
#4B5954
(75,89,84)
#424F4A
(66,79,74)
#394540
(57,69,64)
#303B36
(48,59,54)
#27312C
(39,49,44)
#1E2722
(30,39,34)
#151D18
(21,29,24)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #667772

#667772
(102,119,114)
#73837E
(115,131,126)
#808F8A
(128,143,138)
#8D9B96
(141,155,150)
#9AA7A2
(154,167,162)
#A7B3AE
(167,179,174)
#B4BFBA
(180,191,186)
#C1CBC6
(193,203,198)
#CED7D2
(206,215,210)
#DBE3DE
(219,227,222)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667772; }

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

This text font color is #667772.


Background Color

.myBgColor { background-color: #667772; }

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

This div background color is #667772.


Border color

.myBorderColor { border: 1px solid #667772; }

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

This div border color is #667772.


Opacity

.myOpacity80 { color: #667772; opacity: 0.8; }

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

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

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

This text has shadow with #667772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667772 on black background.


Color preview on white background

This text has color #667772 on white background.



Black color preview on #667772 background

This text has black color on #667772 background.


White color preview on #667772 background

This text has white color on #667772 background.