COLOR #797375

HEX: #797375
RGB: (121,115,117)

Color info

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

RGB color model

#797375 color RGB value is (121,115,117).

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

RGB channels and saturation

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

121
115
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 115 + 117 = 353 (100%)
R 121 of 353 ~ 34.28%
G 115 of 353 ~ 32.58%
B 117 of 353 ~ 33.14%

%34.28
%32.58
%33.14

CMYK color model

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

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

CMYK percentages

%0
%4.96
%3.31
%52.55

Codes

Color #797375 in popluar color models

797375
RGB121115117
HSL340°2.54%46.27%
HSB/HSV340°4.96%47.45%
CMYK0.00%4.96%3.31%
52.55%

Color #797375 in popluar number systems.

HEX797375
Decimal121115117
Binary111100111100111110101
Octal171163165

Shades and tints

Shades of #797375

#797375
(121,115,117)
#6E696B
(110,105,107)
#635F61
(99,95,97)
#585557
(88,85,87)
#4D4B4D
(77,75,77)
#424143
(66,65,67)
#373739
(55,55,57)
#2C2D2F
(44,45,47)
#212325
(33,35,37)
#16191B
(22,25,27)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #797375

#797375
(121,115,117)
#857F81
(133,127,129)
#918B8D
(145,139,141)
#9D9799
(157,151,153)
#A9A3A5
(169,163,165)
#B5AFB1
(181,175,177)
#C1BBBD
(193,187,189)
#CDC7C9
(205,199,201)
#D9D3D5
(217,211,213)
#E5DFE1
(229,223,225)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #797375; }

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

This text font color is #797375.


Background Color

.myBgColor { background-color: #797375; }

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

This div background color is #797375.


Border color

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

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

This div border color is #797375.


Opacity

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

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

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

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

This text has shadow with #797375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #797375 on black background.


Color preview on white background

This text has color #797375 on white background.



Black color preview on #797375 background

This text has black color on #797375 background.


White color preview on #797375 background

This text has white color on #797375 background.