COLOR #757C78

HEX: #757C78
RGB: (117,124,120)

Color info

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

RGB color model

#757C78 color RGB value is (117,124,120).

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

RGB channels and saturation

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

117
124
120

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

Portions of RGB colors in percentages

R + G + B =
117 + 124 + 120 = 361 (100%)
R 117 of 361 ~ 32.41%
G 124 of 361 ~ 34.35%
B 120 of 361 ~ 33.24%

%32.41
%34.35
%33.24

CMYK color model

#757C78 color CMYK value is (6,0,3,51).

  • cyan value is 5.65%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 51.37%
CMYK:
(6,0,3,51)
C6M0Y3K51 
(6%,0%,3%,51%)
(0.06/0.00/0.03/0.51)	

CMYK percentages

%5.65
%0
%3.23
%51.37

Codes

Color #757C78 in popluar color models

757C78
RGB117124120
HSL146°2.90%47.25%
HSB/HSV146°5.65%48.63%
CMYK5.65%0.00%3.23%
51.37%

Color #757C78 in popluar number systems.

HEX757C78
Decimal117124120
Binary111010111111001111000
Octal165174170

Shades and tints

Shades of #757C78

#757C78
(117,124,120)
#6B716E
(107,113,110)
#616664
(97,102,100)
#575B5A
(87,91,90)
#4D5050
(77,80,80)
#434546
(67,69,70)
#393A3C
(57,58,60)
#2F2F32
(47,47,50)
#252428
(37,36,40)
#1B191E
(27,25,30)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #757C78

#757C78
(117,124,120)
#818784
(129,135,132)
#8D9290
(141,146,144)
#999D9C
(153,157,156)
#A5A8A8
(165,168,168)
#B1B3B4
(177,179,180)
#BDBEC0
(189,190,192)
#C9C9CC
(201,201,204)
#D5D4D8
(213,212,216)
#E1DFE4
(225,223,228)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757C78; }

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

This text font color is #757C78.


Background Color

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

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

This div background color is #757C78.


Border color

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

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

This div border color is #757C78.


Opacity

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

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

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

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

This text has shadow with #757C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757C78 on black background.


Color preview on white background

This text has color #757C78 on white background.



Black color preview on #757C78 background

This text has black color on #757C78 background.


White color preview on #757C78 background

This text has white color on #757C78 background.