COLOR #775C73

HEX: #775C73
RGB: (119,92,115)

Color info

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

RGB color model

#775C73 color RGB value is (119,92,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 115 of 255 = 45%

119
92
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 115 = 326 (100%)
R 119 of 326 ~ 36.5%
G 92 of 326 ~ 28.22%
B 115 of 326 ~ 35.28%

%36.5
%28.22
%35.28

CMYK color model

#775C73 color CMYK value is (0,23,3,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,23,3,53)
C0M23Y3K53 
(0%,23%,3%,53%)
(0.00/0.23/0.03/0.53)	

CMYK percentages

%0
%22.69
%3.36
%53.33

Codes

Color #775C73 in popluar color models

775C73
RGB11992115
HSL309°12.80%41.37%
HSB/HSV309°22.69%46.67%
CMYK0.00%22.69%3.36%
53.33%

Color #775C73 in popluar number systems.

HEX775C73
Decimal11992115
Binary111011110111001110011
Octal167134163

Shades and tints

Shades of #775C73

#775C73
(119,92,115)
#6D5469
(109,84,105)
#634C5F
(99,76,95)
#594455
(89,68,85)
#4F3C4B
(79,60,75)
#453441
(69,52,65)
#3B2C37
(59,44,55)
#31242D
(49,36,45)
#271C23
(39,28,35)
#1D1419
(29,20,25)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #775C73

#775C73
(119,92,115)
#836A7F
(131,106,127)
#8F788B
(143,120,139)
#9B8697
(155,134,151)
#A794A3
(167,148,163)
#B3A2AF
(179,162,175)
#BFB0BB
(191,176,187)
#CBBEC7
(203,190,199)
#D7CCD3
(215,204,211)
#E3DADF
(227,218,223)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C73; }

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

This text font color is #775C73.


Background Color

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

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

This div background color is #775C73.


Border color

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

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

This div border color is #775C73.


Opacity

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

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

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

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

This text has shadow with #775C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C73 on black background.


Color preview on white background

This text has color #775C73 on white background.



Black color preview on #775C73 background

This text has black color on #775C73 background.


White color preview on #775C73 background

This text has white color on #775C73 background.