COLOR #794752

HEX: #794752
RGB: (121,71,82)

Color info

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

RGB color model

#794752 color RGB value is (121,71,82).

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

RGB channels and saturation

R 121 of 255 = 47%
G 71 of 255 = 28%
B 82 of 255 = 32%

121
71
82

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

Portions of RGB colors in percentages

R + G + B =
121 + 71 + 82 = 274 (100%)
R 121 of 274 ~ 44.16%
G 71 of 274 ~ 25.91%
B 82 of 274 ~ 29.93%

%44.16
%25.91
%29.93

CMYK color model

#794752 color CMYK value is (0,41,32,53).

  • cyan value is 0.00%
  • magenta value is 41.32%
  • yellow value is 32.23%
  • key color value is 52.55%
CMYK:
(0,41,32,53)
C0M41Y32K53 
(0%,41%,32%,53%)
(0.00/0.41/0.32/0.53)	

CMYK percentages

%0
%41.32
%32.23
%52.55

Codes

Color #794752 in popluar color models

794752
RGB1217182
HSL347°26.04%37.65%
HSB/HSV347°41.32%47.45%
CMYK0.00%41.32%32.23%
52.55%

Color #794752 in popluar number systems.

HEX794752
Decimal1217182
Binary111100110001111010010
Octal171107122

Shades and tints

Shades of #794752

#794752
(121,71,82)
#6E414B
(110,65,75)
#633B44
(99,59,68)
#58353D
(88,53,61)
#4D2F36
(77,47,54)
#42292F
(66,41,47)
#372328
(55,35,40)
#2C1D21
(44,29,33)
#21171A
(33,23,26)
#161113
(22,17,19)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #794752

#794752
(121,71,82)
#855761
(133,87,97)
#916770
(145,103,112)
#9D777F
(157,119,127)
#A9878E
(169,135,142)
#B5979D
(181,151,157)
#C1A7AC
(193,167,172)
#CDB7BB
(205,183,187)
#D9C7CA
(217,199,202)
#E5D7D9
(229,215,217)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794752; }

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

This text font color is #794752.


Background Color

.myBgColor { background-color: #794752; }

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

This div background color is #794752.


Border color

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

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

This div border color is #794752.


Opacity

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

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

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

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

This text has shadow with #794752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794752 on black background.


Color preview on white background

This text has color #794752 on white background.



Black color preview on #794752 background

This text has black color on #794752 background.


White color preview on #794752 background

This text has white color on #794752 background.