COLOR #795676

HEX: #795676
RGB: (121,86,118)

Color info

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

RGB color model

#795676 color RGB value is (121,86,118).

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

RGB channels and saturation

R 121 of 255 = 47%
G 86 of 255 = 34%
B 118 of 255 = 46%

121
86
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 86 + 118 = 325 (100%)
R 121 of 325 ~ 37.23%
G 86 of 325 ~ 26.46%
B 118 of 325 ~ 36.31%

%37.23
%26.46
%36.31

CMYK color model

#795676 color CMYK value is (0,29,2,53).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 2.48%
  • key color value is 52.55%
CMYK:
(0,29,2,53)
C0M29Y2K53 
(0%,29%,2%,53%)
(0.00/0.29/0.02/0.53)	

CMYK percentages

%0
%28.93
%2.48
%52.55

Codes

Color #795676 in popluar color models

795676
RGB12186118
HSL305°16.91%40.59%
HSB/HSV305°28.93%47.45%
CMYK0.00%28.93%2.48%
52.55%

Color #795676 in popluar number systems.

HEX795676
Decimal12186118
Binary111100110101101110110
Octal171126166

Shades and tints

Shades of #795676

#795676
(121,86,118)
#6E4F6C
(110,79,108)
#634862
(99,72,98)
#584158
(88,65,88)
#4D3A4E
(77,58,78)
#423344
(66,51,68)
#372C3A
(55,44,58)
#2C2530
(44,37,48)
#211E26
(33,30,38)
#16171C
(22,23,28)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #795676

#795676
(121,86,118)
#856582
(133,101,130)
#91748E
(145,116,142)
#9D839A
(157,131,154)
#A992A6
(169,146,166)
#B5A1B2
(181,161,178)
#C1B0BE
(193,176,190)
#CDBFCA
(205,191,202)
#D9CED6
(217,206,214)
#E5DDE2
(229,221,226)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #795676; }

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

This text font color is #795676.


Background Color

.myBgColor { background-color: #795676; }

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

This div background color is #795676.


Border color

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

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

This div border color is #795676.


Opacity

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

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

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

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

This text has shadow with #795676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #795676 on black background.


Color preview on white background

This text has color #795676 on white background.



Black color preview on #795676 background

This text has black color on #795676 background.


White color preview on #795676 background

This text has white color on #795676 background.