COLOR #75727C

HEX: #75727C
RGB: (117,114,124)

Color info

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

RGB color model

#75727C color RGB value is (117,114,124).

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

RGB channels and saturation

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

117
114
124

R + G + B ~ 47%. #75727C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 124 = 355 (100%)
R 117 of 355 ~ 32.96%
G 114 of 355 ~ 32.11%
B 124 of 355 ~ 34.93%

%32.96
%32.11
%34.93

CMYK color model

#75727C color CMYK value is (6,8,0,51).

  • cyan value is 5.65%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(6,8,0,51)
C6M8Y0K51 
(6%,8%,0%,51%)
(0.06/0.08/0.00/0.51)	

CMYK percentages

%5.65
%8.06
%0
%51.37

Codes

Color #75727C in popluar color models

75727C
RGB117114124
HSL258°4.20%46.67%
HSB/HSV258°8.06%48.63%
CMYK5.65%8.06%0.00%
51.37%

Color #75727C in popluar number systems.

HEX75727C
Decimal117114124
Binary111010111100101111100
Octal165162174

Shades and tints

Shades of #75727C

#75727C
(117,114,124)
#6B6871
(107,104,113)
#615E66
(97,94,102)
#57545B
(87,84,91)
#4D4A50
(77,74,80)
#434045
(67,64,69)
#39363A
(57,54,58)
#2F2C2F
(47,44,47)
#252224
(37,34,36)
#1B1819
(27,24,25)
#110E0E
(17,14,14)
#000000
(0,0,0)

Tints of #75727C

#75727C
(117,114,124)
#817E87
(129,126,135)
#8D8A92
(141,138,146)
#99969D
(153,150,157)
#A5A2A8
(165,162,168)
#B1AEB3
(177,174,179)
#BDBABE
(189,186,190)
#C9C6C9
(201,198,201)
#D5D2D4
(213,210,212)
#E1DEDF
(225,222,223)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75727C; }

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

This text font color is #75727C.


Background Color

.myBgColor { background-color: #75727C; }

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

This div background color is #75727C.


Border color

.myBorderColor { border: 1px solid #75727C; }

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

This div border color is #75727C.


Opacity

.myOpacity80 { color: #75727C; opacity: 0.8; }

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

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

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

This text has shadow with #75727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75727C on black background.


Color preview on white background

This text has color #75727C on white background.



Black color preview on #75727C background

This text has black color on #75727C background.


White color preview on #75727C background

This text has white color on #75727C background.