COLOR #794D62

HEX: #794D62
RGB: (121,77,98)

Color info

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

RGB color model

#794D62 color RGB value is (121,77,98).

  • red value is 121;
  • green value is 77;
  • blue value is 98.
RGB:
(121,77,98)
(47%,30%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 77 of 255 = 30%
B 98 of 255 = 38%

121
77
98

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

Portions of RGB colors in percentages

R + G + B =
121 + 77 + 98 = 296 (100%)
R 121 of 296 ~ 40.88%
G 77 of 296 ~ 26.01%
B 98 of 296 ~ 33.11%

%40.88
%26.01
%33.11

CMYK color model

#794D62 color CMYK value is (0,36,19,53).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 19.01%
  • key color value is 52.55%
CMYK:
(0,36,19,53)
C0M36Y19K53 
(0%,36%,19%,53%)
(0.00/0.36/0.19/0.53)	

CMYK percentages

%0
%36.36
%19.01
%52.55

Codes

Color #794D62 in popluar color models

794D62
RGB1217798
HSL331°22.22%38.82%
HSB/HSV331°36.36%47.45%
CMYK0.00%36.36%19.01%
52.55%

Color #794D62 in popluar number systems.

HEX794D62
Decimal1217798
Binary111100110011011100010
Octal171115142

Shades and tints

Shades of #794D62

#794D62
(121,77,98)
#6E465A
(110,70,90)
#633F52
(99,63,82)
#58384A
(88,56,74)
#4D3142
(77,49,66)
#422A3A
(66,42,58)
#372332
(55,35,50)
#2C1C2A
(44,28,42)
#211522
(33,21,34)
#160E1A
(22,14,26)
#0B0712
(11,7,18)
#000000
(0,0,0)

Tints of #794D62

#794D62
(121,77,98)
#855D70
(133,93,112)
#916D7E
(145,109,126)
#9D7D8C
(157,125,140)
#A98D9A
(169,141,154)
#B59DA8
(181,157,168)
#C1ADB6
(193,173,182)
#CDBDC4
(205,189,196)
#D9CDD2
(217,205,210)
#E5DDE0
(229,221,224)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794D62 color. Also use rgb(121,77,98) instead hex code.

Text Font Color

.myTextColor { color: #794D62; }

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

This text font color is #794D62.


Background Color

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

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

This div background color is #794D62.


Border color

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

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

This div border color is #794D62.


Opacity

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

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

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

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

This text has shadow with #794D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794D62 on black background.


Color preview on white background

This text has color #794D62 on white background.



Black color preview on #794D62 background

This text has black color on #794D62 background.


White color preview on #794D62 background

This text has white color on #794D62 background.