COLOR #75726C

HEX: #75726C
RGB: (117,114,108)

Color info

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

RGB color model

#75726C color RGB value is (117,114,108).

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

RGB channels and saturation

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

117
114
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 108 = 339 (100%)
R 117 of 339 ~ 34.51%
G 114 of 339 ~ 33.63%
B 108 of 339 ~ 31.86%

%34.51
%33.63
%31.86

CMYK color model

#75726C color CMYK value is (0,3,8,54).

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

CMYK percentages

%0
%2.56
%7.69
%54.12

Codes

Color #75726C in popluar color models

75726C
RGB117114108
HSL40°4.00%44.12%
HSB/HSV40°7.69%45.88%
CMYK0.00%2.56%7.69%
54.12%

Color #75726C in popluar number systems.

HEX75726C
Decimal117114108
Binary111010111100101101100
Octal165162154

Shades and tints

Shades of #75726C

#75726C
(117,114,108)
#6B6863
(107,104,99)
#615E5A
(97,94,90)
#575451
(87,84,81)
#4D4A48
(77,74,72)
#43403F
(67,64,63)
#393636
(57,54,54)
#2F2C2D
(47,44,45)
#252224
(37,34,36)
#1B181B
(27,24,27)
#110E12
(17,14,18)
#000000
(0,0,0)

Tints of #75726C

#75726C
(117,114,108)
#817E79
(129,126,121)
#8D8A86
(141,138,134)
#999693
(153,150,147)
#A5A2A0
(165,162,160)
#B1AEAD
(177,174,173)
#BDBABA
(189,186,186)
#C9C6C7
(201,198,199)
#D5D2D4
(213,210,212)
#E1DEE1
(225,222,225)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75726C; }

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

This text font color is #75726C.


Background Color

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

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

This div background color is #75726C.


Border color

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

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

This div border color is #75726C.


Opacity

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

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

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

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

This text has shadow with #75726C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75726C on black background.


Color preview on white background

This text has color #75726C on white background.



Black color preview on #75726C background

This text has black color on #75726C background.


White color preview on #75726C background

This text has white color on #75726C background.