COLOR #794E4C

HEX: #794E4C
RGB: (121,78,76)

Color info

#794E4C contains red, green and blue colors in about the same proportion. Web safe color of #794E4C is #666633 (or #663).

RGB color model

#794E4C color RGB value is (121,78,76).

  • red value is 121;
  • green value is 78;
  • blue value is 76.
RGB:
(121,78,76)
(47%,31%,30%)

RGB channels and saturation

R 121 of 255 = 47%
G 78 of 255 = 31%
B 76 of 255 = 30%

121
78
76

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

Portions of RGB colors in percentages

R + G + B =
121 + 78 + 76 = 275 (100%)
R 121 of 275 ~ 44%
G 78 of 275 ~ 28.36%
B 76 of 275 ~ 27.64%

%44
%28.36
%27.64

CMYK color model

#794E4C color CMYK value is (0,36,37,53).

  • cyan value is 0.00%
  • magenta value is 35.54%
  • yellow value is 37.19%
  • key color value is 52.55%
CMYK:
(0,36,37,53)
C0M36Y37K53 
(0%,36%,37%,53%)
(0.00/0.36/0.37/0.53)	

CMYK percentages

%0
%35.54
%37.19
%52.55

Codes

Color #794E4C in popluar color models

794E4C
RGB1217876
HSL22.84%38.63%
HSB/HSV37.19%47.45%
CMYK0.00%35.54%37.19%
52.55%

Color #794E4C in popluar number systems.

HEX794E4C
Decimal1217876
Binary111100110011101001100
Octal171116114

Shades and tints

Shades of #794E4C

#794E4C
(121,78,76)
#6E4746
(110,71,70)
#634040
(99,64,64)
#58393A
(88,57,58)
#4D3234
(77,50,52)
#422B2E
(66,43,46)
#372428
(55,36,40)
#2C1D22
(44,29,34)
#21161C
(33,22,28)
#160F16
(22,15,22)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #794E4C

#794E4C
(121,78,76)
#855E5C
(133,94,92)
#916E6C
(145,110,108)
#9D7E7C
(157,126,124)
#A98E8C
(169,142,140)
#B59E9C
(181,158,156)
#C1AEAC
(193,174,172)
#CDBEBC
(205,190,188)
#D9CECC
(217,206,204)
#E5DEDC
(229,222,220)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794E4C color. Also use rgb(121,78,76) instead hex code.

Text Font Color

.myTextColor { color: #794E4C; }

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

This text font color is #794E4C.


Background Color

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

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

This div background color is #794E4C.


Border color

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

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

This div border color is #794E4C.


Opacity

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

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

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

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

This text has shadow with #794E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794E4C on black background.


Color preview on white background

This text has color #794E4C on white background.



Black color preview on #794E4C background

This text has black color on #794E4C background.


White color preview on #794E4C background

This text has white color on #794E4C background.