COLOR #794575

HEX: #794575
RGB: (121,69,117)

Color info

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

RGB color model

#794575 color RGB value is (121,69,117).

  • red value is 121;
  • green value is 69;
  • blue value is 117.
RGB:
(121,69,117)
(47%,27%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 69 of 255 = 27%
B 117 of 255 = 46%

121
69
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 69 + 117 = 307 (100%)
R 121 of 307 ~ 39.41%
G 69 of 307 ~ 22.48%
B 117 of 307 ~ 38.11%

%39.41
%22.48
%38.11

CMYK color model

#794575 color CMYK value is (0,43,3,53).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 3.31%
  • key color value is 52.55%
CMYK:
(0,43,3,53)
C0M43Y3K53 
(0%,43%,3%,53%)
(0.00/0.43/0.03/0.53)	

CMYK percentages

%0
%42.98
%3.31
%52.55

Codes

Color #794575 in popluar color models

794575
RGB12169117
HSL305°27.37%37.25%
HSB/HSV305°42.98%47.45%
CMYK0.00%42.98%3.31%
52.55%

Color #794575 in popluar number systems.

HEX794575
Decimal12169117
Binary111100110001011110101
Octal171105165

Shades and tints

Shades of #794575

#794575
(121,69,117)
#6E3F6B
(110,63,107)
#633961
(99,57,97)
#583357
(88,51,87)
#4D2D4D
(77,45,77)
#422743
(66,39,67)
#372139
(55,33,57)
#2C1B2F
(44,27,47)
#211525
(33,21,37)
#160F1B
(22,15,27)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #794575

#794575
(121,69,117)
#855581
(133,85,129)
#91658D
(145,101,141)
#9D7599
(157,117,153)
#A985A5
(169,133,165)
#B595B1
(181,149,177)
#C1A5BD
(193,165,189)
#CDB5C9
(205,181,201)
#D9C5D5
(217,197,213)
#E5D5E1
(229,213,225)
#F1E5ED
(241,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794575 color. Also use rgb(121,69,117) instead hex code.

Text Font Color

.myTextColor { color: #794575; }

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

This text font color is #794575.


Background Color

.myBgColor { background-color: #794575; }

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

This div background color is #794575.


Border color

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

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

This div border color is #794575.


Opacity

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

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

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

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

This text has shadow with #794575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794575 on black background.


Color preview on white background

This text has color #794575 on white background.



Black color preview on #794575 background

This text has black color on #794575 background.


White color preview on #794575 background

This text has white color on #794575 background.