COLOR #795F4D

HEX: #795F4D
RGB: (121,95,77)

Color info

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

RGB color model

#795F4D color RGB value is (121,95,77).

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

RGB channels and saturation

R 121 of 255 = 47%
G 95 of 255 = 37%
B 77 of 255 = 30%

121
95
77

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

Portions of RGB colors in percentages

R + G + B =
121 + 95 + 77 = 293 (100%)
R 121 of 293 ~ 41.3%
G 95 of 293 ~ 32.42%
B 77 of 293 ~ 26.28%

%41.3
%32.42
%26.28

CMYK color model

#795F4D color CMYK value is (0,21,36,53).

  • cyan value is 0.00%
  • magenta value is 21.49%
  • yellow value is 36.36%
  • key color value is 52.55%
CMYK:
(0,21,36,53)
C0M21Y36K53 
(0%,21%,36%,53%)
(0.00/0.21/0.36/0.53)	

CMYK percentages

%0
%21.49
%36.36
%52.55

Codes

Color #795F4D in popluar color models

795F4D
RGB1219577
HSL25°22.22%38.82%
HSB/HSV25°36.36%47.45%
CMYK0.00%21.49%36.36%
52.55%

Color #795F4D in popluar number systems.

HEX795F4D
Decimal1219577
Binary111100110111111001101
Octal171137115

Shades and tints

Shades of #795F4D

#795F4D
(121,95,77)
#6E5746
(110,87,70)
#634F3F
(99,79,63)
#584738
(88,71,56)
#4D3F31
(77,63,49)
#42372A
(66,55,42)
#372F23
(55,47,35)
#2C271C
(44,39,28)
#211F15
(33,31,21)
#16170E
(22,23,14)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #795F4D

#795F4D
(121,95,77)
#856D5D
(133,109,93)
#917B6D
(145,123,109)
#9D897D
(157,137,125)
#A9978D
(169,151,141)
#B5A59D
(181,165,157)
#C1B3AD
(193,179,173)
#CDC1BD
(205,193,189)
#D9CFCD
(217,207,205)
#E5DDDD
(229,221,221)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795F4D; }

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

This text font color is #795F4D.


Background Color

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

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

This div background color is #795F4D.


Border color

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

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

This div border color is #795F4D.


Opacity

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

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

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

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

This text has shadow with #795F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795F4D on black background.


Color preview on white background

This text has color #795F4D on white background.



Black color preview on #795F4D background

This text has black color on #795F4D background.


White color preview on #795F4D background

This text has white color on #795F4D background.