COLOR #796884

HEX: #796884
RGB: (121,104,132)

Color info

#796884 contains red, green and blue colors in about the same proportion. Web safe color of #796884 is #666699 (or #669).

RGB color model

#796884 color RGB value is (121,104,132).

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

RGB channels and saturation

R 121 of 255 = 47%
G 104 of 255 = 41%
B 132 of 255 = 52%

121
104
132

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

Portions of RGB colors in percentages

R + G + B =
121 + 104 + 132 = 357 (100%)
R 121 of 357 ~ 33.89%
G 104 of 357 ~ 29.13%
B 132 of 357 ~ 36.97%

%33.89
%29.13
%36.97

CMYK color model

#796884 color CMYK value is (8,21,0,48).

  • cyan value is 8.33%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK: (8,21,0,48) C8M21Y0K48 (8%,21%,0%,48%) (0.08/0.21/0.00/0.48)

CMYK percentages

%8.33
%21.21
%0
%48.24

Codes

Color #796884 in popluar color models

796884
RGB121104132
HSL276°11.86%46.27%
HSB/HSV276°21.21%51.76%
CMYK8.33%21.21%0.00%
48.24%

Color #796884 in popluar number systems.

HEX796884
Decimal121104132
Binary1111001110100010000100
Octal171150204

Shades and tints

Shades of #796884

#796884
(121,104,132)
#6E5F78
(110,95,120)
#63566C
(99,86,108)
#584D60
(88,77,96)
#4D4454
(77,68,84)
#423B48
(66,59,72)
#37323C
(55,50,60)
#2C2930
(44,41,48)
#212024
(33,32,36)
#161718
(22,23,24)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #796884

#796884
(121,104,132)
#85758F
(133,117,143)
#91829A
(145,130,154)
#9D8FA5
(157,143,165)
#A99CB0
(169,156,176)
#B5A9BB
(181,169,187)
#C1B6C6
(193,182,198)
#CDC3D1
(205,195,209)
#D9D0DC
(217,208,220)
#E5DDE7
(229,221,231)
#F1EAF2
(241,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796884; }

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

This text font color is #796884.


Background Color

.myBgColor { background-color: #796884; }

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

This div background color is #796884.


Border color

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

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

This div border color is #796884.


Opacity

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

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

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

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

This text has shadow with #796884 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #796884 on black background.


Color preview on white background

This text has color #796884 on white background.



Black color preview on #796884 background

This text has black color on #796884 background.


White color preview on #796884 background

This text has white color on #796884 background.