COLOR #795673

HEX: #795673
RGB: (121,86,115)

Color info

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

RGB color model

#795673 color RGB value is (121,86,115).

  • red value is 121;
  • green value is 86;
  • blue value is 115.
RGB:
(121,86,115)
(47%,34%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 86 of 255 = 34%
B 115 of 255 = 45%

121
86
115

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

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 115 = 322 (100%)
R 121 of 322 ~ 37.58%
G 86 of 322 ~ 26.71%
B 115 of 322 ~ 35.71%

%37.58
%26.71
%35.71

CMYK color model

#795673 color CMYK value is (0,29,5,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(0,29,5,53)
C0M29Y5K53 
(0%,29%,5%,53%)
(0.00/0.29/0.05/0.53)	

CMYK percentages

%0
%28.93
%4.96
%52.55

Codes

Color #795673 in popluar color models

795673
RGB12186115
HSL310°16.91%40.59%
HSB/HSV310°28.93%47.45%
CMYK0.00%28.93%4.96%
52.55%

Color #795673 in popluar number systems.

HEX795673
Decimal12186115
Binary111100110101101110011
Octal171126163

Shades and tints

Shades of #795673

#795673
(121,86,115)
#6E4F69
(110,79,105)
#63485F
(99,72,95)
#584155
(88,65,85)
#4D3A4B
(77,58,75)
#423341
(66,51,65)
#372C37
(55,44,55)
#2C252D
(44,37,45)
#211E23
(33,30,35)
#161719
(22,23,25)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #795673

#795673
(121,86,115)
#85657F
(133,101,127)
#91748B
(145,116,139)
#9D8397
(157,131,151)
#A992A3
(169,146,163)
#B5A1AF
(181,161,175)
#C1B0BB
(193,176,187)
#CDBFC7
(205,191,199)
#D9CED3
(217,206,211)
#E5DDDF
(229,221,223)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #795673 color. Also use rgb(121,86,115) instead hex code.

Text Font Color

.myTextColor { color: #795673; }

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

This text font color is #795673.


Background Color

.myBgColor { background-color: #795673; }

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

This div background color is #795673.


Border color

.myBorderColor { border: 1px solid #795673; }

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

This div border color is #795673.


Opacity

.myOpacity80 { color: #795673; opacity: 0.8; }

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

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

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

This text has shadow with #795673 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795673 on black background.


Color preview on white background

This text has color #795673 on white background.



Black color preview on #795673 background

This text has black color on #795673 background.


White color preview on #795673 background

This text has white color on #795673 background.