COLOR #75797B

HEX: #75797B
RGB: (117,121,123)

Color info

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

RGB color model

#75797B color RGB value is (117,121,123).

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

RGB channels and saturation

R 117 of 255 = 46%
G 121 of 255 = 47%
B 123 of 255 = 48%

117
121
123

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

Portions of RGB colors in percentages

R + G + B =
117 + 121 + 123 = 361 (100%)
R 117 of 361 ~ 32.41%
G 121 of 361 ~ 33.52%
B 123 of 361 ~ 34.07%

%32.41
%33.52
%34.07

CMYK color model

#75797B color CMYK value is (5,2,0,52).

  • cyan value is 4.88%
  • magenta value is 1.63%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(5,2,0,52)
C5M2Y0K52 
(5%,2%,0%,52%)
(0.05/0.02/0.00/0.52)	

CMYK percentages

%4.88
%1.63
%0
%51.76

Codes

Color #75797B in popluar color models

75797B
RGB117121123
HSL200°2.50%47.06%
HSB/HSV200°4.88%48.24%
CMYK4.88%1.63%0.00%
51.76%

Color #75797B in popluar number systems.

HEX75797B
Decimal117121123
Binary111010111110011111011
Octal165171173

Shades and tints

Shades of #75797B

#75797B
(117,121,123)
#6B6E70
(107,110,112)
#616365
(97,99,101)
#57585A
(87,88,90)
#4D4D4F
(77,77,79)
#434244
(67,66,68)
#393739
(57,55,57)
#2F2C2E
(47,44,46)
#252123
(37,33,35)
#1B1618
(27,22,24)
#110B0D
(17,11,13)
#000000
(0,0,0)

Tints of #75797B

#75797B
(117,121,123)
#818587
(129,133,135)
#8D9193
(141,145,147)
#999D9F
(153,157,159)
#A5A9AB
(165,169,171)
#B1B5B7
(177,181,183)
#BDC1C3
(189,193,195)
#C9CDCF
(201,205,207)
#D5D9DB
(213,217,219)
#E1E5E7
(225,229,231)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75797B; }

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

This text font color is #75797B.


Background Color

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

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

This div background color is #75797B.


Border color

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

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

This div border color is #75797B.


Opacity

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

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

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

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

This text has shadow with #75797B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75797B on black background.


Color preview on white background

This text has color #75797B on white background.



Black color preview on #75797B background

This text has black color on #75797B background.


White color preview on #75797B background

This text has white color on #75797B background.