COLOR #79888A

HEX: #79888A
RGB: (121,136,138)

Color info

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

RGB color model

#79888A color RGB value is (121,136,138).

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

RGB channels and saturation

R 121 of 255 = 47%
G 136 of 255 = 53%
B 138 of 255 = 54%

121
136
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 136 + 138 = 395 (100%)
R 121 of 395 ~ 30.63%
G 136 of 395 ~ 34.43%
B 138 of 395 ~ 34.94%

%30.63
%34.43
%34.94

CMYK color model

#79888A color CMYK value is (12,1,0,46).

  • cyan value is 12.32%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(12,1,0,46)
C12M1Y0K46 
(12%,1%,0%,46%)
(0.12/0.01/0.00/0.46)	

CMYK percentages

%12.32
%1.45
%0
%45.88

Codes

Color #79888A in popluar color models

79888A
RGB121136138
HSL187°6.77%50.78%
HSB/HSV187°12.32%54.12%
CMYK12.32%1.45%0.00%
45.88%

Color #79888A in popluar number systems.

HEX79888A
Decimal121136138
Binary11110011000100010001010
Octal171210212

Shades and tints

Shades of #79888A

#79888A
(121,136,138)
#6E7C7E
(110,124,126)
#637072
(99,112,114)
#586466
(88,100,102)
#4D585A
(77,88,90)
#424C4E
(66,76,78)
#374042
(55,64,66)
#2C3436
(44,52,54)
#21282A
(33,40,42)
#161C1E
(22,28,30)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #79888A

#79888A
(121,136,138)
#859294
(133,146,148)
#919C9E
(145,156,158)
#9DA6A8
(157,166,168)
#A9B0B2
(169,176,178)
#B5BABC
(181,186,188)
#C1C4C6
(193,196,198)
#CDCED0
(205,206,208)
#D9D8DA
(217,216,218)
#E5E2E4
(229,226,228)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79888A; }

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

This text font color is #79888A.


Background Color

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

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

This div background color is #79888A.


Border color

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

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

This div border color is #79888A.


Opacity

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

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

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

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

This text has shadow with #79888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79888A on black background.


Color preview on white background

This text has color #79888A on white background.



Black color preview on #79888A background

This text has black color on #79888A background.


White color preview on #79888A background

This text has white color on #79888A background.