COLOR #794966

HEX: #794966
RGB: (121,73,102)

Color info

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

RGB color model

#794966 color RGB value is (121,73,102).

  • red value is 121;
  • green value is 73;
  • blue value is 102.
RGB:
(121,73,102)
(47%,29%,40%)

RGB channels and saturation

R 121 of 255 = 47%
G 73 of 255 = 29%
B 102 of 255 = 40%

121
73
102

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

Portions of RGB colors in percentages

R + G + B =
121 + 73 + 102 = 296 (100%)
R 121 of 296 ~ 40.88%
G 73 of 296 ~ 24.66%
B 102 of 296 ~ 34.46%

%40.88
%24.66
%34.46

CMYK color model

#794966 color CMYK value is (0,40,16,53).

  • cyan value is 0.00%
  • magenta value is 39.67%
  • yellow value is 15.70%
  • key color value is 52.55%
CMYK:
(0,40,16,53)
C0M40Y16K53 
(0%,40%,16%,53%)
(0.00/0.40/0.16/0.53)	

CMYK percentages

%0
%39.67
%15.7
%52.55

Codes

Color #794966 in popluar color models

794966
RGB12173102
HSL324°24.74%38.04%
HSB/HSV324°39.67%47.45%
CMYK0.00%39.67%15.70%
52.55%

Color #794966 in popluar number systems.

HEX794966
Decimal12173102
Binary111100110010011100110
Octal171111146

Shades and tints

Shades of #794966

#794966
(121,73,102)
#6E435D
(110,67,93)
#633D54
(99,61,84)
#58374B
(88,55,75)
#4D3142
(77,49,66)
#422B39
(66,43,57)
#372530
(55,37,48)
#2C1F27
(44,31,39)
#21191E
(33,25,30)
#161315
(22,19,21)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #794966

#794966
(121,73,102)
#855973
(133,89,115)
#916980
(145,105,128)
#9D798D
(157,121,141)
#A9899A
(169,137,154)
#B599A7
(181,153,167)
#C1A9B4
(193,169,180)
#CDB9C1
(205,185,193)
#D9C9CE
(217,201,206)
#E5D9DB
(229,217,219)
#F1E9E8
(241,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794966 color. Also use rgb(121,73,102) instead hex code.

Text Font Color

.myTextColor { color: #794966; }

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

This text font color is #794966.


Background Color

.myBgColor { background-color: #794966; }

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

This div background color is #794966.


Border color

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

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

This div border color is #794966.


Opacity

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

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

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

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

This text has shadow with #794966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794966 on black background.


Color preview on white background

This text has color #794966 on white background.



Black color preview on #794966 background

This text has black color on #794966 background.


White color preview on #794966 background

This text has white color on #794966 background.