COLOR #757572

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
117
114

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

Portions of RGB colors in percentages

R + G + B =
117 + 117 + 114 = 348 (100%)
R 117 of 348 ~ 33.62%
G 117 of 348 ~ 33.62%
B 114 of 348 ~ 32.76%

%33.62
%33.62
%32.76

CMYK color model

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

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

CMYK percentages

%0
%0
%2.56
%54.12

Codes

Color #757572 in popluar color models

757572
RGB117117114
HSL60°1.30%45.29%
HSB/HSV60°2.56%45.88%
CMYK0.00%0.00%2.56%
54.12%

Color #757572 in popluar number systems.

HEX757572
Decimal117117114
Binary111010111101011110010
Octal165165162

Shades and tints

Shades of #757572

#757572
(117,117,114)
#6B6B68
(107,107,104)
#61615E
(97,97,94)
#575754
(87,87,84)
#4D4D4A
(77,77,74)
#434340
(67,67,64)
#393936
(57,57,54)
#2F2F2C
(47,47,44)
#252522
(37,37,34)
#1B1B18
(27,27,24)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #757572

#757572
(117,117,114)
#81817E
(129,129,126)
#8D8D8A
(141,141,138)
#999996
(153,153,150)
#A5A5A2
(165,165,162)
#B1B1AE
(177,177,174)
#BDBDBA
(189,189,186)
#C9C9C6
(201,201,198)
#D5D5D2
(213,213,210)
#E1E1DE
(225,225,222)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757572; }

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

This text font color is #757572.


Background Color

.myBgColor { background-color: #757572; }

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

This div background color is #757572.


Border color

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

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

This div border color is #757572.


Opacity

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

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

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

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

This text has shadow with #757572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757572 on black background.


Color preview on white background

This text has color #757572 on white background.



Black color preview on #757572 background

This text has black color on #757572 background.


White color preview on #757572 background

This text has white color on #757572 background.