COLOR #715E7A

HEX: #715E7A
RGB: (113,94,122)

Color info

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

RGB color model

#715E7A color RGB value is (113,94,122).

  • red value is 113;
  • green value is 94;
  • blue value is 122.
RGB:
(113,94,122)
(44%,37%,48%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 122 of 255 = 48%

113
94
122

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

Portions of RGB colors in percentages

R + G + B =
113 + 94 + 122 = 329 (100%)
R 113 of 329 ~ 34.35%
G 94 of 329 ~ 28.57%
B 122 of 329 ~ 37.08%

%34.35
%28.57
%37.08

CMYK color model

#715E7A color CMYK value is (7,23,0,52).

  • cyan value is 7.38%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(7,23,0,52)
C7M23Y0K52 
(7%,23%,0%,52%)
(0.07/0.23/0.00/0.52)	

CMYK percentages

%7.38
%22.95
%0
%52.16

Codes

Color #715E7A in popluar color models

715E7A
RGB11394122
HSL281°12.96%42.35%
HSB/HSV281°22.95%47.84%
CMYK7.38%22.95%0.00%
52.16%

Color #715E7A in popluar number systems.

HEX715E7A
Decimal11394122
Binary111000110111101111010
Octal161136172

Shades and tints

Shades of #715E7A

#715E7A
(113,94,122)
#67566F
(103,86,111)
#5D4E64
(93,78,100)
#534659
(83,70,89)
#493E4E
(73,62,78)
#3F3643
(63,54,67)
#352E38
(53,46,56)
#2B262D
(43,38,45)
#211E22
(33,30,34)
#171617
(23,22,23)
#0D0E0C
(13,14,12)
#000000
(0,0,0)

Tints of #715E7A

#715E7A
(113,94,122)
#7D6C86
(125,108,134)
#897A92
(137,122,146)
#95889E
(149,136,158)
#A196AA
(161,150,170)
#ADA4B6
(173,164,182)
#B9B2C2
(185,178,194)
#C5C0CE
(197,192,206)
#D1CEDA
(209,206,218)
#DDDCE6
(221,220,230)
#E9EAF2
(233,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715E7A color. Also use rgb(113,94,122) instead hex code.

Text Font Color

.myTextColor { color: #715E7A; }

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

This text font color is #715E7A.


Background Color

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

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

This div background color is #715E7A.


Border color

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

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

This div border color is #715E7A.


Opacity

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

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

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

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

This text has shadow with #715E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715E7A on black background.


Color preview on white background

This text has color #715E7A on white background.



Black color preview on #715E7A background

This text has black color on #715E7A background.


White color preview on #715E7A background

This text has white color on #715E7A background.