COLOR #79748F

HEX: #79748F RGB: (121,116,143)

Color info

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

RGB color model

#79748F color RGB value is (121,116,143).

RGB: (121,116,143) (47%, 45%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 116 of 255 = 45%
B 143 of 255 = 56%

121
116
143

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

Portions of RGB colors in percentages

R + G + B = 121 + 116 + 143 = 380 (100%)
R 121 of 380 ~ 31.84%
G 116 of 380 ~ 30.53%
B 143 of 380 ~ 37.63'%

%31.84
%30.53
%37.63

CMYK color model

#79748F color CMYK value is (15,19,0,44).

  • cyan value is 15.38%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (15,19,0,44)
C15M19Y0K44 (15%, 19%, 0%, 44%)
(0.15 / 0.19 / 0.00 / 0.44)

CMYK percentages

%15.38
%18.88
%0
%43.92

Codes

Color #79748F in popluar color models

79 74 8F
RGB 121 116 143
HSL 251° 10.76% 50.78%
HSB/HSV 251° 18.88% 56.08%
CMYK 15.38% 18.88% 0.00%
43.92%

Color #79748F in popluar number systems.

HEX 79 74 8F
Decimal 121 116 143
Binary 1111001 1110100 10001111
Octal 171 164 217

Shades and tints

Shades of #79748F

#79748F
(121,116,143)
#6E6A82
(110,106,130)
#636075
(99,96,117)
#585668
(88,86,104)
#4D4C5B
(77,76,91)
#42424E
(66,66,78)
#373841
(55,56,65)
#2C2E34
(44,46,52)
#212427
(33,36,39)
#161A1A
(22,26,26)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #79748F

#79748F
(121,116,143)
#858099
(133,128,153)
#918CA3
(145,140,163)
#9D98AD
(157,152,173)
#A9A4B7
(169,164,183)
#B5B0C1
(181,176,193)
#C1BCCB
(193,188,203)
#CDC8D5
(205,200,213)
#D9D4DF
(217,212,223)
#E5E0E9
(229,224,233)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79748F color. Also use rgb(121,116,143) instead hex code.

Text Font Color

.myTextColor { color: #79748F; }

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

This text font color is #79748F.

Background Color

.myBgColor { background-color: #79748F; }

<div style="background-color:#79748F">Inner text</div>

This div background color is #79748F.

Border color

.myBorderColor { border: 1px solid #79748F; }

<div style="border:3px solid #79748F">Div</div>

This div border color is #79748F.

Opacity

.myOpacity80 { color: #79748F; opacity: 0.8; }

<p style="color:#79748F;opacity:0.8;">80%</p>

Text with #79748F 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 #79748F;}

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

This text has shadow with #79748F color.


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

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

This text has shadow with #79748F primary color and red secondary color.


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

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

This text has shadow with #79748F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79748F.

Preview

Color preview on black background

This text has color #79748F on black background.


Color preview on white background

This text has color #79748F on white background.


Black color preview on #79748F background

This text has black color on #79748F background.


White color preview on #79748F background

This text has white color on #79748F background.


Related colors

Complementary color

Complementary color for #hex is #868B70.


I love getcolorcode.com

Triadic colors

1 #8F7974 and #748F79 with #79748F are triadic colors.

2 #8F7479 and #74798F with #79748F are triadic colors.