COLOR #70727D

HEX: #70727D RGB: (112,114,125)

Color info

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

RGB color model

#70727D color RGB value is (112,114,125).

RGB: (112,114,125) (44%, 45%, 49%)

RGB channels and saturation

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

112
114
125

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

Portions of RGB colors in percentages

R + G + B = 112 + 114 + 125 = 351 (100%)
R 112 of 351 ~ 31.91%
G 114 of 351 ~ 32.48%
B 125 of 351 ~ 35.61'%

%31.91
%32.48
%35.61

CMYK color model

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

  • cyan value is 10.40%
  • 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

%10.4
%8.8
%0
%50.98

Codes

Color #70727D in popluar color models

70 72 7D
RGB 112 114 125
HSL 231° 5.49% 46.47%
HSB/HSV 231° 10.40% 49.02%
CMYK 10.40% 8.80% 0.00%
50.98%

Color #70727D in popluar number systems.

HEX 70 72 7D
Decimal 112 114 125
Binary 1110000 1110010 1111101
Octal 160 162 175

Shades and tints

Shades of #70727D

#70727D
(112,114,125)
#666872
(102,104,114)
#5C5E67
(92,94,103)
#52545C
(82,84,92)
#484A51
(72,74,81)
#3E4046
(62,64,70)
#34363B
(52,54,59)
#2A2C30
(42,44,48)
#202225
(32,34,37)
#16181A
(22,24,26)
#0C0E0F
(12,14,15)
#000000
(0,0,0)

Tints of #70727D

#70727D
(112,114,125)
#7D7E88
(125,126,136)
#8A8A93
(138,138,147)
#97969E
(151,150,158)
#A4A2A9
(164,162,169)
#B1AEB4
(177,174,180)
#BEBABF
(190,186,191)
#CBC6CA
(203,198,202)
#D8D2D5
(216,210,213)
#E5DEE0
(229,222,224)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #70727D; }

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

This text font color is #70727D.

Background Color

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

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

This div background color is #70727D.

Border color

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

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

This div border color is #70727D.

Opacity

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

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

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

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

This text has shadow with #70727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #70727D.

Preview

Color preview on black background

This text has color #70727D on black background.


Color preview on white background

This text has color #70727D on white background.


Black color preview on #70727D background

This text has black color on #70727D background.


White color preview on #70727D background

This text has white color on #70727D background.


Related colors

Complementary color

Complementary color for #hex is #8F8D82.


I love getcolorcode.com

Triadic colors

1 #7D7072 and #727D70 with #70727D are triadic colors.

2 #7D7270 and #72707D with #70727D are triadic colors.