COLOR #715E79

HEX: #715E79 RGB: (113,94,121)

Color info

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

RGB color model

#715E79 color RGB value is (113,94,121).

RGB: (113,94,121) (44%, 37%, 47%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 121 of 255 = 47%

113
94
121

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

Portions of RGB colors in percentages

R + G + B = 113 + 94 + 121 = 328 (100%)
R 113 of 328 ~ 34.45%
G 94 of 328 ~ 28.66%
B 121 of 328 ~ 36.89'%

%34.45
%28.66
%36.89

CMYK color model

#715E79 color CMYK value is (7,22,0,53).

  • cyan value is 6.61%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (7,22,0,53)
C7M22Y0K53 (7%, 22%, 0%, 53%)
(0.07 / 0.22 / 0.00 / 0.53)

CMYK percentages

%6.61
%22.31
%0
%52.55

Codes

Color #715E79 in popluar color models

71 5E 79
RGB 113 94 121
HSL 282° 12.56% 42.16%
HSB/HSV 282° 22.31% 47.45%
CMYK 6.61% 22.31% 0.00%
52.55%

Color #715E79 in popluar number systems.

HEX 71 5E 79
Decimal 113 94 121
Binary 1110001 1011110 1111001
Octal 161 136 171

Shades and tints

Shades of #715E79

#715E79
(113,94,121)
#67566E
(103,86,110)
#5D4E63
(93,78,99)
#534658
(83,70,88)
#493E4D
(73,62,77)
#3F3642
(63,54,66)
#352E37
(53,46,55)
#2B262C
(43,38,44)
#211E21
(33,30,33)
#171616
(23,22,22)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #715E79

#715E79
(113,94,121)
#7D6C85
(125,108,133)
#897A91
(137,122,145)
#95889D
(149,136,157)
#A196A9
(161,150,169)
#ADA4B5
(173,164,181)
#B9B2C1
(185,178,193)
#C5C0CD
(197,192,205)
#D1CED9
(209,206,217)
#DDDCE5
(221,220,229)
#E9EAF1
(233,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715E79; }

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

This text font color is #715E79.

Background Color

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

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

This div background color is #715E79.

Border color

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

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

This div border color is #715E79.

Opacity

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

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

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

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

This text has shadow with #715E79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715E79.

Preview

Color preview on black background

This text has color #715E79 on black background.


Color preview on white background

This text has color #715E79 on white background.


Black color preview on #715E79 background

This text has black color on #715E79 background.


White color preview on #715E79 background

This text has white color on #715E79 background.


Related colors

Complementary color

Complementary color for #hex is #8EA186.


I love getcolorcode.com

Triadic colors

1 #79715E and #5E7971 with #715E79 are triadic colors.

2 #795E71 and #5E7179 with #715E79 are triadic colors.