COLOR #715076

HEX: #715076
RGB: (113,80,118)

Color info

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

RGB color model

#715076 color RGB value is (113,80,118).

  • red value is 113;
  • green value is 80;
  • blue value is 118.
RGB:
(113,80,118)
(44%,31%,46%)

RGB channels and saturation

R 113 of 255 = 44%
G 80 of 255 = 31%
B 118 of 255 = 46%

113
80
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 80 + 118 = 311 (100%)
R 113 of 311 ~ 36.33%
G 80 of 311 ~ 25.72%
B 118 of 311 ~ 37.94%

%36.33
%25.72
%37.94

CMYK color model

#715076 color CMYK value is (4,32,0,54).

  • cyan value is 4.24%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,32,0,54)
C4M32Y0K54 
(4%,32%,0%,54%)
(0.04/0.32/0.00/0.54)	

CMYK percentages

%4.24
%32.2
%0
%53.73

Codes

Color #715076 in popluar color models

715076
RGB11380118
HSL292°19.19%38.82%
HSB/HSV292°32.20%46.27%
CMYK4.24%32.20%0.00%
53.73%

Color #715076 in popluar number systems.

HEX715076
Decimal11380118
Binary111000110100001110110
Octal161120166

Shades and tints

Shades of #715076

#715076
(113,80,118)
#67496C
(103,73,108)
#5D4262
(93,66,98)
#533B58
(83,59,88)
#49344E
(73,52,78)
#3F2D44
(63,45,68)
#35263A
(53,38,58)
#2B1F30
(43,31,48)
#211826
(33,24,38)
#17111C
(23,17,28)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #715076

#715076
(113,80,118)
#7D5F82
(125,95,130)
#896E8E
(137,110,142)
#957D9A
(149,125,154)
#A18CA6
(161,140,166)
#AD9BB2
(173,155,178)
#B9AABE
(185,170,190)
#C5B9CA
(197,185,202)
#D1C8D6
(209,200,214)
#DDD7E2
(221,215,226)
#E9E6EE
(233,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715076 color. Also use rgb(113,80,118) instead hex code.

Text Font Color

.myTextColor { color: #715076; }

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

This text font color is #715076.


Background Color

.myBgColor { background-color: #715076; }

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

This div background color is #715076.


Border color

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

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

This div border color is #715076.


Opacity

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

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

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

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

This text has shadow with #715076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715076 on black background.


Color preview on white background

This text has color #715076 on white background.



Black color preview on #715076 background

This text has black color on #715076 background.


White color preview on #715076 background

This text has white color on #715076 background.