COLOR #795D4D

HEX: #795D4D
RGB: (121,93,77)

Color info

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

RGB color model

#795D4D color RGB value is (121,93,77).

  • red value is 121;
  • green value is 93;
  • blue value is 77.
RGB:
(121,93,77)
(47%,36%,30%)

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 77 of 255 = 30%

121
93
77

R + G + B ~ 38%. #795D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 77 = 291 (100%)
R 121 of 291 ~ 41.58%
G 93 of 291 ~ 31.96%
B 77 of 291 ~ 26.46%

%41.58
%31.96
%26.46

CMYK color model

#795D4D color CMYK value is (0,23,36,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK:
(0,23,36,53)
C0M23Y36K53 
(0%,23%,36%,53%)
(0.00/0.23/0.36/0.53)	

CMYK percentages

%0
%23.14
%36.36
%52.55

Codes

Color #795D4D in popluar color models

795D4D
RGB1219377
HSL22°22.22%38.82%
HSB/HSV22°36.36%47.45%
CMYK0.00%23.14%36.36%
52.55%

Color #795D4D in popluar number systems.

HEX795D4D
Decimal1219377
Binary111100110111011001101
Octal171135115

Shades and tints

Shades of #795D4D

#795D4D
(121,93,77)
#6E5546
(110,85,70)
#634D3F
(99,77,63)
#584538
(88,69,56)
#4D3D31
(77,61,49)
#42352A
(66,53,42)
#372D23
(55,45,35)
#2C251C
(44,37,28)
#211D15
(33,29,21)
#16150E
(22,21,14)
#0B0D07
(11,13,7)
#000000
(0,0,0)

Tints of #795D4D

#795D4D
(121,93,77)
#856B5D
(133,107,93)
#91796D
(145,121,109)
#9D877D
(157,135,125)
#A9958D
(169,149,141)
#B5A39D
(181,163,157)
#C1B1AD
(193,177,173)
#CDBFBD
(205,191,189)
#D9CDCD
(217,205,205)
#E5DBDD
(229,219,221)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795D4D color. Also use rgb(121,93,77) instead hex code.

Text Font Color

.myTextColor { color: #795D4D; }

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

This text font color is #795D4D.


Background Color

.myBgColor { background-color: #795D4D; }

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

This div background color is #795D4D.


Border color

.myBorderColor { border: 1px solid #795D4D; }

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

This div border color is #795D4D.


Opacity

.myOpacity80 { color: #795D4D; opacity: 0.8; }

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

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

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

This text has shadow with #795D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D4D on black background.


Color preview on white background

This text has color #795D4D on white background.



Black color preview on #795D4D background

This text has black color on #795D4D background.


White color preview on #795D4D background

This text has white color on #795D4D background.