COLOR #795D72

HEX: #795D72
RGB: (121,93,114)

Color info

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

RGB color model

#795D72 color RGB value is (121,93,114).

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

RGB channels and saturation

R 121 of 255 = 47%
G 93 of 255 = 36%
B 114 of 255 = 45%

121
93
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 93 + 114 = 328 (100%)
R 121 of 328 ~ 36.89%
G 93 of 328 ~ 28.35%
B 114 of 328 ~ 34.76%

%36.89
%28.35
%34.76

CMYK color model

#795D72 color CMYK value is (0,23,6,53).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 5.79%
  • key color value is 52.55%
CMYK:
(0,23,6,53)
C0M23Y6K53 
(0%,23%,6%,53%)
(0.00/0.23/0.06/0.53)	

CMYK percentages

%0
%23.14
%5.79
%52.55

Codes

Color #795D72 in popluar color models

795D72
RGB12193114
HSL315°13.08%41.96%
HSB/HSV315°23.14%47.45%
CMYK0.00%23.14%5.79%
52.55%

Color #795D72 in popluar number systems.

HEX795D72
Decimal12193114
Binary111100110111011110010
Octal171135162

Shades and tints

Shades of #795D72

#795D72
(121,93,114)
#6E5568
(110,85,104)
#634D5E
(99,77,94)
#584554
(88,69,84)
#4D3D4A
(77,61,74)
#423540
(66,53,64)
#372D36
(55,45,54)
#2C252C
(44,37,44)
#211D22
(33,29,34)
#161518
(22,21,24)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #795D72

#795D72
(121,93,114)
#856B7E
(133,107,126)
#91798A
(145,121,138)
#9D8796
(157,135,150)
#A995A2
(169,149,162)
#B5A3AE
(181,163,174)
#C1B1BA
(193,177,186)
#CDBFC6
(205,191,198)
#D9CDD2
(217,205,210)
#E5DBDE
(229,219,222)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795D72; }

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

This text font color is #795D72.


Background Color

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

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

This div background color is #795D72.


Border color

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

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

This div border color is #795D72.


Opacity

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

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

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

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

This text has shadow with #795D72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795D72 on black background.


Color preview on white background

This text has color #795D72 on white background.



Black color preview on #795D72 background

This text has black color on #795D72 background.


White color preview on #795D72 background

This text has white color on #795D72 background.