COLOR #79617D

HEX: #79617D
RGB: (121,97,125)

Color info

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

RGB color model

#79617D color RGB value is (121,97,125).

  • red value is 121;
  • green value is 97;
  • blue value is 125.
RGB:
(121,97,125)
(47%,38%,49%)

RGB channels and saturation

R 121 of 255 = 47%
G 97 of 255 = 38%
B 125 of 255 = 49%

121
97
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 97 + 125 = 343 (100%)
R 121 of 343 ~ 35.28%
G 97 of 343 ~ 28.28%
B 125 of 343 ~ 36.44%

%35.28
%28.28
%36.44

CMYK color model

#79617D color CMYK value is (3,22,0,51).

  • cyan value is 3.20%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,22,0,51)
C3M22Y0K51 
(3%,22%,0%,51%)
(0.03/0.22/0.00/0.51)	

CMYK percentages

%3.2
%22.4
%0
%50.98

Codes

Color #79617D in popluar color models

79617D
RGB12197125
HSL291°12.61%43.53%
HSB/HSV291°22.40%49.02%
CMYK3.20%22.40%0.00%
50.98%

Color #79617D in popluar number systems.

HEX79617D
Decimal12197125
Binary111100111000011111101
Octal171141175

Shades and tints

Shades of #79617D

#79617D
(121,97,125)
#6E5972
(110,89,114)
#635167
(99,81,103)
#58495C
(88,73,92)
#4D4151
(77,65,81)
#423946
(66,57,70)
#37313B
(55,49,59)
#2C2930
(44,41,48)
#212125
(33,33,37)
#16191A
(22,25,26)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #79617D

#79617D
(121,97,125)
#856F88
(133,111,136)
#917D93
(145,125,147)
#9D8B9E
(157,139,158)
#A999A9
(169,153,169)
#B5A7B4
(181,167,180)
#C1B5BF
(193,181,191)
#CDC3CA
(205,195,202)
#D9D1D5
(217,209,213)
#E5DFE0
(229,223,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79617D color. Also use rgb(121,97,125) instead hex code.

Text Font Color

.myTextColor { color: #79617D; }

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

This text font color is #79617D.


Background Color

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

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

This div background color is #79617D.


Border color

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

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

This div border color is #79617D.


Opacity

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

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

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

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

This text has shadow with #79617D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79617D on black background.


Color preview on white background

This text has color #79617D on white background.



Black color preview on #79617D background

This text has black color on #79617D background.


White color preview on #79617D background

This text has white color on #79617D background.