COLOR #75726D

HEX: #75726D
RGB: (117,114,109)

Color info

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

RGB color model

#75726D color RGB value is (117,114,109).

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

RGB channels and saturation

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

117
114
109

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 109 = 340 (100%)
R 117 of 340 ~ 34.41%
G 114 of 340 ~ 33.53%
B 109 of 340 ~ 32.06%

%34.41
%33.53
%32.06

CMYK color model

#75726D color CMYK value is (0,3,7,54).

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

CMYK percentages

%0
%2.56
%6.84
%54.12

Codes

Color #75726D in popluar color models

75726D
RGB117114109
HSL38°3.54%44.31%
HSB/HSV38°6.84%45.88%
CMYK0.00%2.56%6.84%
54.12%

Color #75726D in popluar number systems.

HEX75726D
Decimal117114109
Binary111010111100101101101
Octal165162155

Shades and tints

Shades of #75726D

#75726D
(117,114,109)
#6B6864
(107,104,100)
#615E5B
(97,94,91)
#575452
(87,84,82)
#4D4A49
(77,74,73)
#434040
(67,64,64)
#393637
(57,54,55)
#2F2C2E
(47,44,46)
#252225
(37,34,37)
#1B181C
(27,24,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #75726D

#75726D
(117,114,109)
#817E7A
(129,126,122)
#8D8A87
(141,138,135)
#999694
(153,150,148)
#A5A2A1
(165,162,161)
#B1AEAE
(177,174,174)
#BDBABB
(189,186,187)
#C9C6C8
(201,198,200)
#D5D2D5
(213,210,213)
#E1DEE2
(225,222,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75726D; }

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

This text font color is #75726D.


Background Color

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

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

This div background color is #75726D.


Border color

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

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

This div border color is #75726D.


Opacity

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

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

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

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

This text has shadow with #75726D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75726D on black background.


Color preview on white background

This text has color #75726D on white background.



Black color preview on #75726D background

This text has black color on #75726D background.


White color preview on #75726D background

This text has white color on #75726D background.