COLOR #775E70

HEX: #775E70
RGB: (119,94,112)

Color info

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

RGB color model

#775E70 color RGB value is (119,94,112).

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

RGB channels and saturation

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

119
94
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 94 + 112 = 325 (100%)
R 119 of 325 ~ 36.62%
G 94 of 325 ~ 28.92%
B 112 of 325 ~ 34.46%

%36.62
%28.92
%34.46

CMYK color model

#775E70 color CMYK value is (0,21,6,53).

  • cyan value is 0.00%
  • magenta value is 21.01%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,21,6,53)
C0M21Y6K53 
(0%,21%,6%,53%)
(0.00/0.21/0.06/0.53)	

CMYK percentages

%0
%21.01
%5.88
%53.33

Codes

Color #775E70 in popluar color models

775E70
RGB11994112
HSL317°11.74%41.76%
HSB/HSV317°21.01%46.67%
CMYK0.00%21.01%5.88%
53.33%

Color #775E70 in popluar number systems.

HEX775E70
Decimal11994112
Binary111011110111101110000
Octal167136160

Shades and tints

Shades of #775E70

#775E70
(119,94,112)
#6D5666
(109,86,102)
#634E5C
(99,78,92)
#594652
(89,70,82)
#4F3E48
(79,62,72)
#45363E
(69,54,62)
#3B2E34
(59,46,52)
#31262A
(49,38,42)
#271E20
(39,30,32)
#1D1616
(29,22,22)
#130E0C
(19,14,12)
#000000
(0,0,0)

Tints of #775E70

#775E70
(119,94,112)
#836C7D
(131,108,125)
#8F7A8A
(143,122,138)
#9B8897
(155,136,151)
#A796A4
(167,150,164)
#B3A4B1
(179,164,177)
#BFB2BE
(191,178,190)
#CBC0CB
(203,192,203)
#D7CED8
(215,206,216)
#E3DCE5
(227,220,229)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775E70; }

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

This text font color is #775E70.


Background Color

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

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

This div background color is #775E70.


Border color

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

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

This div border color is #775E70.


Opacity

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

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

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

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

This text has shadow with #775E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775E70 on black background.


Color preview on white background

This text has color #775E70 on white background.



Black color preview on #775E70 background

This text has black color on #775E70 background.


White color preview on #775E70 background

This text has white color on #775E70 background.