COLOR #793D76

HEX: #793D76
RGB: (121,61,118)

Color info

#793D76 contains mainly red and blue colors. Web safe color of #793D76 is #663366 (or #636).

RGB color model

#793D76 color RGB value is (121,61,118).

  • red value is 121;
  • green value is 61;
  • blue value is 118.
RGB:
(121,61,118)
(47%,24%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 61 of 255 = 24%
B 118 of 255 = 46%

121
61
118

R + G + B ~ 39%. #793D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 61 + 118 = 300 (100%)
R 121 of 300 ~ 40.33%
G 61 of 300 ~ 20.33%
B 118 of 300 ~ 39.33%

%40.33
%20.33
%39.33

CMYK color model

#793D76 color CMYK value is (0,50,2,53).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,50,2,53)
C0M50Y2K53 
(0%,50%,2%,53%)
(0.00/0.50/0.02/0.53)	

CMYK percentages

%0
%49.59
%2.48
%52.55

Codes

Color #793D76 in popluar color models

793D76
RGB12161118
HSL303°32.97%35.69%
HSB/HSV303°49.59%47.45%
CMYK0.00%49.59%2.48%
52.55%

Color #793D76 in popluar number systems.

HEX793D76
Decimal12161118
Binary11110011111011110110
Octal17175166

Shades and tints

Shades of #793D76

#793D76
(121,61,118)
#6E386C
(110,56,108)
#633362
(99,51,98)
#582E58
(88,46,88)
#4D294E
(77,41,78)
#422444
(66,36,68)
#371F3A
(55,31,58)
#2C1A30
(44,26,48)
#211526
(33,21,38)
#16101C
(22,16,28)
#0B0B12
(11,11,18)
#000000
(0,0,0)

Tints of #793D76

#793D76
(121,61,118)
#854E82
(133,78,130)
#915F8E
(145,95,142)
#9D709A
(157,112,154)
#A981A6
(169,129,166)
#B592B2
(181,146,178)
#C1A3BE
(193,163,190)
#CDB4CA
(205,180,202)
#D9C5D6
(217,197,214)
#E5D6E2
(229,214,226)
#F1E7EE
(241,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793D76 color. Also use rgb(121,61,118) instead hex code.

Text Font Color

.myTextColor { color: #793D76; }

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

This text font color is #793D76.


Background Color

.myBgColor { background-color: #793D76; }

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

This div background color is #793D76.


Border color

.myBorderColor { border: 1px solid #793D76; }

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

This div border color is #793D76.


Opacity

.myOpacity80 { color: #793D76; opacity: 0.8; }

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

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

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

This text has shadow with #793D76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793D76 on black background.


Color preview on white background

This text has color #793D76 on white background.



Black color preview on #793D76 background

This text has black color on #793D76 background.


White color preview on #793D76 background

This text has white color on #793D76 background.