COLOR #794857

HEX: #794857
RGB: (121,72,87)

Color info

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

RGB color model

#794857 color RGB value is (121,72,87).

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

RGB channels and saturation

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

121
72
87

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

Portions of RGB colors in percentages

R + G + B =
121 + 72 + 87 = 280 (100%)
R 121 of 280 ~ 43.21%
G 72 of 280 ~ 25.71%
B 87 of 280 ~ 31.07%

%43.21
%25.71
%31.07

CMYK color model

#794857 color CMYK value is (0,40,28,53).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(0,40,28,53)
C0M40Y28K53 
(0%,40%,28%,53%)
(0.00/0.40/0.28/0.53)	

CMYK percentages

%0
%40.5
%28.1
%52.55

Codes

Color #794857 in popluar color models

794857
RGB1217287
HSL342°25.39%37.84%
HSB/HSV342°40.50%47.45%
CMYK0.00%40.50%28.10%
52.55%

Color #794857 in popluar number systems.

HEX794857
Decimal1217287
Binary111100110010001010111
Octal171110127

Shades and tints

Shades of #794857

#794857
(121,72,87)
#6E4250
(110,66,80)
#633C49
(99,60,73)
#583642
(88,54,66)
#4D303B
(77,48,59)
#422A34
(66,42,52)
#37242D
(55,36,45)
#2C1E26
(44,30,38)
#21181F
(33,24,31)
#161218
(22,18,24)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #794857

#794857
(121,72,87)
#855866
(133,88,102)
#916875
(145,104,117)
#9D7884
(157,120,132)
#A98893
(169,136,147)
#B598A2
(181,152,162)
#C1A8B1
(193,168,177)
#CDB8C0
(205,184,192)
#D9C8CF
(217,200,207)
#E5D8DE
(229,216,222)
#F1E8ED
(241,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794857; }

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

This text font color is #794857.


Background Color

.myBgColor { background-color: #794857; }

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

This div background color is #794857.


Border color

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

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

This div border color is #794857.


Opacity

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

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

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

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

This text has shadow with #794857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794857 on black background.


Color preview on white background

This text has color #794857 on white background.



Black color preview on #794857 background

This text has black color on #794857 background.


White color preview on #794857 background

This text has white color on #794857 background.