COLOR #775A73

HEX: #775A73
RGB: (119,90,115)

Color info

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

RGB color model

#775A73 color RGB value is (119,90,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 115 of 255 = 45%

119
90
115

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

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 115 = 324 (100%)
R 119 of 324 ~ 36.73%
G 90 of 324 ~ 27.78%
B 115 of 324 ~ 35.49%

%36.73
%27.78
%35.49

CMYK color model

#775A73 color CMYK value is (0,24,3,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 3.36%
  • key color value is 53.33%
CMYK:
(0,24,3,53)
C0M24Y3K53 
(0%,24%,3%,53%)
(0.00/0.24/0.03/0.53)	

CMYK percentages

%0
%24.37
%3.36
%53.33

Codes

Color #775A73 in popluar color models

775A73
RGB11990115
HSL308°13.88%40.98%
HSB/HSV308°24.37%46.67%
CMYK0.00%24.37%3.36%
53.33%

Color #775A73 in popluar number systems.

HEX775A73
Decimal11990115
Binary111011110110101110011
Octal167132163

Shades and tints

Shades of #775A73

#775A73
(119,90,115)
#6D5269
(109,82,105)
#634A5F
(99,74,95)
#594255
(89,66,85)
#4F3A4B
(79,58,75)
#453241
(69,50,65)
#3B2A37
(59,42,55)
#31222D
(49,34,45)
#271A23
(39,26,35)
#1D1219
(29,18,25)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #775A73

#775A73
(119,90,115)
#83697F
(131,105,127)
#8F788B
(143,120,139)
#9B8797
(155,135,151)
#A796A3
(167,150,163)
#B3A5AF
(179,165,175)
#BFB4BB
(191,180,187)
#CBC3C7
(203,195,199)
#D7D2D3
(215,210,211)
#E3E1DF
(227,225,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A73; }

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

This text font color is #775A73.


Background Color

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

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

This div background color is #775A73.


Border color

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

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

This div border color is #775A73.


Opacity

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

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

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

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

This text has shadow with #775A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A73 on black background.


Color preview on white background

This text has color #775A73 on white background.



Black color preview on #775A73 background

This text has black color on #775A73 background.


White color preview on #775A73 background

This text has white color on #775A73 background.