COLOR #715770

HEX: #715770
RGB: (113,87,112)

Color info

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

RGB color model

#715770 color RGB value is (113,87,112).

  • red value is 113;
  • green value is 87;
  • blue value is 112.
RGB:
(113,87,112)
(44%,34%,44%)

RGB channels and saturation

R 113 of 255 = 44%
G 87 of 255 = 34%
B 112 of 255 = 44%

113
87
112

R + G + B ~ 41%. #715770 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 87 + 112 = 312 (100%)
R 113 of 312 ~ 36.22%
G 87 of 312 ~ 27.88%
B 112 of 312 ~ 35.9%

%36.22
%27.88
%35.9

CMYK color model

#715770 color CMYK value is (0,23,1,56).

  • cyan value is 0.00%
  • magenta value is 23.01%
  • yellow value is 0.88%
  • key color value is 55.69%
CMYK:
(0,23,1,56)
C0M23Y1K56 
(0%,23%,1%,56%)
(0.00/0.23/0.01/0.56)	

CMYK percentages

%0
%23.01
%0.88
%55.69

Codes

Color #715770 in popluar color models

715770
RGB11387112
HSL302°13.00%39.22%
HSB/HSV302°23.01%44.31%
CMYK0.00%23.01%0.88%
55.69%

Color #715770 in popluar number systems.

HEX715770
Decimal11387112
Binary111000110101111110000
Octal161127160

Shades and tints

Shades of #715770

#715770
(113,87,112)
#675066
(103,80,102)
#5D495C
(93,73,92)
#534252
(83,66,82)
#493B48
(73,59,72)
#3F343E
(63,52,62)
#352D34
(53,45,52)
#2B262A
(43,38,42)
#211F20
(33,31,32)
#171816
(23,24,22)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #715770

#715770
(113,87,112)
#7D667D
(125,102,125)
#89758A
(137,117,138)
#958497
(149,132,151)
#A193A4
(161,147,164)
#ADA2B1
(173,162,177)
#B9B1BE
(185,177,190)
#C5C0CB
(197,192,203)
#D1CFD8
(209,207,216)
#DDDEE5
(221,222,229)
#E9EDF2
(233,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715770 color. Also use rgb(113,87,112) instead hex code.

Text Font Color

.myTextColor { color: #715770; }

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

This text font color is #715770.


Background Color

.myBgColor { background-color: #715770; }

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

This div background color is #715770.


Border color

.myBorderColor { border: 1px solid #715770; }

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

This div border color is #715770.


Opacity

.myOpacity80 { color: #715770; opacity: 0.8; }

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

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

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

This text has shadow with #715770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715770 on black background.


Color preview on white background

This text has color #715770 on white background.



Black color preview on #715770 background

This text has black color on #715770 background.


White color preview on #715770 background

This text has white color on #715770 background.