COLOR #715A7D

HEX: #715A7D
RGB: (113,90,125)

Color info

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

RGB color model

#715A7D color RGB value is (113,90,125).

  • red value is 113;
  • green value is 90;
  • blue value is 125.
RGB:
(113,90,125)
(44%,35%,49%)

RGB channels and saturation

R 113 of 255 = 44%
G 90 of 255 = 35%
B 125 of 255 = 49%

113
90
125

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

Portions of RGB colors in percentages

R + G + B =
113 + 90 + 125 = 328 (100%)
R 113 of 328 ~ 34.45%
G 90 of 328 ~ 27.44%
B 125 of 328 ~ 38.11%

%34.45
%27.44
%38.11

CMYK color model

#715A7D color CMYK value is (10,28,0,51).

  • cyan value is 9.60%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,28,0,51)
C10M28Y0K51 
(10%,28%,0%,51%)
(0.10/0.28/0.00/0.51)	

CMYK percentages

%9.6
%28
%0
%50.98

Codes

Color #715A7D in popluar color models

715A7D
RGB11390125
HSL279°16.28%42.16%
HSB/HSV279°28.00%49.02%
CMYK9.60%28.00%0.00%
50.98%

Color #715A7D in popluar number systems.

HEX715A7D
Decimal11390125
Binary111000110110101111101
Octal161132175

Shades and tints

Shades of #715A7D

#715A7D
(113,90,125)
#675272
(103,82,114)
#5D4A67
(93,74,103)
#53425C
(83,66,92)
#493A51
(73,58,81)
#3F3246
(63,50,70)
#352A3B
(53,42,59)
#2B2230
(43,34,48)
#211A25
(33,26,37)
#17121A
(23,18,26)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #715A7D

#715A7D
(113,90,125)
#7D6988
(125,105,136)
#897893
(137,120,147)
#95879E
(149,135,158)
#A196A9
(161,150,169)
#ADA5B4
(173,165,180)
#B9B4BF
(185,180,191)
#C5C3CA
(197,195,202)
#D1D2D5
(209,210,213)
#DDE1E0
(221,225,224)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715A7D color. Also use rgb(113,90,125) instead hex code.

Text Font Color

.myTextColor { color: #715A7D; }

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

This text font color is #715A7D.


Background Color

.myBgColor { background-color: #715A7D; }

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

This div background color is #715A7D.


Border color

.myBorderColor { border: 1px solid #715A7D; }

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

This div border color is #715A7D.


Opacity

.myOpacity80 { color: #715A7D; opacity: 0.8; }

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

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

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

This text has shadow with #715A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715A7D on black background.


Color preview on white background

This text has color #715A7D on white background.



Black color preview on #715A7D background

This text has black color on #715A7D background.


White color preview on #715A7D background

This text has white color on #715A7D background.