COLOR #79858A

HEX: #79858A
RGB: (121,133,138)

Color info

#79858A contains red, green and blue colors in about the same proportion. Web safe color of #79858A is #669999 (or #699).

RGB color model

#79858A color RGB value is (121,133,138).

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

RGB channels and saturation

R 121 of 255 = 47%
G 133 of 255 = 52%
B 138 of 255 = 54%

121
133
138

R + G + B ~ 51%. #79858A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 133 + 138 = 392 (100%)
R 121 of 392 ~ 30.87%
G 133 of 392 ~ 33.93%
B 138 of 392 ~ 35.2%

%30.87
%33.93
%35.2

CMYK color model

#79858A color CMYK value is (12,4,0,46).

  • cyan value is 12.32%
  • magenta value is 3.62%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,4,0,46)
C12M4Y0K46 
(12%,4%,0%,46%)
(0.12/0.04/0.00/0.46)	

CMYK percentages

%12.32
%3.62
%0
%45.88

Codes

Color #79858A in popluar color models

79858A
RGB121133138
HSL198°6.77%50.78%
HSB/HSV198°12.32%54.12%
CMYK12.32%3.62%0.00%
45.88%

Color #79858A in popluar number systems.

HEX79858A
Decimal121133138
Binary11110011000010110001010
Octal171205212

Shades and tints

Shades of #79858A

#79858A
(121,133,138)
#6E797E
(110,121,126)
#636D72
(99,109,114)
#586166
(88,97,102)
#4D555A
(77,85,90)
#42494E
(66,73,78)
#373D42
(55,61,66)
#2C3136
(44,49,54)
#21252A
(33,37,42)
#16191E
(22,25,30)
#0B0D12
(11,13,18)
#000000
(0,0,0)

Tints of #79858A

#79858A
(121,133,138)
#859094
(133,144,148)
#919B9E
(145,155,158)
#9DA6A8
(157,166,168)
#A9B1B2
(169,177,178)
#B5BCBC
(181,188,188)
#C1C7C6
(193,199,198)
#CDD2D0
(205,210,208)
#D9DDDA
(217,221,218)
#E5E8E4
(229,232,228)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79858A color. Also use rgb(121,133,138) instead hex code.

Text Font Color

.myTextColor { color: #79858A; }

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

This text font color is #79858A.


Background Color

.myBgColor { background-color: #79858A; }

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

This div background color is #79858A.


Border color

.myBorderColor { border: 1px solid #79858A; }

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

This div border color is #79858A.


Opacity

.myOpacity80 { color: #79858A; opacity: 0.8; }

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

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

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

This text has shadow with #79858A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79858A on black background.


Color preview on white background

This text has color #79858A on white background.



Black color preview on #79858A background

This text has black color on #79858A background.


White color preview on #79858A background

This text has white color on #79858A background.