COLOR #79577E

HEX: #79577E
RGB: (121,87,126)

Color info

#79577E contains red, green and blue colors in about the same proportion. Web safe color of #79577E is #666666 (or #666).

RGB color model

#79577E color RGB value is (121,87,126).

  • red value is 121;
  • green value is 87;
  • blue value is 126.
RGB:
(121,87,126)
(47%,34%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 87 of 255 = 34%
B 126 of 255 = 49%

121
87
126

R + G + B ~ 43%. #79577E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 87 + 126 = 334 (100%)
R 121 of 334 ~ 36.23%
G 87 of 334 ~ 26.05%
B 126 of 334 ~ 37.72%

%36.23
%26.05
%37.72

CMYK color model

#79577E color CMYK value is (4,31,0,51).

  • cyan value is 3.97%
  • magenta value is 30.95%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(4,31,0,51)
C4M31Y0K51 
(4%,31%,0%,51%)
(0.04/0.31/0.00/0.51)	

CMYK percentages

%3.97
%30.95
%0
%50.59

Codes

Color #79577E in popluar color models

79577E
RGB12187126
HSL292°18.31%41.76%
HSB/HSV292°30.95%49.41%
CMYK3.97%30.95%0.00%
50.59%

Color #79577E in popluar number systems.

HEX79577E
Decimal12187126
Binary111100110101111111110
Octal171127176

Shades and tints

Shades of #79577E

#79577E
(121,87,126)
#6E5073
(110,80,115)
#634968
(99,73,104)
#58425D
(88,66,93)
#4D3B52
(77,59,82)
#423447
(66,52,71)
#372D3C
(55,45,60)
#2C2631
(44,38,49)
#211F26
(33,31,38)
#16181B
(22,24,27)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #79577E

#79577E
(121,87,126)
#856689
(133,102,137)
#917594
(145,117,148)
#9D849F
(157,132,159)
#A993AA
(169,147,170)
#B5A2B5
(181,162,181)
#C1B1C0
(193,177,192)
#CDC0CB
(205,192,203)
#D9CFD6
(217,207,214)
#E5DEE1
(229,222,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79577E color. Also use rgb(121,87,126) instead hex code.

Text Font Color

.myTextColor { color: #79577E; }

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

This text font color is #79577E.


Background Color

.myBgColor { background-color: #79577E; }

<div style="background-color:#79577E">Inner text</div>

This div background color is #79577E.


Border color

.myBorderColor { border: 1px solid #79577E; }

<div style="border:3px solid #79577E">Div</div>

This div border color is #79577E.


Opacity

.myOpacity80 { color: #79577E; opacity: 0.8; }

<p style="color:#79577E;opacity:0.8;">80%</p>

Text with #79577E 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 #79577E;}

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

This text has shadow with #79577E color.

.textShadow {text-shadow: 3px 3px 1px #79577E, 3px 3px 1px red;}

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

This text has shadow with #79577E primary color and red secondary color.


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

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

This text has shadow with #79577E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79577E on black background.


Color preview on white background

This text has color #79577E on white background.



Black color preview on #79577E background

This text has black color on #79577E background.


White color preview on #79577E background

This text has white color on #79577E background.