COLOR #715F72

HEX: #715F72 RGB: (113,95,114)

Color info

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

RGB color model

#715F72 color RGB value is (113,95,114).

RGB: (113,95,114) (44%, 37%, 45%)

RGB channels and saturation

R 113 of 255 = 44%
G 95 of 255 = 37%
B 114 of 255 = 45%

113
95
114

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

Portions of RGB colors in percentages

R + G + B = 113 + 95 + 114 = 322 (100%)
R 113 of 322 ~ 35.09%
G 95 of 322 ~ 29.5%
B 114 of 322 ~ 35.4'%

%35.09
%29.5
%35.4

CMYK color model

#715F72 color CMYK value is (1,17,0,55).

  • cyan value is 0.88%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (1,17,0,55)
C1M17Y0K55 (1%, 17%, 0%, 55%)
(0.01 / 0.17 / 0.00 / 0.55)

CMYK percentages

%0.88
%16.67
%0
%55.29

Codes

Color #715F72 in popluar color models

71 5F 72
RGB 113 95 114
HSL 297° 9.09% 40.98%
HSB/HSV 297° 16.67% 44.71%
CMYK 0.88% 16.67% 0.00%
55.29%

Color #715F72 in popluar number systems.

HEX 71 5F 72
Decimal 113 95 114
Binary 1110001 1011111 1110010
Octal 161 137 162

Shades and tints

Shades of #715F72

#715F72
(113,95,114)
#675768
(103,87,104)
#5D4F5E
(93,79,94)
#534754
(83,71,84)
#493F4A
(73,63,74)
#3F3740
(63,55,64)
#352F36
(53,47,54)
#2B272C
(43,39,44)
#211F22
(33,31,34)
#171718
(23,23,24)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #715F72

#715F72
(113,95,114)
#7D6D7E
(125,109,126)
#897B8A
(137,123,138)
#958996
(149,137,150)
#A197A2
(161,151,162)
#ADA5AE
(173,165,174)
#B9B3BA
(185,179,186)
#C5C1C6
(197,193,198)
#D1CFD2
(209,207,210)
#DDDDDE
(221,221,222)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715F72 color. Also use rgb(113,95,114) instead hex code.

Text Font Color

.myTextColor { color: #715F72; }

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

This text font color is #715F72.

Background Color

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

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

This div background color is #715F72.

Border color

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

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

This div border color is #715F72.

Opacity

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

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

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

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

This text has shadow with #715F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #715F72.

Preview

Color preview on black background

This text has color #715F72 on black background.


Color preview on white background

This text has color #715F72 on white background.


Black color preview on #715F72 background

This text has black color on #715F72 background.


White color preview on #715F72 background

This text has white color on #715F72 background.


Related colors

Complementary color

Complementary color for #hex is #8EA08D.


I love getcolorcode.com

Triadic colors

1 #72715F and #5F7271 with #715F72 are triadic colors.

2 #725F71 and #5F7172 with #715F72 are triadic colors.