COLOR #797475

HEX: #797475
RGB: (121,116,117)

Color info

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

RGB color model

#797475 color RGB value is (121,116,117).

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

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 117 of 255 = 46%

121
116
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 116 + 117 = 354 (100%)
R 121 of 354 ~ 34.18%
G 116 of 354 ~ 32.77%
B 117 of 354 ~ 33.05%

%34.18
%32.77
%33.05

CMYK color model

#797475 color CMYK value is (0,4,3,53).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(0,4,3,53)
C0M4Y3K53 
(0%,4%,3%,53%)
(0.00/0.04/0.03/0.53)	

CMYK percentages

%0
%4.13
%3.31
%52.55

Codes

Color #797475 in popluar color models

797475
RGB121116117
HSL348°2.11%46.47%
HSB/HSV348°4.13%47.45%
CMYK0.00%4.13%3.31%
52.55%

Color #797475 in popluar number systems.

HEX797475
Decimal121116117
Binary111100111101001110101
Octal171164165

Shades and tints

Shades of #797475

#797475
(121,116,117)
#6E6A6B
(110,106,107)
#636061
(99,96,97)
#585657
(88,86,87)
#4D4C4D
(77,76,77)
#424243
(66,66,67)
#373839
(55,56,57)
#2C2E2F
(44,46,47)
#212425
(33,36,37)
#161A1B
(22,26,27)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #797475

#797475
(121,116,117)
#858081
(133,128,129)
#918C8D
(145,140,141)
#9D9899
(157,152,153)
#A9A4A5
(169,164,165)
#B5B0B1
(181,176,177)
#C1BCBD
(193,188,189)
#CDC8C9
(205,200,201)
#D9D4D5
(217,212,213)
#E5E0E1
(229,224,225)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797475; }

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

This text font color is #797475.


Background Color

.myBgColor { background-color: #797475; }

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

This div background color is #797475.


Border color

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

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

This div border color is #797475.


Opacity

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

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

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

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

This text has shadow with #797475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797475 on black background.


Color preview on white background

This text has color #797475 on white background.



Black color preview on #797475 background

This text has black color on #797475 background.


White color preview on #797475 background

This text has white color on #797475 background.