COLOR #75726E

HEX: #75726E
RGB: (117,114,110)

Color info

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

RGB color model

#75726E color RGB value is (117,114,110).

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

RGB channels and saturation

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

117
114
110

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 110 = 341 (100%)
R 117 of 341 ~ 34.31%
G 114 of 341 ~ 33.43%
B 110 of 341 ~ 32.26%

%34.31
%33.43
%32.26

CMYK color model

#75726E color CMYK value is (0,3,6,54).

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

CMYK percentages

%0
%2.56
%5.98
%54.12

Codes

Color #75726E in popluar color models

75726E
RGB117114110
HSL34°3.08%44.51%
HSB/HSV34°5.98%45.88%
CMYK0.00%2.56%5.98%
54.12%

Color #75726E in popluar number systems.

HEX75726E
Decimal117114110
Binary111010111100101101110
Octal165162156

Shades and tints

Shades of #75726E

#75726E
(117,114,110)
#6B6864
(107,104,100)
#615E5A
(97,94,90)
#575450
(87,84,80)
#4D4A46
(77,74,70)
#43403C
(67,64,60)
#393632
(57,54,50)
#2F2C28
(47,44,40)
#25221E
(37,34,30)
#1B1814
(27,24,20)
#110E0A
(17,14,10)
#000000
(0,0,0)

Tints of #75726E

#75726E
(117,114,110)
#817E7B
(129,126,123)
#8D8A88
(141,138,136)
#999695
(153,150,149)
#A5A2A2
(165,162,162)
#B1AEAF
(177,174,175)
#BDBABC
(189,186,188)
#C9C6C9
(201,198,201)
#D5D2D6
(213,210,214)
#E1DEE3
(225,222,227)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75726E; }

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

This text font color is #75726E.


Background Color

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

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

This div background color is #75726E.


Border color

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

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

This div border color is #75726E.


Opacity

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

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

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

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

This text has shadow with #75726E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75726E on black background.


Color preview on white background

This text has color #75726E on white background.



Black color preview on #75726E background

This text has black color on #75726E background.


White color preview on #75726E background

This text has white color on #75726E background.