COLOR #794F7D

HEX: #794F7D
RGB: (121,79,125)

Color info

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

RGB color model

#794F7D color RGB value is (121,79,125).

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

RGB channels and saturation

R 121 of 255 = 47%
G 79 of 255 = 31%
B 125 of 255 = 49%

121
79
125

R + G + B ~ 42%. #794F7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 79 + 125 = 325 (100%)
R 121 of 325 ~ 37.23%
G 79 of 325 ~ 24.31%
B 125 of 325 ~ 38.46%

%37.23
%24.31
%38.46

CMYK color model

#794F7D color CMYK value is (3,37,0,51).

  • cyan value is 3.20%
  • magenta value is 36.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,37,0,51)
C3M37Y0K51 
(3%,37%,0%,51%)
(0.03/0.37/0.00/0.51)	

CMYK percentages

%3.2
%36.8
%0
%50.98

Codes

Color #794F7D in popluar color models

794F7D
RGB12179125
HSL295°22.55%40.00%
HSB/HSV295°36.80%49.02%
CMYK3.20%36.80%0.00%
50.98%

Color #794F7D in popluar number systems.

HEX794F7D
Decimal12179125
Binary111100110011111111101
Octal171117175

Shades and tints

Shades of #794F7D

#794F7D
(121,79,125)
#6E4872
(110,72,114)
#634167
(99,65,103)
#583A5C
(88,58,92)
#4D3351
(77,51,81)
#422C46
(66,44,70)
#37253B
(55,37,59)
#2C1E30
(44,30,48)
#211725
(33,23,37)
#16101A
(22,16,26)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #794F7D

#794F7D
(121,79,125)
#855F88
(133,95,136)
#916F93
(145,111,147)
#9D7F9E
(157,127,158)
#A98FA9
(169,143,169)
#B59FB4
(181,159,180)
#C1AFBF
(193,175,191)
#CDBFCA
(205,191,202)
#D9CFD5
(217,207,213)
#E5DFE0
(229,223,224)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794F7D color. Also use rgb(121,79,125) instead hex code.

Text Font Color

.myTextColor { color: #794F7D; }

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

This text font color is #794F7D.


Background Color

.myBgColor { background-color: #794F7D; }

<div style="background-color:#794F7D">Inner text</div>

This div background color is #794F7D.


Border color

.myBorderColor { border: 1px solid #794F7D; }

<div style="border:3px solid #794F7D">Div</div>

This div border color is #794F7D.


Opacity

.myOpacity80 { color: #794F7D; opacity: 0.8; }

<p style="color:#794F7D;opacity:0.8;">80%</p>

Text with #794F7D 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 #794F7D;}

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

This text has shadow with #794F7D color.

.textShadow {text-shadow: 3px 3px 1px #794F7D, 3px 3px 1px red;}

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

This text has shadow with #794F7D primary color and red secondary color.


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

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

This text has shadow with #794F7D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794F7D on black background.


Color preview on white background

This text has color #794F7D on white background.



Black color preview on #794F7D background

This text has black color on #794F7D background.


White color preview on #794F7D background

This text has white color on #794F7D background.