COLOR #794663

HEX: #794663
RGB: (121,70,99)

Color info

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

RGB color model

#794663 color RGB value is (121,70,99).

  • red value is 121;
  • green value is 70;
  • blue value is 99.
RGB:
(121,70,99)
(47%,27%,39%)

RGB channels and saturation

R 121 of 255 = 47%
G 70 of 255 = 27%
B 99 of 255 = 39%

121
70
99

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

Portions of RGB colors in percentages

R + G + B =
121 + 70 + 99 = 290 (100%)
R 121 of 290 ~ 41.72%
G 70 of 290 ~ 24.14%
B 99 of 290 ~ 34.14%

%41.72
%24.14
%34.14

CMYK color model

#794663 color CMYK value is (0,42,18,53).

  • cyan value is 0.00%
  • magenta value is 42.15%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(0,42,18,53)
C0M42Y18K53 
(0%,42%,18%,53%)
(0.00/0.42/0.18/0.53)	

CMYK percentages

%0
%42.15
%18.18
%52.55

Codes

Color #794663 in popluar color models

794663
RGB1217099
HSL326°26.70%37.45%
HSB/HSV326°42.15%47.45%
CMYK0.00%42.15%18.18%
52.55%

Color #794663 in popluar number systems.

HEX794663
Decimal1217099
Binary111100110001101100011
Octal171106143

Shades and tints

Shades of #794663

#794663
(121,70,99)
#6E405A
(110,64,90)
#633A51
(99,58,81)
#583448
(88,52,72)
#4D2E3F
(77,46,63)
#422836
(66,40,54)
#37222D
(55,34,45)
#2C1C24
(44,28,36)
#21161B
(33,22,27)
#161012
(22,16,18)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #794663

#794663
(121,70,99)
#855671
(133,86,113)
#91667F
(145,102,127)
#9D768D
(157,118,141)
#A9869B
(169,134,155)
#B596A9
(181,150,169)
#C1A6B7
(193,166,183)
#CDB6C5
(205,182,197)
#D9C6D3
(217,198,211)
#E5D6E1
(229,214,225)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794663 color. Also use rgb(121,70,99) instead hex code.

Text Font Color

.myTextColor { color: #794663; }

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

This text font color is #794663.


Background Color

.myBgColor { background-color: #794663; }

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

This div background color is #794663.


Border color

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

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

This div border color is #794663.


Opacity

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

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

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

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

This text has shadow with #794663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794663 on black background.


Color preview on white background

This text has color #794663 on white background.



Black color preview on #794663 background

This text has black color on #794663 background.


White color preview on #794663 background

This text has white color on #794663 background.