COLOR #796878

HEX: #796878
RGB: (121,104,120)

Color info

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

RGB color model

#796878 color RGB value is (121,104,120).

  • red value is 121;
  • green value is 104;
  • blue value is 120.
RGB:
(121,104,120)
(47%,41%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 120 of 255 = 47%

121
104
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 120 = 345 (100%)
R 121 of 345 ~ 35.07%
G 104 of 345 ~ 30.14%
B 120 of 345 ~ 34.78%

%35.07
%30.14
%34.78

CMYK color model

#796878 color CMYK value is (0,14,1,53).

  • cyan value is 0.00%
  • magenta value is 14.05%
  • yellow value is 0.83%
  • key color value is 52.55%
CMYK:
(0,14,1,53)
C0M14Y1K53 
(0%,14%,1%,53%)
(0.00/0.14/0.01/0.53)	

CMYK percentages

%0
%14.05
%0.83
%52.55

Codes

Color #796878 in popluar color models

796878
RGB121104120
HSL304°7.56%44.12%
HSB/HSV304°14.05%47.45%
CMYK0.00%14.05%0.83%
52.55%

Color #796878 in popluar number systems.

HEX796878
Decimal121104120
Binary111100111010001111000
Octal171150170

Shades and tints

Shades of #796878

#796878
(121,104,120)
#6E5F6E
(110,95,110)
#635664
(99,86,100)
#584D5A
(88,77,90)
#4D4450
(77,68,80)
#423B46
(66,59,70)
#37323C
(55,50,60)
#2C2932
(44,41,50)
#212028
(33,32,40)
#16171E
(22,23,30)
#0B0E14
(11,14,20)
#000000
(0,0,0)

Tints of #796878

#796878
(121,104,120)
#857584
(133,117,132)
#918290
(145,130,144)
#9D8F9C
(157,143,156)
#A99CA8
(169,156,168)
#B5A9B4
(181,169,180)
#C1B6C0
(193,182,192)
#CDC3CC
(205,195,204)
#D9D0D8
(217,208,216)
#E5DDE4
(229,221,228)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796878 color. Also use rgb(121,104,120) instead hex code.

Text Font Color

.myTextColor { color: #796878; }

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

This text font color is #796878.


Background Color

.myBgColor { background-color: #796878; }

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

This div background color is #796878.


Border color

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

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

This div border color is #796878.


Opacity

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

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

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

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

This text has shadow with #796878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796878 on black background.


Color preview on white background

This text has color #796878 on white background.



Black color preview on #796878 background

This text has black color on #796878 background.


White color preview on #796878 background

This text has white color on #796878 background.