COLOR #715C74

HEX: #715C74
RGB: (113,92,116)

Color info

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

RGB color model

#715C74 color RGB value is (113,92,116).

  • red value is 113;
  • green value is 92;
  • blue value is 116.
RGB:
(113,92,116)
(44%,36%,45%)

RGB channels and saturation

R 113 of 255 = 44%
G 92 of 255 = 36%
B 116 of 255 = 45%

113
92
116

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

Portions of RGB colors in percentages

R + G + B =
113 + 92 + 116 = 321 (100%)
R 113 of 321 ~ 35.2%
G 92 of 321 ~ 28.66%
B 116 of 321 ~ 36.14%

%35.2
%28.66
%36.14

CMYK color model

#715C74 color CMYK value is (3,21,0,55).

  • cyan value is 2.59%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(3,21,0,55)
C3M21Y0K55 
(3%,21%,0%,55%)
(0.03/0.21/0.00/0.55)	

CMYK percentages

%2.59
%20.69
%0
%54.51

Codes

Color #715C74 in popluar color models

715C74
RGB11392116
HSL293°11.54%40.78%
HSB/HSV293°20.69%45.49%
CMYK2.59%20.69%0.00%
54.51%

Color #715C74 in popluar number systems.

HEX715C74
Decimal11392116
Binary111000110111001110100
Octal161134164

Shades and tints

Shades of #715C74

#715C74
(113,92,116)
#67546A
(103,84,106)
#5D4C60
(93,76,96)
#534456
(83,68,86)
#493C4C
(73,60,76)
#3F3442
(63,52,66)
#352C38
(53,44,56)
#2B242E
(43,36,46)
#211C24
(33,28,36)
#17141A
(23,20,26)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #715C74

#715C74
(113,92,116)
#7D6A80
(125,106,128)
#89788C
(137,120,140)
#958698
(149,134,152)
#A194A4
(161,148,164)
#ADA2B0
(173,162,176)
#B9B0BC
(185,176,188)
#C5BEC8
(197,190,200)
#D1CCD4
(209,204,212)
#DDDAE0
(221,218,224)
#E9E8EC
(233,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #715C74 color. Also use rgb(113,92,116) instead hex code.

Text Font Color

.myTextColor { color: #715C74; }

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

This text font color is #715C74.


Background Color

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

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

This div background color is #715C74.


Border color

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

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

This div border color is #715C74.


Opacity

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

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

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

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

This text has shadow with #715C74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #715C74 on black background.


Color preview on white background

This text has color #715C74 on white background.



Black color preview on #715C74 background

This text has black color on #715C74 background.


White color preview on #715C74 background

This text has white color on #715C74 background.