COLOR #757879

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
120
121

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

Portions of RGB colors in percentages

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

%32.68
%33.52
%33.8

CMYK color model

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

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

CMYK percentages

%3.31
%0.83
%0
%52.55

Codes

Color #757879 in popluar color models

757879
RGB117120121
HSL195°1.68%46.67%
HSB/HSV195°3.31%47.45%
CMYK3.31%0.83%0.00%
52.55%

Color #757879 in popluar number systems.

HEX757879
Decimal117120121
Binary111010111110001111001
Octal165170171

Shades and tints

Shades of #757879

#757879
(117,120,121)
#6B6E6E
(107,110,110)
#616463
(97,100,99)
#575A58
(87,90,88)
#4D504D
(77,80,77)
#434642
(67,70,66)
#393C37
(57,60,55)
#2F322C
(47,50,44)
#252821
(37,40,33)
#1B1E16
(27,30,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #757879

#757879
(117,120,121)
#818485
(129,132,133)
#8D9091
(141,144,145)
#999C9D
(153,156,157)
#A5A8A9
(165,168,169)
#B1B4B5
(177,180,181)
#BDC0C1
(189,192,193)
#C9CCCD
(201,204,205)
#D5D8D9
(213,216,217)
#E1E4E5
(225,228,229)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #757879; }

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

This text font color is #757879.


Background Color

.myBgColor { background-color: #757879; }

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

This div background color is #757879.


Border color

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

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

This div border color is #757879.


Opacity

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

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

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

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

This text has shadow with #757879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #757879 on black background.


Color preview on white background

This text has color #757879 on white background.



Black color preview on #757879 background

This text has black color on #757879 background.


White color preview on #757879 background

This text has white color on #757879 background.