COLOR #794873

HEX: #794873
RGB: (121,72,115)

Color info

#794873 contains red, green and blue colors in about the same proportion. Web safe color of #794873 is #663366 (or #636).

RGB color model

#794873 color RGB value is (121,72,115).

  • red value is 121;
  • green value is 72;
  • blue value is 115.
RGB:
(121,72,115)
(47%,28%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 72 of 255 = 28%
B 115 of 255 = 45%

121
72
115

R + G + B ~ 40%. #794873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 72 + 115 = 308 (100%)
R 121 of 308 ~ 39.29%
G 72 of 308 ~ 23.38%
B 115 of 308 ~ 37.34%

%39.29
%23.38
%37.34

CMYK color model

#794873 color CMYK value is (0,40,5,53).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(0,40,5,53)
C0M40Y5K53 
(0%,40%,5%,53%)
(0.00/0.40/0.05/0.53)	

CMYK percentages

%0
%40.5
%4.96
%52.55

Codes

Color #794873 in popluar color models

794873
RGB12172115
HSL307°25.39%37.84%
HSB/HSV307°40.50%47.45%
CMYK0.00%40.50%4.96%
52.55%

Color #794873 in popluar number systems.

HEX794873
Decimal12172115
Binary111100110010001110011
Octal171110163

Shades and tints

Shades of #794873

#794873
(121,72,115)
#6E4269
(110,66,105)
#633C5F
(99,60,95)
#583655
(88,54,85)
#4D304B
(77,48,75)
#422A41
(66,42,65)
#372437
(55,36,55)
#2C1E2D
(44,30,45)
#211823
(33,24,35)
#161219
(22,18,25)
#0B0C0F
(11,12,15)
#000000
(0,0,0)

Tints of #794873

#794873
(121,72,115)
#85587F
(133,88,127)
#91688B
(145,104,139)
#9D7897
(157,120,151)
#A988A3
(169,136,163)
#B598AF
(181,152,175)
#C1A8BB
(193,168,187)
#CDB8C7
(205,184,199)
#D9C8D3
(217,200,211)
#E5D8DF
(229,216,223)
#F1E8EB
(241,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794873; }

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

This text font color is #794873.


Background Color

.myBgColor { background-color: #794873; }

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

This div background color is #794873.


Border color

.myBorderColor { border: 1px solid #794873; }

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

This div border color is #794873.


Opacity

.myOpacity80 { color: #794873; opacity: 0.8; }

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

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

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

This text has shadow with #794873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794873 on black background.


Color preview on white background

This text has color #794873 on white background.



Black color preview on #794873 background

This text has black color on #794873 background.


White color preview on #794873 background

This text has white color on #794873 background.