COLOR #715B76

HEX: #715B76
RGB: (113,91,118)

Color info

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

RGB color model

#715B76 color RGB value is (113,91,118).

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

RGB channels and saturation

R 113 of 255 = 44%
G 91 of 255 = 36%
B 118 of 255 = 46%

113
91
118

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

Portions of RGB colors in percentages

R + G + B =
113 + 91 + 118 = 322 (100%)
R 113 of 322 ~ 35.09%
G 91 of 322 ~ 28.26%
B 118 of 322 ~ 36.65%

%35.09
%28.26
%36.65

CMYK color model

#715B76 color CMYK value is (4,23,0,54).

  • cyan value is 4.24%
  • magenta value is 22.88%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(4,23,0,54)
C4M23Y0K54 
(4%,23%,0%,54%)
(0.04/0.23/0.00/0.54)	

CMYK percentages

%4.24
%22.88
%0
%53.73

Codes

Color #715B76 in popluar color models

715B76
RGB11391118
HSL289°12.92%40.98%
HSB/HSV289°22.88%46.27%
CMYK4.24%22.88%0.00%
53.73%

Color #715B76 in popluar number systems.

HEX715B76
Decimal11391118
Binary111000110110111110110
Octal161133166

Shades and tints

Shades of #715B76

#715B76
(113,91,118)
#67536C
(103,83,108)
#5D4B62
(93,75,98)
#534358
(83,67,88)
#493B4E
(73,59,78)
#3F3344
(63,51,68)
#352B3A
(53,43,58)
#2B2330
(43,35,48)
#211B26
(33,27,38)
#17131C
(23,19,28)
#0D0B12
(13,11,18)
#000000
(0,0,0)

Tints of #715B76

#715B76
(113,91,118)
#7D6982
(125,105,130)
#89778E
(137,119,142)
#95859A
(149,133,154)
#A193A6
(161,147,166)
#ADA1B2
(173,161,178)
#B9AFBE
(185,175,190)
#C5BDCA
(197,189,202)
#D1CBD6
(209,203,214)
#DDD9E2
(221,217,226)
#E9E7EE
(233,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715B76; }

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

This text font color is #715B76.


Background Color

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

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

This div background color is #715B76.


Border color

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

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

This div border color is #715B76.


Opacity

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

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

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

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

This text has shadow with #715B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715B76 on black background.


Color preview on white background

This text has color #715B76 on white background.



Black color preview on #715B76 background

This text has black color on #715B76 background.


White color preview on #715B76 background

This text has white color on #715B76 background.