COLOR #71728B

HEX: #71728B
RGB: (113,114,139)

Color info

#71728B contains red, green and blue colors in about the same proportion. Web safe color of #71728B is #666699 (or #669).

RGB color model

#71728B color RGB value is (113,114,139).

  • red value is 113;
  • green value is 114;
  • blue value is 139.
RGB:
(113,114,139)
(44%,45%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 139 of 255 = 55%

113
114
139

R + G + B ~ 48%. #71728B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 139 = 366 (100%)
R 113 of 366 ~ 30.87%
G 114 of 366 ~ 31.15%
B 139 of 366 ~ 37.98%

%30.87
%31.15
%37.98

CMYK color model

#71728B color CMYK value is (19,18,0,45).

  • cyan value is 18.71%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(19,18,0,45)
C19M18Y0K45 
(19%,18%,0%,45%)
(0.19/0.18/0.00/0.45)	

CMYK percentages

%18.71
%17.99
%0
%45.49

Codes

Color #71728B in popluar color models

71728B
RGB113114139
HSL238°10.32%49.41%
HSB/HSV238°18.71%54.51%
CMYK18.71%17.99%0.00%
45.49%

Color #71728B in popluar number systems.

HEX71728B
Decimal113114139
Binary1110001111001010001011
Octal161162213

Shades and tints

Shades of #71728B

#71728B
(113,114,139)
#67687F
(103,104,127)
#5D5E73
(93,94,115)
#535467
(83,84,103)
#494A5B
(73,74,91)
#3F404F
(63,64,79)
#353643
(53,54,67)
#2B2C37
(43,44,55)
#21222B
(33,34,43)
#17181F
(23,24,31)
#0D0E13
(13,14,19)
#000000
(0,0,0)

Tints of #71728B

#71728B
(113,114,139)
#7D7E95
(125,126,149)
#898A9F
(137,138,159)
#9596A9
(149,150,169)
#A1A2B3
(161,162,179)
#ADAEBD
(173,174,189)
#B9BAC7
(185,186,199)
#C5C6D1
(197,198,209)
#D1D2DB
(209,210,219)
#DDDEE5
(221,222,229)
#E9EAEF
(233,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71728B color. Also use rgb(113,114,139) instead hex code.

Text Font Color

.myTextColor { color: #71728B; }

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

This text font color is #71728B.


Background Color

.myBgColor { background-color: #71728B; }

<div style="background-color:#71728B">Inner text</div>

This div background color is #71728B.


Border color

.myBorderColor { border: 1px solid #71728B; }

<div style="border:3px solid #71728B">Div</div>

This div border color is #71728B.


Opacity

.myOpacity80 { color: #71728B; opacity: 0.8; }

<p style="color:#71728B;opacity:0.8;">80%</p>

Text with #71728B 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 #71728B;}

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

This text has shadow with #71728B color.

.textShadow {text-shadow: 3px 3px 1px #71728B, 3px 3px 1px red;}

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

This text has shadow with #71728B primary color and red secondary color.


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

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

This text has shadow with #71728B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71728B on black background.


Color preview on white background

This text has color #71728B on white background.



Black color preview on #71728B background

This text has black color on #71728B background.


White color preview on #71728B background

This text has white color on #71728B background.