COLOR #79857D

HEX: #79857D
RGB: (121,133,125)

Color info

#79857D contains red, green and blue colors in about the same proportion. Web safe color of #79857D is #669966 (or #696).

RGB color model

#79857D color RGB value is (121,133,125).

  • red value is 121;
  • green value is 133;
  • blue value is 125.
RGB:
(121,133,125)
(47%,52%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 133 of 255 = 52%
B 125 of 255 = 49%

121
133
125

R + G + B ~ 49%. #79857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 133 + 125 = 379 (100%)
R 121 of 379 ~ 31.93%
G 133 of 379 ~ 35.09%
B 125 of 379 ~ 32.98%

%31.93
%35.09
%32.98

CMYK color model

#79857D color CMYK value is (9,0,6,48).

  • cyan value is 9.02%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(9,0,6,48)
C9M0Y6K48 
(9%,0%,6%,48%)
(0.09/0.00/0.06/0.48)	

CMYK percentages

%9.02
%0
%6.02
%47.84

Codes

Color #79857D in popluar color models

79857D
RGB121133125
HSL140°4.72%49.80%
HSB/HSV140°9.02%52.16%
CMYK9.02%0.00%6.02%
47.84%

Color #79857D in popluar number systems.

HEX79857D
Decimal121133125
Binary1111001100001011111101
Octal171205175

Shades and tints

Shades of #79857D

#79857D
(121,133,125)
#6E7972
(110,121,114)
#636D67
(99,109,103)
#58615C
(88,97,92)
#4D5551
(77,85,81)
#424946
(66,73,70)
#373D3B
(55,61,59)
#2C3130
(44,49,48)
#212525
(33,37,37)
#16191A
(22,25,26)
#0B0D0F
(11,13,15)
#000000
(0,0,0)

Tints of #79857D

#79857D
(121,133,125)
#859088
(133,144,136)
#919B93
(145,155,147)
#9DA69E
(157,166,158)
#A9B1A9
(169,177,169)
#B5BCB4
(181,188,180)
#C1C7BF
(193,199,191)
#CDD2CA
(205,210,202)
#D9DDD5
(217,221,213)
#E5E8E0
(229,232,224)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79857D color. Also use rgb(121,133,125) instead hex code.

Text Font Color

.myTextColor { color: #79857D; }

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

This text font color is #79857D.


Background Color

.myBgColor { background-color: #79857D; }

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

This div background color is #79857D.


Border color

.myBorderColor { border: 1px solid #79857D; }

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

This div border color is #79857D.


Opacity

.myOpacity80 { color: #79857D; opacity: 0.8; }

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

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

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

This text has shadow with #79857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79857D on black background.


Color preview on white background

This text has color #79857D on white background.



Black color preview on #79857D background

This text has black color on #79857D background.


White color preview on #79857D background

This text has white color on #79857D background.