COLOR #79848A

HEX: #79848A RGB: (121,132,138)

Color info

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

RGB color model

#79848A color RGB value is (121,132,138).

RGB: (121,132,138) (47%, 52%, 54%)

RGB channels and saturation

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

121
132
138

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

Portions of RGB colors in percentages

R + G + B = 121 + 132 + 138 = 391 (100%)
R 121 of 391 ~ 30.95%
G 132 of 391 ~ 33.76%
B 138 of 391 ~ 35.29'%

%30.95
%33.76
%35.29

CMYK color model

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

  • cyan value is 12.32%
  • magenta value is 4.35%
  • 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
%4.35
%0
%45.88

Codes

Color #79848A in popluar color models

79 84 8A
RGB 121 132 138
HSL 201° 6.77% 50.78%
HSB/HSV 201° 12.32% 54.12%
CMYK 12.32% 4.35% 0.00%
45.88%

Color #79848A in popluar number systems.

HEX 79 84 8A
Decimal 121 132 138
Binary 1111001 10000100 10001010
Octal 171 204 212

Shades and tints

Shades of #79848A

#79848A
(121,132,138)
#6E787E
(110,120,126)
#636C72
(99,108,114)
#586066
(88,96,102)
#4D545A
(77,84,90)
#42484E
(66,72,78)
#373C42
(55,60,66)
#2C3036
(44,48,54)
#21242A
(33,36,42)
#16181E
(22,24,30)
#0B0C12
(11,12,18)
#000000
(0,0,0)

Tints of #79848A

#79848A
(121,132,138)
#858F94
(133,143,148)
#919A9E
(145,154,158)
#9DA5A8
(157,165,168)
#A9B0B2
(169,176,178)
#B5BBBC
(181,187,188)
#C1C6C6
(193,198,198)
#CDD1D0
(205,209,208)
#D9DCDA
(217,220,218)
#E5E7E4
(229,231,228)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79848A; }

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

This text font color is #79848A.

Background Color

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

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

This div background color is #79848A.

Border color

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

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

This div border color is #79848A.

Opacity

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

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

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

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

This text has shadow with #79848A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79848A.

Preview

Color preview on black background

This text has color #79848A on black background.


Color preview on white background

This text has color #79848A on white background.


Black color preview on #79848A background

This text has black color on #79848A background.


White color preview on #79848A background

This text has white color on #79848A background.


Related colors

Complementary color

Complementary color for #hex is #867B75.


I love getcolorcode.com

Triadic colors

1 #8A7984 and #848A79 with #79848A are triadic colors.

2 #8A8479 and #84798A with #79848A are triadic colors.