COLOR #79868C

HEX: #79868C
RGB: (121,134,140)

Color info

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

RGB color model

#79868C color RGB value is (121,134,140).

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

RGB channels and saturation

R 121 of 255 = 47%
G 134 of 255 = 53%
B 140 of 255 = 55%

121
134
140

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

Portions of RGB colors in percentages

R + G + B =
121 + 134 + 140 = 395 (100%)
R 121 of 395 ~ 30.63%
G 134 of 395 ~ 33.92%
B 140 of 395 ~ 35.44%

%30.63
%33.92
%35.44

CMYK color model

#79868C color CMYK value is (14,4,0,45).

  • cyan value is 13.57%
  • magenta value is 4.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(14,4,0,45)
C14M4Y0K45 
(14%,4%,0%,45%)
(0.14/0.04/0.00/0.45)	

CMYK percentages

%13.57
%4.29
%0
%45.1

Codes

Color #79868C in popluar color models

79868C
RGB121134140
HSL199°7.63%51.18%
HSB/HSV199°13.57%54.90%
CMYK13.57%4.29%0.00%
45.10%

Color #79868C in popluar number systems.

HEX79868C
Decimal121134140
Binary11110011000011010001100
Octal171206214

Shades and tints

Shades of #79868C

#79868C
(121,134,140)
#6E7A80
(110,122,128)
#636E74
(99,110,116)
#586268
(88,98,104)
#4D565C
(77,86,92)
#424A50
(66,74,80)
#373E44
(55,62,68)
#2C3238
(44,50,56)
#21262C
(33,38,44)
#161A20
(22,26,32)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #79868C

#79868C
(121,134,140)
#859196
(133,145,150)
#919CA0
(145,156,160)
#9DA7AA
(157,167,170)
#A9B2B4
(169,178,180)
#B5BDBE
(181,189,190)
#C1C8C8
(193,200,200)
#CDD3D2
(205,211,210)
#D9DEDC
(217,222,220)
#E5E9E6
(229,233,230)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79868C; }

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

This text font color is #79868C.


Background Color

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

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

This div background color is #79868C.


Border color

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

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

This div border color is #79868C.


Opacity

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

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

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

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

This text has shadow with #79868C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79868C on black background.


Color preview on white background

This text has color #79868C on white background.



Black color preview on #79868C background

This text has black color on #79868C background.


White color preview on #79868C background

This text has white color on #79868C background.