COLOR #775C70

HEX: #775C70
RGB: (119,92,112)

Color info

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

RGB color model

#775C70 color RGB value is (119,92,112).

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

RGB channels and saturation

R 119 of 255 = 47%
G 92 of 255 = 36%
B 112 of 255 = 44%

119
92
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 92 + 112 = 323 (100%)
R 119 of 323 ~ 36.84%
G 92 of 323 ~ 28.48%
B 112 of 323 ~ 34.67%

%36.84
%28.48
%34.67

CMYK color model

#775C70 color CMYK value is (0,23,6,53).

  • cyan value is 0.00%
  • magenta value is 22.69%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,23,6,53)
C0M23Y6K53 
(0%,23%,6%,53%)
(0.00/0.23/0.06/0.53)	

CMYK percentages

%0
%22.69
%5.88
%53.33

Codes

Color #775C70 in popluar color models

775C70
RGB11992112
HSL316°12.80%41.37%
HSB/HSV316°22.69%46.67%
CMYK0.00%22.69%5.88%
53.33%

Color #775C70 in popluar number systems.

HEX775C70
Decimal11992112
Binary111011110111001110000
Octal167134160

Shades and tints

Shades of #775C70

#775C70
(119,92,112)
#6D5466
(109,84,102)
#634C5C
(99,76,92)
#594452
(89,68,82)
#4F3C48
(79,60,72)
#45343E
(69,52,62)
#3B2C34
(59,44,52)
#31242A
(49,36,42)
#271C20
(39,28,32)
#1D1416
(29,20,22)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #775C70

#775C70
(119,92,112)
#836A7D
(131,106,125)
#8F788A
(143,120,138)
#9B8697
(155,134,151)
#A794A4
(167,148,164)
#B3A2B1
(179,162,177)
#BFB0BE
(191,176,190)
#CBBECB
(203,190,203)
#D7CCD8
(215,204,216)
#E3DAE5
(227,218,229)
#EFE8F2
(239,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775C70; }

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

This text font color is #775C70.


Background Color

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

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

This div background color is #775C70.


Border color

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

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

This div border color is #775C70.


Opacity

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

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

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

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

This text has shadow with #775C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775C70 on black background.


Color preview on white background

This text has color #775C70 on white background.



Black color preview on #775C70 background

This text has black color on #775C70 background.


White color preview on #775C70 background

This text has white color on #775C70 background.