COLOR #757A6F

HEX: #757A6F
RGB: (117,122,111)

Color info

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

RGB color model

#757A6F color RGB value is (117,122,111).

  • red value is 117;
  • green value is 122;
  • blue value is 111.
RGB:
(117,122,111)
(46%,48%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 122 of 255 = 48%
B 111 of 255 = 44%

117
122
111

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

Portions of RGB colors in percentages

R + G + B =
117 + 122 + 111 = 350 (100%)
R 117 of 350 ~ 33.43%
G 122 of 350 ~ 34.86%
B 111 of 350 ~ 31.71%

%33.43
%34.86
%31.71

CMYK color model

#757A6F color CMYK value is (4,0,9,52).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 9.02%
  • key color value is 52.16%
CMYK:
(4,0,9,52)
C4M0Y9K52 
(4%,0%,9%,52%)
(0.04/0.00/0.09/0.52)	

CMYK percentages

%4.1
%0
%9.02
%52.16

Codes

Color #757A6F in popluar color models

757A6F
RGB117122111
HSL87°4.72%45.69%
HSB/HSV87°9.02%47.84%
CMYK4.10%0.00%9.02%
52.16%

Color #757A6F in popluar number systems.

HEX757A6F
Decimal117122111
Binary111010111110101101111
Octal165172157

Shades and tints

Shades of #757A6F

#757A6F
(117,122,111)
#6B6F65
(107,111,101)
#61645B
(97,100,91)
#575951
(87,89,81)
#4D4E47
(77,78,71)
#43433D
(67,67,61)
#393833
(57,56,51)
#2F2D29
(47,45,41)
#25221F
(37,34,31)
#1B1715
(27,23,21)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #757A6F

#757A6F
(117,122,111)
#81867C
(129,134,124)
#8D9289
(141,146,137)
#999E96
(153,158,150)
#A5AAA3
(165,170,163)
#B1B6B0
(177,182,176)
#BDC2BD
(189,194,189)
#C9CECA
(201,206,202)
#D5DAD7
(213,218,215)
#E1E6E4
(225,230,228)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757A6F color. Also use rgb(117,122,111) instead hex code.

Text Font Color

.myTextColor { color: #757A6F; }

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

This text font color is #757A6F.


Background Color

.myBgColor { background-color: #757A6F; }

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

This div background color is #757A6F.


Border color

.myBorderColor { border: 1px solid #757A6F; }

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

This div border color is #757A6F.


Opacity

.myOpacity80 { color: #757A6F; opacity: 0.8; }

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

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

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

This text has shadow with #757A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757A6F on black background.


Color preview on white background

This text has color #757A6F on white background.



Black color preview on #757A6F background

This text has black color on #757A6F background.


White color preview on #757A6F background

This text has white color on #757A6F background.