COLOR #71727D

HEX: #71727D
RGB: (113,114,125)

Color info

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

RGB color model

#71727D color RGB value is (113,114,125).

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

RGB channels and saturation

R 113 of 255 = 44%
G 114 of 255 = 45%
B 125 of 255 = 49%

113
114
125

R + G + B ~ 46%. #71727D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 114 + 125 = 352 (100%)
R 113 of 352 ~ 32.1%
G 114 of 352 ~ 32.39%
B 125 of 352 ~ 35.51%

%32.1
%32.39
%35.51

CMYK color model

#71727D color CMYK value is (10,9,0,51).

  • cyan value is 9.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(10,9,0,51)
C10M9Y0K51 
(10%,9%,0%,51%)
(0.10/0.09/0.00/0.51)	

CMYK percentages

%9.6
%8.8
%0
%50.98

Codes

Color #71727D in popluar color models

71727D
RGB113114125
HSL235°5.04%46.67%
HSB/HSV235°9.60%49.02%
CMYK9.60%8.80%0.00%
50.98%

Color #71727D in popluar number systems.

HEX71727D
Decimal113114125
Binary111000111100101111101
Octal161162175

Shades and tints

Shades of #71727D

#71727D
(113,114,125)
#676872
(103,104,114)
#5D5E67
(93,94,103)
#53545C
(83,84,92)
#494A51
(73,74,81)
#3F4046
(63,64,70)
#35363B
(53,54,59)
#2B2C30
(43,44,48)
#212225
(33,34,37)
#17181A
(23,24,26)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #71727D

#71727D
(113,114,125)
#7D7E88
(125,126,136)
#898A93
(137,138,147)
#95969E
(149,150,158)
#A1A2A9
(161,162,169)
#ADAEB4
(173,174,180)
#B9BABF
(185,186,191)
#C5C6CA
(197,198,202)
#D1D2D5
(209,210,213)
#DDDEE0
(221,222,224)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71727D color. Also use rgb(113,114,125) instead hex code.

Text Font Color

.myTextColor { color: #71727D; }

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

This text font color is #71727D.


Background Color

.myBgColor { background-color: #71727D; }

<div style="background-color:#71727D">Inner text</div>

This div background color is #71727D.


Border color

.myBorderColor { border: 1px solid #71727D; }

<div style="border:3px solid #71727D">Div</div>

This div border color is #71727D.


Opacity

.myOpacity80 { color: #71727D; opacity: 0.8; }

<p style="color:#71727D;opacity:0.8;">80%</p>

Text with #71727D 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 #71727D;}

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

This text has shadow with #71727D color.

.textShadow {text-shadow: 3px 3px 1px #71727D, 3px 3px 1px red;}

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

This text has shadow with #71727D primary color and red secondary color.


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

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

This text has shadow with #71727D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71727D on black background.


Color preview on white background

This text has color #71727D on white background.



Black color preview on #71727D background

This text has black color on #71727D background.


White color preview on #71727D background

This text has white color on #71727D background.