COLOR #757974

HEX: #757974
RGB: (117,121,116)

Color info

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

RGB color model

#757974 color RGB value is (117,121,116).

  • red value is 117;
  • green value is 121;
  • blue value is 116.
RGB:
(117,121,116)
(46%,47%,45%)

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 116 of 255 = 45%

117
121
116

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 116 = 354 (100%)
R 117 of 354 ~ 33.05%
G 121 of 354 ~ 34.18%
B 116 of 354 ~ 32.77%

%33.05
%34.18
%32.77

CMYK color model

#757974 color CMYK value is (3,0,4,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(3,0,4,53)
C3M0Y4K53 
(3%,0%,4%,53%)
(0.03/0.00/0.04/0.53)	

CMYK percentages

%3.31
%0
%4.13
%52.55

Codes

Color #757974 in popluar color models

757974
RGB117121116
HSL108°2.11%46.47%
HSB/HSV108°4.13%47.45%
CMYK3.31%0.00%4.13%
52.55%

Color #757974 in popluar number systems.

HEX757974
Decimal117121116
Binary111010111110011110100
Octal165171164

Shades and tints

Shades of #757974

#757974
(117,121,116)
#6B6E6A
(107,110,106)
#616360
(97,99,96)
#575856
(87,88,86)
#4D4D4C
(77,77,76)
#434242
(67,66,66)
#393738
(57,55,56)
#2F2C2E
(47,44,46)
#252124
(37,33,36)
#1B161A
(27,22,26)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #757974

#757974
(117,121,116)
#818580
(129,133,128)
#8D918C
(141,145,140)
#999D98
(153,157,152)
#A5A9A4
(165,169,164)
#B1B5B0
(177,181,176)
#BDC1BC
(189,193,188)
#C9CDC8
(201,205,200)
#D5D9D4
(213,217,212)
#E1E5E0
(225,229,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #757974 color. Also use rgb(117,121,116) instead hex code.

Text Font Color

.myTextColor { color: #757974; }

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

This text font color is #757974.


Background Color

.myBgColor { background-color: #757974; }

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

This div background color is #757974.


Border color

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

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

This div border color is #757974.


Opacity

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

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

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

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

This text has shadow with #757974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757974 on black background.


Color preview on white background

This text has color #757974 on white background.



Black color preview on #757974 background

This text has black color on #757974 background.


White color preview on #757974 background

This text has white color on #757974 background.