COLOR #794D7D

HEX: #794D7D
RGB: (121,77,125)

Color info

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

RGB color model

#794D7D color RGB value is (121,77,125).

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

RGB channels and saturation

R 121 of 255 = 47%
G 77 of 255 = 30%
B 125 of 255 = 49%

121
77
125

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

Portions of RGB colors in percentages

R + G + B =
121 + 77 + 125 = 323 (100%)
R 121 of 323 ~ 37.46%
G 77 of 323 ~ 23.84%
B 125 of 323 ~ 38.7%

%37.46
%23.84
%38.7

CMYK color model

#794D7D color CMYK value is (3,38,0,51).

  • cyan value is 3.20%
  • magenta value is 38.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(3,38,0,51)
C3M38Y0K51 
(3%,38%,0%,51%)
(0.03/0.38/0.00/0.51)	

CMYK percentages

%3.2
%38.4
%0
%50.98

Codes

Color #794D7D in popluar color models

794D7D
RGB12177125
HSL295°23.76%39.61%
HSB/HSV295°38.40%49.02%
CMYK3.20%38.40%0.00%
50.98%

Color #794D7D in popluar number systems.

HEX794D7D
Decimal12177125
Binary111100110011011111101
Octal171115175

Shades and tints

Shades of #794D7D

#794D7D
(121,77,125)
#6E4672
(110,70,114)
#633F67
(99,63,103)
#58385C
(88,56,92)
#4D3151
(77,49,81)
#422A46
(66,42,70)
#37233B
(55,35,59)
#2C1C30
(44,28,48)
#211525
(33,21,37)
#160E1A
(22,14,26)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #794D7D

#794D7D
(121,77,125)
#855D88
(133,93,136)
#916D93
(145,109,147)
#9D7D9E
(157,125,158)
#A98DA9
(169,141,169)
#B59DB4
(181,157,180)
#C1ADBF
(193,173,191)
#CDBDCA
(205,189,202)
#D9CDD5
(217,205,213)
#E5DDE0
(229,221,224)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794D7D; }

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

This text font color is #794D7D.


Background Color

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

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

This div background color is #794D7D.


Border color

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

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

This div border color is #794D7D.


Opacity

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

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

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

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

This text has shadow with #794D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794D7D on black background.


Color preview on white background

This text has color #794D7D on white background.



Black color preview on #794D7D background

This text has black color on #794D7D background.


White color preview on #794D7D background

This text has white color on #794D7D background.