COLOR #715E75

HEX: #715E75 RGB: (113,94,117)

Color info

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

RGB color model

#715E75 color RGB value is (113,94,117).

RGB: (113,94,117) (44%, 37%, 46%)

RGB channels and saturation

R 113 of 255 = 44%
G 94 of 255 = 37%
B 117 of 255 = 46%

113
94
117

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

Portions of RGB colors in percentages

R + G + B = 113 + 94 + 117 = 324 (100%)
R 113 of 324 ~ 34.88%
G 94 of 324 ~ 29.01%
B 117 of 324 ~ 36.11'%

%34.88
%29.01
%36.11

CMYK color model

#715E75 color CMYK value is (3,20,0,54).

  • cyan value is 3.42%
  • magenta value is 19.66%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (3,20,0,54)
C3M20Y0K54 (3%, 20%, 0%, 54%)
(0.03 / 0.20 / 0.00 / 0.54)

CMYK percentages

%3.42
%19.66
%0
%54.12

Codes

Color #715E75 in popluar color models

71 5E 75
RGB 113 94 117
HSL 290° 10.90% 41.37%
HSB/HSV 290° 19.66% 45.88%
CMYK 3.42% 19.66% 0.00%
54.12%

Color #715E75 in popluar number systems.

HEX 71 5E 75
Decimal 113 94 117
Binary 1110001 1011110 1110101
Octal 161 136 165

Shades and tints

Shades of #715E75

#715E75
(113,94,117)
#67566B
(103,86,107)
#5D4E61
(93,78,97)
#534657
(83,70,87)
#493E4D
(73,62,77)
#3F3643
(63,54,67)
#352E39
(53,46,57)
#2B262F
(43,38,47)
#211E25
(33,30,37)
#17161B
(23,22,27)
#0D0E11
(13,14,17)
#000000
(0,0,0)

Tints of #715E75

#715E75
(113,94,117)
#7D6C81
(125,108,129)
#897A8D
(137,122,141)
#958899
(149,136,153)
#A196A5
(161,150,165)
#ADA4B1
(173,164,177)
#B9B2BD
(185,178,189)
#C5C0C9
(197,192,201)
#D1CED5
(209,206,213)
#DDDCE1
(221,220,225)
#E9EAED
(233,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #715E75; }

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

This text font color is #715E75.

Background Color

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

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

This div background color is #715E75.

Border color

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

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

This div border color is #715E75.

Opacity

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

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

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

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

This text has shadow with #715E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715E75.

Preview

Color preview on black background

This text has color #715E75 on black background.


Color preview on white background

This text has color #715E75 on white background.


Black color preview on #715E75 background

This text has black color on #715E75 background.


White color preview on #715E75 background

This text has white color on #715E75 background.


Related colors

Complementary color

Complementary color for #hex is #8EA18A.


I love getcolorcode.com

Triadic colors

1 #75715E and #5E7571 with #715E75 are triadic colors.

2 #755E71 and #5E7175 with #715E75 are triadic colors.