COLOR #75725C

HEX: #75725C
RGB: (117,114,92)

Color info

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

RGB color model

#75725C color RGB value is (117,114,92).

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

RGB channels and saturation

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

117
114
92

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

Portions of RGB colors in percentages

R + G + B =
117 + 114 + 92 = 323 (100%)
R 117 of 323 ~ 36.22%
G 114 of 323 ~ 35.29%
B 92 of 323 ~ 28.48%

%36.22
%35.29
%28.48

CMYK color model

#75725C color CMYK value is (0,3,21,54).

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

CMYK percentages

%0
%2.56
%21.37
%54.12

Codes

Color #75725C in popluar color models

75725C
RGB11711492
HSL53°11.96%40.98%
HSB/HSV53°21.37%45.88%
CMYK0.00%2.56%21.37%
54.12%

Color #75725C in popluar number systems.

HEX75725C
Decimal11711492
Binary111010111100101011100
Octal165162134

Shades and tints

Shades of #75725C

#75725C
(117,114,92)
#6B6854
(107,104,84)
#615E4C
(97,94,76)
#575444
(87,84,68)
#4D4A3C
(77,74,60)
#434034
(67,64,52)
#39362C
(57,54,44)
#2F2C24
(47,44,36)
#25221C
(37,34,28)
#1B1814
(27,24,20)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #75725C

#75725C
(117,114,92)
#817E6A
(129,126,106)
#8D8A78
(141,138,120)
#999686
(153,150,134)
#A5A294
(165,162,148)
#B1AEA2
(177,174,162)
#BDBAB0
(189,186,176)
#C9C6BE
(201,198,190)
#D5D2CC
(213,210,204)
#E1DEDA
(225,222,218)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75725C; }

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

This text font color is #75725C.


Background Color

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

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

This div background color is #75725C.


Border color

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

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

This div border color is #75725C.


Opacity

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

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

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

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

This text has shadow with #75725C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75725C on black background.


Color preview on white background

This text has color #75725C on white background.



Black color preview on #75725C background

This text has black color on #75725C background.


White color preview on #75725C background

This text has white color on #75725C background.