COLOR #75797D

HEX: #75797D
RGB: (117,121,125)

Color info

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

RGB color model

#75797D color RGB value is (117,121,125).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 125 of 255 = 49%

117
121
125

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 125 = 363 (100%)
R 117 of 363 ~ 32.23%
G 121 of 363 ~ 33.33%
B 125 of 363 ~ 34.44%

%32.23
%33.33
%34.44

CMYK color model

#75797D color CMYK value is (6,3,0,51).

  • cyan value is 6.40%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(6,3,0,51)
C6M3Y0K51 
(6%,3%,0%,51%)
(0.06/0.03/0.00/0.51)	

CMYK percentages

%6.4
%3.2
%0
%50.98

Codes

Color #75797D in popluar color models

75797D
RGB117121125
HSL210°3.31%47.45%
HSB/HSV210°6.40%49.02%
CMYK6.40%3.20%0.00%
50.98%

Color #75797D in popluar number systems.

HEX75797D
Decimal117121125
Binary111010111110011111101
Octal165171175

Shades and tints

Shades of #75797D

#75797D
(117,121,125)
#6B6E72
(107,110,114)
#616367
(97,99,103)
#57585C
(87,88,92)
#4D4D51
(77,77,81)
#434246
(67,66,70)
#39373B
(57,55,59)
#2F2C30
(47,44,48)
#252125
(37,33,37)
#1B161A
(27,22,26)
#110B0F
(17,11,15)
#000000
(0,0,0)

Tints of #75797D

#75797D
(117,121,125)
#818588
(129,133,136)
#8D9193
(141,145,147)
#999D9E
(153,157,158)
#A5A9A9
(165,169,169)
#B1B5B4
(177,181,180)
#BDC1BF
(189,193,191)
#C9CDCA
(201,205,202)
#D5D9D5
(213,217,213)
#E1E5E0
(225,229,224)
#EDF1EB
(237,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75797D; }

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

This text font color is #75797D.


Background Color

.myBgColor { background-color: #75797D; }

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

This div background color is #75797D.


Border color

.myBorderColor { border: 1px solid #75797D; }

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

This div border color is #75797D.


Opacity

.myOpacity80 { color: #75797D; opacity: 0.8; }

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

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

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

This text has shadow with #75797D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75797D on black background.


Color preview on white background

This text has color #75797D on white background.



Black color preview on #75797D background

This text has black color on #75797D background.


White color preview on #75797D background

This text has white color on #75797D background.