COLOR #794757

HEX: #794757
RGB: (121,71,87)

Color info

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

RGB color model

#794757 color RGB value is (121,71,87).

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

RGB channels and saturation

R 121 of 255 = 47%
G 71 of 255 = 28%
B 87 of 255 = 34%

121
71
87

R + G + B ~ 36%. #794757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 71 + 87 = 279 (100%)
R 121 of 279 ~ 43.37%
G 71 of 279 ~ 25.45%
B 87 of 279 ~ 31.18%

%43.37
%25.45
%31.18

CMYK color model

#794757 color CMYK value is (0,41,28,53).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(0,41,28,53)
C0M41Y28K53 
(0%,41%,28%,53%)
(0.00/0.41/0.28/0.53)	

CMYK percentages

%0
%41.32
%28.1
%52.55

Codes

Color #794757 in popluar color models

794757
RGB1217187
HSL341°26.04%37.65%
HSB/HSV341°41.32%47.45%
CMYK0.00%41.32%28.10%
52.55%

Color #794757 in popluar number systems.

HEX794757
Decimal1217187
Binary111100110001111010111
Octal171107127

Shades and tints

Shades of #794757

#794757
(121,71,87)
#6E4150
(110,65,80)
#633B49
(99,59,73)
#583542
(88,53,66)
#4D2F3B
(77,47,59)
#422934
(66,41,52)
#37232D
(55,35,45)
#2C1D26
(44,29,38)
#21171F
(33,23,31)
#161118
(22,17,24)
#0B0B11
(11,11,17)
#000000
(0,0,0)

Tints of #794757

#794757
(121,71,87)
#855766
(133,87,102)
#916775
(145,103,117)
#9D7784
(157,119,132)
#A98793
(169,135,147)
#B597A2
(181,151,162)
#C1A7B1
(193,167,177)
#CDB7C0
(205,183,192)
#D9C7CF
(217,199,207)
#E5D7DE
(229,215,222)
#F1E7ED
(241,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794757; }

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

This text font color is #794757.


Background Color

.myBgColor { background-color: #794757; }

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

This div background color is #794757.


Border color

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

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

This div border color is #794757.


Opacity

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

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

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

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

This text has shadow with #794757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794757 on black background.


Color preview on white background

This text has color #794757 on white background.



Black color preview on #794757 background

This text has black color on #794757 background.


White color preview on #794757 background

This text has white color on #794757 background.