COLOR #757978

HEX: #757978
RGB: (117,121,120)

Color info

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

RGB color model

#757978 color RGB value is (117,121,120).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 120 of 255 = 47%

117
121
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 120 = 358 (100%)
R 117 of 358 ~ 32.68%
G 121 of 358 ~ 33.8%
B 120 of 358 ~ 33.52%

%32.68
%33.8
%33.52

CMYK color model

#757978 color CMYK value is (3,0,1,53).

  • cyan value is 3.31%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(3,0,1,53)
C3M0Y1K53 
(3%,0%,1%,53%)
(0.03/0.00/0.01/0.53)	

CMYK percentages

%3.31
%0
%0.83
%52.55

Codes

Color #757978 in popluar color models

757978
RGB117121120
HSL165°1.68%46.67%
HSB/HSV165°3.31%47.45%
CMYK3.31%0.00%0.83%
52.55%

Color #757978 in popluar number systems.

HEX757978
Decimal117121120
Binary111010111110011111000
Octal165171170

Shades and tints

Shades of #757978

#757978
(117,121,120)
#6B6E6E
(107,110,110)
#616364
(97,99,100)
#57585A
(87,88,90)
#4D4D50
(77,77,80)
#434246
(67,66,70)
#39373C
(57,55,60)
#2F2C32
(47,44,50)
#252128
(37,33,40)
#1B161E
(27,22,30)
#110B14
(17,11,20)
#000000
(0,0,0)

Tints of #757978

#757978
(117,121,120)
#818584
(129,133,132)
#8D9190
(141,145,144)
#999D9C
(153,157,156)
#A5A9A8
(165,169,168)
#B1B5B4
(177,181,180)
#BDC1C0
(189,193,192)
#C9CDCC
(201,205,204)
#D5D9D8
(213,217,216)
#E1E5E4
(225,229,228)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757978; }

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

This text font color is #757978.


Background Color

.myBgColor { background-color: #757978; }

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

This div background color is #757978.


Border color

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

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

This div border color is #757978.


Opacity

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

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

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

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

This text has shadow with #757978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757978 on black background.


Color preview on white background

This text has color #757978 on white background.



Black color preview on #757978 background

This text has black color on #757978 background.


White color preview on #757978 background

This text has white color on #757978 background.