COLOR #79848C

HEX: #79848C
RGB: (121,132,140)

Color info

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

RGB color model

#79848C color RGB value is (121,132,140).

  • red value is 121;
  • green value is 132;
  • blue value is 140.
RGB:
(121,132,140)
(47%,52%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 132 of 255 = 52%
B 140 of 255 = 55%

121
132
140

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

Portions of RGB colors in percentages

R + G + B =
121 + 132 + 140 = 393 (100%)
R 121 of 393 ~ 30.79%
G 132 of 393 ~ 33.59%
B 140 of 393 ~ 35.62%

%30.79
%33.59
%35.62

CMYK color model

#79848C color CMYK value is (14,6,0,45).

  • cyan value is 13.57%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,6,0,45)
C14M6Y0K45 
(14%,6%,0%,45%)
(0.14/0.06/0.00/0.45)	

CMYK percentages

%13.57
%5.71
%0
%45.1

Codes

Color #79848C in popluar color models

79848C
RGB121132140
HSL205°7.63%51.18%
HSB/HSV205°13.57%54.90%
CMYK13.57%5.71%0.00%
45.10%

Color #79848C in popluar number systems.

HEX79848C
Decimal121132140
Binary11110011000010010001100
Octal171204214

Shades and tints

Shades of #79848C

#79848C
(121,132,140)
#6E7880
(110,120,128)
#636C74
(99,108,116)
#586068
(88,96,104)
#4D545C
(77,84,92)
#424850
(66,72,80)
#373C44
(55,60,68)
#2C3038
(44,48,56)
#21242C
(33,36,44)
#161820
(22,24,32)
#0B0C14
(11,12,20)
#000000
(0,0,0)

Tints of #79848C

#79848C
(121,132,140)
#858F96
(133,143,150)
#919AA0
(145,154,160)
#9DA5AA
(157,165,170)
#A9B0B4
(169,176,180)
#B5BBBE
(181,187,190)
#C1C6C8
(193,198,200)
#CDD1D2
(205,209,210)
#D9DCDC
(217,220,220)
#E5E7E6
(229,231,230)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79848C; }

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

This text font color is #79848C.


Background Color

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

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

This div background color is #79848C.


Border color

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

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

This div border color is #79848C.


Opacity

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

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

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

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

This text has shadow with #79848C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79848C on black background.


Color preview on white background

This text has color #79848C on white background.



Black color preview on #79848C background

This text has black color on #79848C background.


White color preview on #79848C background

This text has white color on #79848C background.