COLOR #75797E

HEX: #75797E RGB: (117,121,126)

Color info

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

RGB color model

#75797E color RGB value is (117,121,126).

RGB: (117,121,126) (46%, 47%, 49%)

RGB channels and saturation

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

117
121
126

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

Portions of RGB colors in percentages

R + G + B = 117 + 121 + 126 = 364 (100%)
R 117 of 364 ~ 32.14%
G 121 of 364 ~ 33.24%
B 126 of 364 ~ 34.62'%

%32.14
%33.24
%34.62

CMYK color model

#75797E color CMYK value is (7,4,0,51).

  • cyan value is 7.14%
  • magenta value is 3.97%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (7,4,0,51)
C7M4Y0K51 (7%, 4%, 0%, 51%)
(0.07 / 0.04 / 0.00 / 0.51)

CMYK percentages

%7.14
%3.97
%0
%50.59

Codes

Color #75797E in popluar color models

75 79 7E
RGB 117 121 126
HSL 213° 3.70% 47.65%
HSB/HSV 213° 7.14% 49.41%
CMYK 7.14% 3.97% 0.00%
50.59%

Color #75797E in popluar number systems.

HEX 75 79 7E
Decimal 117 121 126
Binary 1110101 1111001 1111110
Octal 165 171 176

Shades and tints

Shades of #75797E

#75797E
(117,121,126)
#6B6E73
(107,110,115)
#616368
(97,99,104)
#57585D
(87,88,93)
#4D4D52
(77,77,82)
#434247
(67,66,71)
#39373C
(57,55,60)
#2F2C31
(47,44,49)
#252126
(37,33,38)
#1B161B
(27,22,27)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #75797E

#75797E
(117,121,126)
#818589
(129,133,137)
#8D9194
(141,145,148)
#999D9F
(153,157,159)
#A5A9AA
(165,169,170)
#B1B5B5
(177,181,181)
#BDC1C0
(189,193,192)
#C9CDCB
(201,205,203)
#D5D9D6
(213,217,214)
#E1E5E1
(225,229,225)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75797E; }

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

This text font color is #75797E.

Background Color

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

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

This div background color is #75797E.

Border color

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

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

This div border color is #75797E.

Opacity

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

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

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

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

This text has shadow with #75797E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75797E.

Preview

Color preview on black background

This text has color #75797E on black background.


Color preview on white background

This text has color #75797E on white background.


Black color preview on #75797E background

This text has black color on #75797E background.


White color preview on #75797E background

This text has white color on #75797E background.


Related colors

Complementary color

Complementary color for #hex is #8A8681.


I love getcolorcode.com

Triadic colors

1 #7E7579 and #797E75 with #75797E are triadic colors.

2 #7E7975 and #79757E with #75797E are triadic colors.