COLOR #794E63

HEX: #794E63
RGB: (121,78,99)

Color info

#794E63 contains red, green and blue colors in about the same proportion. Web safe color of #794E63 is #666666 (or #666).

RGB color model

#794E63 color RGB value is (121,78,99).

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

RGB channels and saturation

R 121 of 255 = 47%
G 78 of 255 = 31%
B 99 of 255 = 39%

121
78
99

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

Portions of RGB colors in percentages

R + G + B =
121 + 78 + 99 = 298 (100%)
R 121 of 298 ~ 40.6%
G 78 of 298 ~ 26.17%
B 99 of 298 ~ 33.22%

%40.6
%26.17
%33.22

CMYK color model

#794E63 color CMYK value is (0,36,18,53).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(0,36,18,53)
C0M36Y18K53 
(0%,36%,18%,53%)
(0.00/0.36/0.18/0.53)	

CMYK percentages

%0
%35.54
%18.18
%52.55

Codes

Color #794E63 in popluar color models

794E63
RGB1217899
HSL331°21.61%39.02%
HSB/HSV331°35.54%47.45%
CMYK0.00%35.54%18.18%
52.55%

Color #794E63 in popluar number systems.

HEX794E63
Decimal1217899
Binary111100110011101100011
Octal171116143

Shades and tints

Shades of #794E63

#794E63
(121,78,99)
#6E475A
(110,71,90)
#634051
(99,64,81)
#583948
(88,57,72)
#4D323F
(77,50,63)
#422B36
(66,43,54)
#37242D
(55,36,45)
#2C1D24
(44,29,36)
#21161B
(33,22,27)
#160F12
(22,15,18)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #794E63

#794E63
(121,78,99)
#855E71
(133,94,113)
#916E7F
(145,110,127)
#9D7E8D
(157,126,141)
#A98E9B
(169,142,155)
#B59EA9
(181,158,169)
#C1AEB7
(193,174,183)
#CDBEC5
(205,190,197)
#D9CED3
(217,206,211)
#E5DEE1
(229,222,225)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794E63; }

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

This text font color is #794E63.


Background Color

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

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

This div background color is #794E63.


Border color

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

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

This div border color is #794E63.


Opacity

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

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

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

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

This text has shadow with #794E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794E63 on black background.


Color preview on white background

This text has color #794E63 on white background.



Black color preview on #794E63 background

This text has black color on #794E63 background.


White color preview on #794E63 background

This text has white color on #794E63 background.