COLOR #794759

HEX: #794759
RGB: (121,71,89)

Color info

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

RGB color model

#794759 color RGB value is (121,71,89).

  • red value is 121;
  • green value is 71;
  • blue value is 89.
RGB:
(121,71,89)
(47%,28%,35%)

RGB channels and saturation

R 121 of 255 = 47%
G 71 of 255 = 28%
B 89 of 255 = 35%

121
71
89

R + G + B ~ 37%. #794759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 71 + 89 = 281 (100%)
R 121 of 281 ~ 43.06%
G 71 of 281 ~ 25.27%
B 89 of 281 ~ 31.67%

%43.06
%25.27
%31.67

CMYK color model

#794759 color CMYK value is (0,41,26,53).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 26.45%
  • key color value is 52.55%
CMYK:
(0,41,26,53)
C0M41Y26K53 
(0%,41%,26%,53%)
(0.00/0.41/0.26/0.53)	

CMYK percentages

%0
%41.32
%26.45
%52.55

Codes

Color #794759 in popluar color models

794759
RGB1217189
HSL338°26.04%37.65%
HSB/HSV338°41.32%47.45%
CMYK0.00%41.32%26.45%
52.55%

Color #794759 in popluar number systems.

HEX794759
Decimal1217189
Binary111100110001111011001
Octal171107131

Shades and tints

Shades of #794759

#794759
(121,71,89)
#6E4151
(110,65,81)
#633B49
(99,59,73)
#583541
(88,53,65)
#4D2F39
(77,47,57)
#422931
(66,41,49)
#372329
(55,35,41)
#2C1D21
(44,29,33)
#211719
(33,23,25)
#161111
(22,17,17)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #794759

#794759
(121,71,89)
#855768
(133,87,104)
#916777
(145,103,119)
#9D7786
(157,119,134)
#A98795
(169,135,149)
#B597A4
(181,151,164)
#C1A7B3
(193,167,179)
#CDB7C2
(205,183,194)
#D9C7D1
(217,199,209)
#E5D7E0
(229,215,224)
#F1E7EF
(241,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794759 color. Also use rgb(121,71,89) instead hex code.

Text Font Color

.myTextColor { color: #794759; }

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

This text font color is #794759.


Background Color

.myBgColor { background-color: #794759; }

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

This div background color is #794759.


Border color

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

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

This div border color is #794759.


Opacity

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

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

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

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

This text has shadow with #794759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794759 on black background.


Color preview on white background

This text has color #794759 on white background.



Black color preview on #794759 background

This text has black color on #794759 background.


White color preview on #794759 background

This text has white color on #794759 background.