COLOR #757672

HEX: #757672
RGB: (117,118,114)

Color info

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

RGB color model

#757672 color RGB value is (117,118,114).

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

RGB channels and saturation

R 117 of 255 = 46%
G 118 of 255 = 46%
B 114 of 255 = 45%

117
118
114

R + G + B ~ 46%. #757672 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 118 + 114 = 349 (100%)
R 117 of 349 ~ 33.52%
G 118 of 349 ~ 33.81%
B 114 of 349 ~ 32.66%

%33.52
%33.81
%32.66

CMYK color model

#757672 color CMYK value is (1,0,3,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 53.73%
CMYK:
(1,0,3,54)
C1M0Y3K54 
(1%,0%,3%,54%)
(0.01/0.00/0.03/0.54)	

CMYK percentages

%0.85
%0
%3.39
%53.73

Codes

Color #757672 in popluar color models

757672
RGB117118114
HSL75°1.72%45.49%
HSB/HSV75°3.39%46.27%
CMYK0.85%0.00%3.39%
53.73%

Color #757672 in popluar number systems.

HEX757672
Decimal117118114
Binary111010111101101110010
Octal165166162

Shades and tints

Shades of #757672

#757672
(117,118,114)
#6B6C68
(107,108,104)
#61625E
(97,98,94)
#575854
(87,88,84)
#4D4E4A
(77,78,74)
#434440
(67,68,64)
#393A36
(57,58,54)
#2F302C
(47,48,44)
#252622
(37,38,34)
#1B1C18
(27,28,24)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #757672

#757672
(117,118,114)
#81827E
(129,130,126)
#8D8E8A
(141,142,138)
#999A96
(153,154,150)
#A5A6A2
(165,166,162)
#B1B2AE
(177,178,174)
#BDBEBA
(189,190,186)
#C9CAC6
(201,202,198)
#D5D6D2
(213,214,210)
#E1E2DE
(225,226,222)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757672; }

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

This text font color is #757672.


Background Color

.myBgColor { background-color: #757672; }

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

This div background color is #757672.


Border color

.myBorderColor { border: 1px solid #757672; }

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

This div border color is #757672.


Opacity

.myOpacity80 { color: #757672; opacity: 0.8; }

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

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

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

This text has shadow with #757672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757672 on black background.


Color preview on white background

This text has color #757672 on white background.



Black color preview on #757672 background

This text has black color on #757672 background.


White color preview on #757672 background

This text has white color on #757672 background.