COLOR #795D6F

HEX: #795D6F
RGB: (121,93,111)

Color info

#795D6F contains red, green and blue colors in about the same proportion. Web safe color of #795D6F is #666666 (or #666).

RGB color model

#795D6F color RGB value is (121,93,111).

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

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 111 of 255 = 44%

121
93
111

R + G + B ~ 42%. #795D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 111 = 325 (100%)
R 121 of 325 ~ 37.23%
G 93 of 325 ~ 28.62%
B 111 of 325 ~ 34.15%

%37.23
%28.62
%34.15

CMYK color model

#795D6F color CMYK value is (0,23,8,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 8.26%
  • key color value is 52.55%
CMYK:
(0,23,8,53)
C0M23Y8K53 
(0%,23%,8%,53%)
(0.00/0.23/0.08/0.53)	

CMYK percentages

%0
%23.14
%8.26
%52.55

Codes

Color #795D6F in popluar color models

795D6F
RGB12193111
HSL321°13.08%41.96%
HSB/HSV321°23.14%47.45%
CMYK0.00%23.14%8.26%
52.55%

Color #795D6F in popluar number systems.

HEX795D6F
Decimal12193111
Binary111100110111011101111
Octal171135157

Shades and tints

Shades of #795D6F

#795D6F
(121,93,111)
#6E5565
(110,85,101)
#634D5B
(99,77,91)
#584551
(88,69,81)
#4D3D47
(77,61,71)
#42353D
(66,53,61)
#372D33
(55,45,51)
#2C2529
(44,37,41)
#211D1F
(33,29,31)
#161515
(22,21,21)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #795D6F

#795D6F
(121,93,111)
#856B7C
(133,107,124)
#917989
(145,121,137)
#9D8796
(157,135,150)
#A995A3
(169,149,163)
#B5A3B0
(181,163,176)
#C1B1BD
(193,177,189)
#CDBFCA
(205,191,202)
#D9CDD7
(217,205,215)
#E5DBE4
(229,219,228)
#F1E9F1
(241,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D6F; }

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

This text font color is #795D6F.


Background Color

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

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

This div background color is #795D6F.


Border color

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

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

This div border color is #795D6F.


Opacity

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

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

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

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

This text has shadow with #795D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D6F on black background.


Color preview on white background

This text has color #795D6F on white background.



Black color preview on #795D6F background

This text has black color on #795D6F background.


White color preview on #795D6F background

This text has white color on #795D6F background.