COLOR #794B58

HEX: #794B58
RGB: (121,75,88)

Color info

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

RGB color model

#794B58 color RGB value is (121,75,88).

  • red value is 121;
  • green value is 75;
  • blue value is 88.
RGB:
(121,75,88)
(47%,29%,35%)

RGB channels and saturation

R 121 of 255 = 47%
G 75 of 255 = 29%
B 88 of 255 = 35%

121
75
88

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

Portions of RGB colors in percentages

R + G + B =
121 + 75 + 88 = 284 (100%)
R 121 of 284 ~ 42.61%
G 75 of 284 ~ 26.41%
B 88 of 284 ~ 30.99%

%42.61
%26.41
%30.99

CMYK color model

#794B58 color CMYK value is (0,38,27,53).

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 27.27%
  • key color value is 52.55%
CMYK:
(0,38,27,53)
C0M38Y27K53 
(0%,38%,27%,53%)
(0.00/0.38/0.27/0.53)	

CMYK percentages

%0
%38.02
%27.27
%52.55

Codes

Color #794B58 in popluar color models

794B58
RGB1217588
HSL343°23.47%38.43%
HSB/HSV343°38.02%47.45%
CMYK0.00%38.02%27.27%
52.55%

Color #794B58 in popluar number systems.

HEX794B58
Decimal1217588
Binary111100110010111011000
Octal171113130

Shades and tints

Shades of #794B58

#794B58
(121,75,88)
#6E4550
(110,69,80)
#633F48
(99,63,72)
#583940
(88,57,64)
#4D3338
(77,51,56)
#422D30
(66,45,48)
#372728
(55,39,40)
#2C2120
(44,33,32)
#211B18
(33,27,24)
#161510
(22,21,16)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #794B58

#794B58
(121,75,88)
#855B67
(133,91,103)
#916B76
(145,107,118)
#9D7B85
(157,123,133)
#A98B94
(169,139,148)
#B59BA3
(181,155,163)
#C1ABB2
(193,171,178)
#CDBBC1
(205,187,193)
#D9CBD0
(217,203,208)
#E5DBDF
(229,219,223)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794B58 color. Also use rgb(121,75,88) instead hex code.

Text Font Color

.myTextColor { color: #794B58; }

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

This text font color is #794B58.


Background Color

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

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

This div background color is #794B58.


Border color

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

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

This div border color is #794B58.


Opacity

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

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

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

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

This text has shadow with #794B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794B58 on black background.


Color preview on white background

This text has color #794B58 on white background.



Black color preview on #794B58 background

This text has black color on #794B58 background.


White color preview on #794B58 background

This text has white color on #794B58 background.