COLOR #775F70

HEX: #775F70
RGB: (119,95,112)

Color info

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

RGB color model

#775F70 color RGB value is (119,95,112).

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

RGB channels and saturation

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

119
95
112

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

Portions of RGB colors in percentages

R + G + B =
119 + 95 + 112 = 326 (100%)
R 119 of 326 ~ 36.5%
G 95 of 326 ~ 29.14%
B 112 of 326 ~ 34.36%

%36.5
%29.14
%34.36

CMYK color model

#775F70 color CMYK value is (0,20,6,53).

  • cyan value is 0.00%
  • magenta value is 20.17%
  • yellow value is 5.88%
  • key color value is 53.33%
CMYK:
(0,20,6,53)
C0M20Y6K53 
(0%,20%,6%,53%)
(0.00/0.20/0.06/0.53)	

CMYK percentages

%0
%20.17
%5.88
%53.33

Codes

Color #775F70 in popluar color models

775F70
RGB11995112
HSL318°11.21%41.96%
HSB/HSV318°20.17%46.67%
CMYK0.00%20.17%5.88%
53.33%

Color #775F70 in popluar number systems.

HEX775F70
Decimal11995112
Binary111011110111111110000
Octal167137160

Shades and tints

Shades of #775F70

#775F70
(119,95,112)
#6D5766
(109,87,102)
#634F5C
(99,79,92)
#594752
(89,71,82)
#4F3F48
(79,63,72)
#45373E
(69,55,62)
#3B2F34
(59,47,52)
#31272A
(49,39,42)
#271F20
(39,31,32)
#1D1716
(29,23,22)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #775F70

#775F70
(119,95,112)
#836D7D
(131,109,125)
#8F7B8A
(143,123,138)
#9B8997
(155,137,151)
#A797A4
(167,151,164)
#B3A5B1
(179,165,177)
#BFB3BE
(191,179,190)
#CBC1CB
(203,193,203)
#D7CFD8
(215,207,216)
#E3DDE5
(227,221,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775F70; }

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

This text font color is #775F70.


Background Color

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

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

This div background color is #775F70.


Border color

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

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

This div border color is #775F70.


Opacity

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

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

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

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

This text has shadow with #775F70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775F70 on black background.


Color preview on white background

This text has color #775F70 on white background.



Black color preview on #775F70 background

This text has black color on #775F70 background.


White color preview on #775F70 background

This text has white color on #775F70 background.