COLOR #665B76

HEX: #665B76
RGB: (102,91,118)

Color info

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

RGB color model

#665B76 color RGB value is (102,91,118).

  • red value is 102;
  • green value is 91;
  • blue value is 118.
RGB:
(102,91,118)
(40%,36%,46%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 118 of 255 = 46%

102
91
118

R + G + B ~ 41%. #665B76 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 118 = 311 (100%)
R 102 of 311 ~ 32.8%
G 91 of 311 ~ 29.26%
B 118 of 311 ~ 37.94%

%32.8
%29.26
%37.94

CMYK color model

#665B76 color CMYK value is (14,23,0,54).

  • cyan value is 13.56%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(14,23,0,54)
C14M23Y0K54 
(14%,23%,0%,54%)
(0.14/0.23/0.00/0.54)	

CMYK percentages

%13.56
%22.88
%0
%53.73

Codes

Color #665B76 in popluar color models

665B76
RGB10291118
HSL264°12.92%40.98%
HSB/HSV264°22.88%46.27%
CMYK13.56%22.88%0.00%
53.73%

Color #665B76 in popluar number systems.

HEX665B76
Decimal10291118
Binary110011010110111110110
Octal146133166

Shades and tints

Shades of #665B76

#665B76
(102,91,118)
#5D536C
(93,83,108)
#544B62
(84,75,98)
#4B4358
(75,67,88)
#423B4E
(66,59,78)
#393344
(57,51,68)
#302B3A
(48,43,58)
#272330
(39,35,48)
#1E1B26
(30,27,38)
#15131C
(21,19,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #665B76

#665B76
(102,91,118)
#736982
(115,105,130)
#80778E
(128,119,142)
#8D859A
(141,133,154)
#9A93A6
(154,147,166)
#A7A1B2
(167,161,178)
#B4AFBE
(180,175,190)
#C1BDCA
(193,189,202)
#CECBD6
(206,203,214)
#DBD9E2
(219,217,226)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665B76 color. Also use rgb(102,91,118) instead hex code.

Text Font Color

.myTextColor { color: #665B76; }

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

This text font color is #665B76.


Background Color

.myBgColor { background-color: #665B76; }

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

This div background color is #665B76.


Border color

.myBorderColor { border: 1px solid #665B76; }

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

This div border color is #665B76.


Opacity

.myOpacity80 { color: #665B76; opacity: 0.8; }

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

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

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

This text has shadow with #665B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B76 on black background.


Color preview on white background

This text has color #665B76 on white background.



Black color preview on #665B76 background

This text has black color on #665B76 background.


White color preview on #665B76 background

This text has white color on #665B76 background.