COLOR #793F6B

HEX: #793F6B
RGB: (121,63,107)

Color info

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

RGB color model

#793F6B color RGB value is (121,63,107).

  • red value is 121;
  • green value is 63;
  • blue value is 107.
RGB:
(121,63,107)
(47%,25%,42%)

RGB channels and saturation

R 121 of 255 = 47%
G 63 of 255 = 25%
B 107 of 255 = 42%

121
63
107

R + G + B ~ 38%. #793F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 63 + 107 = 291 (100%)
R 121 of 291 ~ 41.58%
G 63 of 291 ~ 21.65%
B 107 of 291 ~ 36.77%

%41.58
%21.65
%36.77

CMYK color model

#793F6B color CMYK value is (0,48,12,53).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 11.57%
  • key color value is 52.55%
CMYK:
(0,48,12,53)
C0M48Y12K53 
(0%,48%,12%,53%)
(0.00/0.48/0.12/0.53)	

CMYK percentages

%0
%47.93
%11.57
%52.55

Codes

Color #793F6B in popluar color models

793F6B
RGB12163107
HSL314°31.52%36.08%
HSB/HSV314°47.93%47.45%
CMYK0.00%47.93%11.57%
52.55%

Color #793F6B in popluar number systems.

HEX793F6B
Decimal12163107
Binary11110011111111101011
Octal17177153

Shades and tints

Shades of #793F6B

#793F6B
(121,63,107)
#6E3A62
(110,58,98)
#633559
(99,53,89)
#583050
(88,48,80)
#4D2B47
(77,43,71)
#42263E
(66,38,62)
#372135
(55,33,53)
#2C1C2C
(44,28,44)
#211723
(33,23,35)
#16121A
(22,18,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #793F6B

#793F6B
(121,63,107)
#855078
(133,80,120)
#916185
(145,97,133)
#9D7292
(157,114,146)
#A9839F
(169,131,159)
#B594AC
(181,148,172)
#C1A5B9
(193,165,185)
#CDB6C6
(205,182,198)
#D9C7D3
(217,199,211)
#E5D8E0
(229,216,224)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793F6B color. Also use rgb(121,63,107) instead hex code.

Text Font Color

.myTextColor { color: #793F6B; }

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

This text font color is #793F6B.


Background Color

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

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

This div background color is #793F6B.


Border color

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

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

This div border color is #793F6B.


Opacity

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

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

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

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

This text has shadow with #793F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793F6B on black background.


Color preview on white background

This text has color #793F6B on white background.



Black color preview on #793F6B background

This text has black color on #793F6B background.


White color preview on #793F6B background

This text has white color on #793F6B background.