COLOR #775A6F

HEX: #775A6F
RGB: (119,90,111)

Color info

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

RGB color model

#775A6F color RGB value is (119,90,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 90 of 255 = 35%
B 111 of 255 = 44%

119
90
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 90 + 111 = 320 (100%)
R 119 of 320 ~ 37.19%
G 90 of 320 ~ 28.13%
B 111 of 320 ~ 34.69%

%37.19
%28.13
%34.69

CMYK color model

#775A6F color CMYK value is (0,24,7,53).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,24,7,53)
C0M24Y7K53 
(0%,24%,7%,53%)
(0.00/0.24/0.07/0.53)	

CMYK percentages

%0
%24.37
%6.72
%53.33

Codes

Color #775A6F in popluar color models

775A6F
RGB11990111
HSL317°13.88%40.98%
HSB/HSV317°24.37%46.67%
CMYK0.00%24.37%6.72%
53.33%

Color #775A6F in popluar number systems.

HEX775A6F
Decimal11990111
Binary111011110110101101111
Octal167132157

Shades and tints

Shades of #775A6F

#775A6F
(119,90,111)
#6D5265
(109,82,101)
#634A5B
(99,74,91)
#594251
(89,66,81)
#4F3A47
(79,58,71)
#45323D
(69,50,61)
#3B2A33
(59,42,51)
#312229
(49,34,41)
#271A1F
(39,26,31)
#1D1215
(29,18,21)
#130A0B
(19,10,11)
#000000
(0,0,0)

Tints of #775A6F

#775A6F
(119,90,111)
#83697C
(131,105,124)
#8F7889
(143,120,137)
#9B8796
(155,135,150)
#A796A3
(167,150,163)
#B3A5B0
(179,165,176)
#BFB4BD
(191,180,189)
#CBC3CA
(203,195,202)
#D7D2D7
(215,210,215)
#E3E1E4
(227,225,228)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775A6F; }

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

This text font color is #775A6F.


Background Color

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

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

This div background color is #775A6F.


Border color

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

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

This div border color is #775A6F.


Opacity

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

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

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

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

This text has shadow with #775A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A6F on black background.


Color preview on white background

This text has color #775A6F on white background.



Black color preview on #775A6F background

This text has black color on #775A6F background.


White color preview on #775A6F background

This text has white color on #775A6F background.