COLOR #666772

HEX: #666772
RGB: (102,103,114)

Color info

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

RGB color model

#666772 color RGB value is (102,103,114).

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

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 114 of 255 = 45%

102
103
114

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

Portions of RGB colors in percentages

R + G + B =
102 + 103 + 114 = 319 (100%)
R 102 of 319 ~ 31.97%
G 103 of 319 ~ 32.29%
B 114 of 319 ~ 35.74%

%31.97
%32.29
%35.74

CMYK color model

#666772 color CMYK value is (11,10,0,55).

  • cyan value is 10.53%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(11,10,0,55)
C11M10Y0K55 
(11%,10%,0%,55%)
(0.11/0.10/0.00/0.55)	

CMYK percentages

%10.53
%9.65
%0
%55.29

Codes

Color #666772 in popluar color models

666772
RGB102103114
HSL235°5.56%42.35%
HSB/HSV235°10.53%44.71%
CMYK10.53%9.65%0.00%
55.29%

Color #666772 in popluar number systems.

HEX666772
Decimal102103114
Binary110011011001111110010
Octal146147162

Shades and tints

Shades of #666772

#666772
(102,103,114)
#5D5E68
(93,94,104)
#54555E
(84,85,94)
#4B4C54
(75,76,84)
#42434A
(66,67,74)
#393A40
(57,58,64)
#303136
(48,49,54)
#27282C
(39,40,44)
#1E1F22
(30,31,34)
#151618
(21,22,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #666772

#666772
(102,103,114)
#73747E
(115,116,126)
#80818A
(128,129,138)
#8D8E96
(141,142,150)
#9A9BA2
(154,155,162)
#A7A8AE
(167,168,174)
#B4B5BA
(180,181,186)
#C1C2C6
(193,194,198)
#CECFD2
(206,207,210)
#DBDCDE
(219,220,222)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666772; }

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

This text font color is #666772.


Background Color

.myBgColor { background-color: #666772; }

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

This div background color is #666772.


Border color

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

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

This div border color is #666772.


Opacity

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

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

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

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

This text has shadow with #666772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666772 on black background.


Color preview on white background

This text has color #666772 on white background.



Black color preview on #666772 background

This text has black color on #666772 background.


White color preview on #666772 background

This text has white color on #666772 background.