COLOR #775E71

HEX: #775E71
RGB: (119,94,113)

Color info

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

RGB color model

#775E71 color RGB value is (119,94,113).

  • red value is 119;
  • green value is 94;
  • blue value is 113.
RGB:
(119,94,113)
(47%,37%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 94 of 255 = 37%
B 113 of 255 = 44%

119
94
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 113 = 326 (100%)
R 119 of 326 ~ 36.5%
G 94 of 326 ~ 28.83%
B 113 of 326 ~ 34.66%

%36.5
%28.83
%34.66

CMYK color model

#775E71 color CMYK value is (0,21,5,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,21,5,53)
C0M21Y5K53 
(0%,21%,5%,53%)
(0.00/0.21/0.05/0.53)	

CMYK percentages

%0
%21.01
%5.04
%53.33

Codes

Color #775E71 in popluar color models

775E71
RGB11994113
HSL314°11.74%41.76%
HSB/HSV314°21.01%46.67%
CMYK0.00%21.01%5.04%
53.33%

Color #775E71 in popluar number systems.

HEX775E71
Decimal11994113
Binary111011110111101110001
Octal167136161

Shades and tints

Shades of #775E71

#775E71
(119,94,113)
#6D5667
(109,86,103)
#634E5D
(99,78,93)
#594653
(89,70,83)
#4F3E49
(79,62,73)
#45363F
(69,54,63)
#3B2E35
(59,46,53)
#31262B
(49,38,43)
#271E21
(39,30,33)
#1D1617
(29,22,23)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #775E71

#775E71
(119,94,113)
#836C7D
(131,108,125)
#8F7A89
(143,122,137)
#9B8895
(155,136,149)
#A796A1
(167,150,161)
#B3A4AD
(179,164,173)
#BFB2B9
(191,178,185)
#CBC0C5
(203,192,197)
#D7CED1
(215,206,209)
#E3DCDD
(227,220,221)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775E71 color. Also use rgb(119,94,113) instead hex code.

Text Font Color

.myTextColor { color: #775E71; }

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

This text font color is #775E71.


Background Color

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

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

This div background color is #775E71.


Border color

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

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

This div border color is #775E71.


Opacity

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

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

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

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

This text has shadow with #775E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E71 on black background.


Color preview on white background

This text has color #775E71 on white background.



Black color preview on #775E71 background

This text has black color on #775E71 background.


White color preview on #775E71 background

This text has white color on #775E71 background.