COLOR #79768D

HEX: #79768D
RGB: (121,118,141)

Color info

#79768D contains red, green and blue colors in about the same proportion. Web safe color of #79768D is #666699 (or #669).

RGB color model

#79768D color RGB value is (121,118,141).

  • red value is 121;
  • green value is 118;
  • blue value is 141.
RGB:
(121,118,141)
(47%,46%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 141 of 255 = 55%

121
118
141

R + G + B ~ 49%. #79768D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 118 + 141 = 380 (100%)
R 121 of 380 ~ 31.84%
G 118 of 380 ~ 31.05%
B 141 of 380 ~ 37.11%

%31.84
%31.05
%37.11

CMYK color model

#79768D color CMYK value is (14,16,0,45).

  • cyan value is 14.18%
  • magenta value is 16.31%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(14,16,0,45)
C14M16Y0K45 
(14%,16%,0%,45%)
(0.14/0.16/0.00/0.45)	

CMYK percentages

%14.18
%16.31
%0
%44.71

Codes

Color #79768D in popluar color models

79768D
RGB121118141
HSL248°9.16%50.78%
HSB/HSV248°16.31%55.29%
CMYK14.18%16.31%0.00%
44.71%

Color #79768D in popluar number systems.

HEX79768D
Decimal121118141
Binary1111001111011010001101
Octal171166215

Shades and tints

Shades of #79768D

#79768D
(121,118,141)
#6E6C81
(110,108,129)
#636275
(99,98,117)
#585869
(88,88,105)
#4D4E5D
(77,78,93)
#424451
(66,68,81)
#373A45
(55,58,69)
#2C3039
(44,48,57)
#21262D
(33,38,45)
#161C21
(22,28,33)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #79768D

#79768D
(121,118,141)
#858297
(133,130,151)
#918EA1
(145,142,161)
#9D9AAB
(157,154,171)
#A9A6B5
(169,166,181)
#B5B2BF
(181,178,191)
#C1BEC9
(193,190,201)
#CDCAD3
(205,202,211)
#D9D6DD
(217,214,221)
#E5E2E7
(229,226,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79768D color. Also use rgb(121,118,141) instead hex code.

Text Font Color

.myTextColor { color: #79768D; }

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

This text font color is #79768D.


Background Color

.myBgColor { background-color: #79768D; }

<div style="background-color:#79768D">Inner text</div>

This div background color is #79768D.


Border color

.myBorderColor { border: 1px solid #79768D; }

<div style="border:3px solid #79768D">Div</div>

This div border color is #79768D.


Opacity

.myOpacity80 { color: #79768D; opacity: 0.8; }

<p style="color:#79768D;opacity:0.8;">80%</p>

Text with #79768D 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 #79768D;}

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

This text has shadow with #79768D color.

.textShadow {text-shadow: 3px 3px 1px #79768D, 3px 3px 1px red;}

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

This text has shadow with #79768D primary color and red secondary color.


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

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

This text has shadow with #79768D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79768D on black background.


Color preview on white background

This text has color #79768D on white background.



Black color preview on #79768D background

This text has black color on #79768D background.


White color preview on #79768D background

This text has white color on #79768D background.