COLOR #794D68

HEX: #794D68
RGB: (121,77,104)

Color info

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

RGB color model

#794D68 color RGB value is (121,77,104).

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

RGB channels and saturation

R 121 of 255 = 47%
G 77 of 255 = 30%
B 104 of 255 = 41%

121
77
104

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

Portions of RGB colors in percentages

R + G + B =
121 + 77 + 104 = 302 (100%)
R 121 of 302 ~ 40.07%
G 77 of 302 ~ 25.5%
B 104 of 302 ~ 34.44%

%40.07
%25.5
%34.44

CMYK color model

#794D68 color CMYK value is (0,36,14,53).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 14.05%
  • key color value is 52.55%
CMYK:
(0,36,14,53)
C0M36Y14K53 
(0%,36%,14%,53%)
(0.00/0.36/0.14/0.53)	

CMYK percentages

%0
%36.36
%14.05
%52.55

Codes

Color #794D68 in popluar color models

794D68
RGB12177104
HSL323°22.22%38.82%
HSB/HSV323°36.36%47.45%
CMYK0.00%36.36%14.05%
52.55%

Color #794D68 in popluar number systems.

HEX794D68
Decimal12177104
Binary111100110011011101000
Octal171115150

Shades and tints

Shades of #794D68

#794D68
(121,77,104)
#6E465F
(110,70,95)
#633F56
(99,63,86)
#58384D
(88,56,77)
#4D3144
(77,49,68)
#422A3B
(66,42,59)
#372332
(55,35,50)
#2C1C29
(44,28,41)
#211520
(33,21,32)
#160E17
(22,14,23)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #794D68

#794D68
(121,77,104)
#855D75
(133,93,117)
#916D82
(145,109,130)
#9D7D8F
(157,125,143)
#A98D9C
(169,141,156)
#B59DA9
(181,157,169)
#C1ADB6
(193,173,182)
#CDBDC3
(205,189,195)
#D9CDD0
(217,205,208)
#E5DDDD
(229,221,221)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794D68; }

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

This text font color is #794D68.


Background Color

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

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

This div background color is #794D68.


Border color

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

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

This div border color is #794D68.


Opacity

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

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

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

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

This text has shadow with #794D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794D68 on black background.


Color preview on white background

This text has color #794D68 on white background.



Black color preview on #794D68 background

This text has black color on #794D68 background.


White color preview on #794D68 background

This text has white color on #794D68 background.