COLOR #775C66

HEX: #775C66
RGB: (119,92,102)

Color info

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

RGB color model

#775C66 color RGB value is (119,92,102).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 102 of 255 = 40%

119
92
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 102 = 313 (100%)
R 119 of 313 ~ 38.02%
G 92 of 313 ~ 29.39%
B 102 of 313 ~ 32.59%

%38.02
%29.39
%32.59

CMYK color model

#775C66 color CMYK value is (0,23,14,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(0,23,14,53)
C0M23Y14K53 
(0%,23%,14%,53%)
(0.00/0.23/0.14/0.53)	

CMYK percentages

%0
%22.69
%14.29
%53.33

Codes

Color #775C66 in popluar color models

775C66
RGB11992102
HSL338°12.80%41.37%
HSB/HSV338°22.69%46.67%
CMYK0.00%22.69%14.29%
53.33%

Color #775C66 in popluar number systems.

HEX775C66
Decimal11992102
Binary111011110111001100110
Octal167134146

Shades and tints

Shades of #775C66

#775C66
(119,92,102)
#6D545D
(109,84,93)
#634C54
(99,76,84)
#59444B
(89,68,75)
#4F3C42
(79,60,66)
#453439
(69,52,57)
#3B2C30
(59,44,48)
#312427
(49,36,39)
#271C1E
(39,28,30)
#1D1415
(29,20,21)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #775C66

#775C66
(119,92,102)
#836A73
(131,106,115)
#8F7880
(143,120,128)
#9B868D
(155,134,141)
#A7949A
(167,148,154)
#B3A2A7
(179,162,167)
#BFB0B4
(191,176,180)
#CBBEC1
(203,190,193)
#D7CCCE
(215,204,206)
#E3DADB
(227,218,219)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C66; }

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

This text font color is #775C66.


Background Color

.myBgColor { background-color: #775C66; }

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

This div background color is #775C66.


Border color

.myBorderColor { border: 1px solid #775C66; }

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

This div border color is #775C66.


Opacity

.myOpacity80 { color: #775C66; opacity: 0.8; }

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

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

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

This text has shadow with #775C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C66 on black background.


Color preview on white background

This text has color #775C66 on white background.



Black color preview on #775C66 background

This text has black color on #775C66 background.


White color preview on #775C66 background

This text has white color on #775C66 background.