COLOR #79738C

HEX: #79738C RGB: (121,115,140)

Color info

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

RGB color model

#79738C color RGB value is (121,115,140).

RGB: (121,115,140) (47%, 45%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 115 of 255 = 45%
B 140 of 255 = 55%

121
115
140

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

Portions of RGB colors in percentages

R + G + B = 121 + 115 + 140 = 376 (100%)
R 121 of 376 ~ 32.18%
G 115 of 376 ~ 30.59%
B 140 of 376 ~ 37.23'%

%32.18
%30.59
%37.23

CMYK color model

#79738C color CMYK value is (14,18,0,45).

  • cyan value is 13.57%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (14,18,0,45)
C14M18Y0K45 (14%, 18%, 0%, 45%)
(0.14 / 0.18 / 0.00 / 0.45)

CMYK percentages

%13.57
%17.86
%0
%45.1

Codes

Color #79738C in popluar color models

79 73 8C
RGB 121 115 140
HSL 254° 9.80% 50.00%
HSB/HSV 254° 17.86% 54.90%
CMYK 13.57% 17.86% 0.00%
45.10%

Color #79738C in popluar number systems.

HEX 79 73 8C
Decimal 121 115 140
Binary 1111001 1110011 10001100
Octal 171 163 214

Shades and tints

Shades of #79738C

#79738C
(121,115,140)
#6E6980
(110,105,128)
#635F74
(99,95,116)
#585568
(88,85,104)
#4D4B5C
(77,75,92)
#424150
(66,65,80)
#373744
(55,55,68)
#2C2D38
(44,45,56)
#21232C
(33,35,44)
#161920
(22,25,32)
#0B0F14
(11,15,20)
#000000
(0,0,0)

Tints of #79738C

#79738C
(121,115,140)
#857F96
(133,127,150)
#918BA0
(145,139,160)
#9D97AA
(157,151,170)
#A9A3B4
(169,163,180)
#B5AFBE
(181,175,190)
#C1BBC8
(193,187,200)
#CDC7D2
(205,199,210)
#D9D3DC
(217,211,220)
#E5DFE6
(229,223,230)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79738C; }

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

This text font color is #79738C.

Background Color

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

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

This div background color is #79738C.

Border color

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

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

This div border color is #79738C.

Opacity

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

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

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

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

This text has shadow with #79738C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79738C.

Preview

Color preview on black background

This text has color #79738C on black background.


Color preview on white background

This text has color #79738C on white background.


Black color preview on #79738C background

This text has black color on #79738C background.


White color preview on #79738C background

This text has white color on #79738C background.


Related colors

Complementary color

Complementary color for #hex is #868C73.


I love getcolorcode.com

Triadic colors

1 #8C7973 and #738C79 with #79738C are triadic colors.

2 #8C7379 and #73798C with #79738C are triadic colors.