COLOR #757878

HEX: #757878
RGB: (117,120,120)

Color info

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

RGB color model

#757878 color RGB value is (117,120,120).

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

RGB channels and saturation

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

117
120
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 120 + 120 = 357 (100%)
R 117 of 357 ~ 32.77%
G 120 of 357 ~ 33.61%
B 120 of 357 ~ 33.61%

%32.77
%33.61
%33.61

CMYK color model

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

  • cyan value is 2.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(3,0,0,53)
C3M0Y0K53 
(3%,0%,0%,53%)
(0.03/0.00/0.00/0.53)	

CMYK percentages

%2.5
%0
%0
%52.94

Codes

Color #757878 in popluar color models

757878
RGB117120120
HSL180°1.27%46.47%
HSB/HSV180°2.50%47.06%
CMYK2.50%0.00%0.00%
52.94%

Color #757878 in popluar number systems.

HEX757878
Decimal117120120
Binary111010111110001111000
Octal165170170

Shades and tints

Shades of #757878

#757878
(117,120,120)
#6B6E6E
(107,110,110)
#616464
(97,100,100)
#575A5A
(87,90,90)
#4D5050
(77,80,80)
#434646
(67,70,70)
#393C3C
(57,60,60)
#2F3232
(47,50,50)
#252828
(37,40,40)
#1B1E1E
(27,30,30)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #757878

#757878
(117,120,120)
#818484
(129,132,132)
#8D9090
(141,144,144)
#999C9C
(153,156,156)
#A5A8A8
(165,168,168)
#B1B4B4
(177,180,180)
#BDC0C0
(189,192,192)
#C9CCCC
(201,204,204)
#D5D8D8
(213,216,216)
#E1E4E4
(225,228,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757878; }

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

This text font color is #757878.


Background Color

.myBgColor { background-color: #757878; }

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

This div background color is #757878.


Border color

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

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

This div border color is #757878.


Opacity

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

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

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

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

This text has shadow with #757878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757878 on black background.


Color preview on white background

This text has color #757878 on white background.



Black color preview on #757878 background

This text has black color on #757878 background.


White color preview on #757878 background

This text has white color on #757878 background.