COLOR #797575

HEX: #797575
RGB: (121,117,117)

Color info

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

RGB color model

#797575 color RGB value is (121,117,117).

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

RGB channels and saturation

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

121
117
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 117 + 117 = 355 (100%)
R 121 of 355 ~ 34.08%
G 117 of 355 ~ 32.96%
B 117 of 355 ~ 32.96%

%34.08
%32.96
%32.96

CMYK color model

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

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

CMYK percentages

%0
%3.31
%3.31
%52.55

Codes

Color #797575 in popluar color models

797575
RGB121117117
HSL1.68%46.67%
HSB/HSV3.31%47.45%
CMYK0.00%3.31%3.31%
52.55%

Color #797575 in popluar number systems.

HEX797575
Decimal121117117
Binary111100111101011110101
Octal171165165

Shades and tints

Shades of #797575

#797575
(121,117,117)
#6E6B6B
(110,107,107)
#636161
(99,97,97)
#585757
(88,87,87)
#4D4D4D
(77,77,77)
#424343
(66,67,67)
#373939
(55,57,57)
#2C2F2F
(44,47,47)
#212525
(33,37,37)
#161B1B
(22,27,27)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #797575

#797575
(121,117,117)
#858181
(133,129,129)
#918D8D
(145,141,141)
#9D9999
(157,153,153)
#A9A5A5
(169,165,165)
#B5B1B1
(181,177,177)
#C1BDBD
(193,189,189)
#CDC9C9
(205,201,201)
#D9D5D5
(217,213,213)
#E5E1E1
(229,225,225)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797575; }

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

This text font color is #797575.


Background Color

.myBgColor { background-color: #797575; }

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

This div background color is #797575.


Border color

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

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

This div border color is #797575.


Opacity

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

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

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

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

This text has shadow with #797575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797575 on black background.


Color preview on white background

This text has color #797575 on white background.



Black color preview on #797575 background

This text has black color on #797575 background.


White color preview on #797575 background

This text has white color on #797575 background.