COLOR #757272

HEX: #757272
RGB: (117,114,114)

Color info

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

RGB color model

#757272 color RGB value is (117,114,114).

  • red value is 117;
  • green value is 114;
  • blue value is 114.
RGB:
(117,114,114)
(46%,45%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 114 of 255 = 45%
B 114 of 255 = 45%

117
114
114

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 114 = 345 (100%)
R 117 of 345 ~ 33.91%
G 114 of 345 ~ 33.04%
B 114 of 345 ~ 33.04%

%33.91
%33.04
%33.04

CMYK color model

#757272 color CMYK value is (0,3,3,54).

  • cyan value is 0.00%
  • magenta value is 2.56%
  • yellow value is 2.56%
  • key color value is 54.12%
CMYK:
(0,3,3,54)
C0M3Y3K54 
(0%,3%,3%,54%)
(0.00/0.03/0.03/0.54)	

CMYK percentages

%0
%2.56
%2.56
%54.12

Codes

Color #757272 in popluar color models

757272
RGB117114114
HSL1.30%45.29%
HSB/HSV2.56%45.88%
CMYK0.00%2.56%2.56%
54.12%

Color #757272 in popluar number systems.

HEX757272
Decimal117114114
Binary111010111100101110010
Octal165162162

Shades and tints

Shades of #757272

#757272
(117,114,114)
#6B6868
(107,104,104)
#615E5E
(97,94,94)
#575454
(87,84,84)
#4D4A4A
(77,74,74)
#434040
(67,64,64)
#393636
(57,54,54)
#2F2C2C
(47,44,44)
#252222
(37,34,34)
#1B1818
(27,24,24)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #757272

#757272
(117,114,114)
#817E7E
(129,126,126)
#8D8A8A
(141,138,138)
#999696
(153,150,150)
#A5A2A2
(165,162,162)
#B1AEAE
(177,174,174)
#BDBABA
(189,186,186)
#C9C6C6
(201,198,198)
#D5D2D2
(213,210,210)
#E1DEDE
(225,222,222)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757272 color. Also use rgb(117,114,114) instead hex code.

Text Font Color

.myTextColor { color: #757272; }

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

This text font color is #757272.


Background Color

.myBgColor { background-color: #757272; }

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

This div background color is #757272.


Border color

.myBorderColor { border: 1px solid #757272; }

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

This div border color is #757272.


Opacity

.myOpacity80 { color: #757272; opacity: 0.8; }

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

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

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

This text has shadow with #757272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757272 on black background.


Color preview on white background

This text has color #757272 on white background.



Black color preview on #757272 background

This text has black color on #757272 background.


White color preview on #757272 background

This text has white color on #757272 background.