COLOR #757078

HEX: #757078 RGB: (117,112,120)

Color info

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

RGB color model

#757078 color RGB value is (117,112,120).

RGB: (117,112,120) (46%, 44%, 47%)

RGB channels and saturation

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

117
112
120

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

Portions of RGB colors in percentages

R + G + B = 117 + 112 + 120 = 349 (100%)
R 117 of 349 ~ 33.52%
G 112 of 349 ~ 32.09%
B 120 of 349 ~ 34.38'%

%33.52
%32.09
%34.38

CMYK color model

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

  • cyan value is 2.50%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (3,7,0,53)
C3M7Y0K53 (3%, 7%, 0%, 53%)
(0.03 / 0.07 / 0.00 / 0.53)

CMYK percentages

%2.5
%6.67
%0
%52.94

Codes

Color #757078 in popluar color models

75 70 78
RGB 117 112 120
HSL 278° 3.45% 45.49%
HSB/HSV 278° 6.67% 47.06%
CMYK 2.50% 6.67% 0.00%
52.94%

Color #757078 in popluar number systems.

HEX 75 70 78
Decimal 117 112 120
Binary 1110101 1110000 1111000
Octal 165 160 170

Shades and tints

Shades of #757078

#757078
(117,112,120)
#6B666E
(107,102,110)
#615C64
(97,92,100)
#57525A
(87,82,90)
#4D4850
(77,72,80)
#433E46
(67,62,70)
#39343C
(57,52,60)
#2F2A32
(47,42,50)
#252028
(37,32,40)
#1B161E
(27,22,30)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #757078

#757078
(117,112,120)
#817D84
(129,125,132)
#8D8A90
(141,138,144)
#99979C
(153,151,156)
#A5A4A8
(165,164,168)
#B1B1B4
(177,177,180)
#BDBEC0
(189,190,192)
#C9CBCC
(201,203,204)
#D5D8D8
(213,216,216)
#E1E5E4
(225,229,228)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757078; }

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

This text font color is #757078.

Background Color

.myBgColor { background-color: #757078; }

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

This div background color is #757078.

Border color

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

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

This div border color is #757078.

Opacity

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

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

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

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

This text has shadow with #757078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #757078.

Preview

Color preview on black background

This text has color #757078 on black background.


Color preview on white background

This text has color #757078 on white background.


Black color preview on #757078 background

This text has black color on #757078 background.


White color preview on #757078 background

This text has white color on #757078 background.


Related colors

Complementary color

Complementary color for #hex is #8A8F87.


I love getcolorcode.com

Triadic colors

1 #787570 and #707875 with #757078 are triadic colors.

2 #787075 and #707578 with #757078 are triadic colors.