COLOR #796C88

HEX: #796C88
RGB: (121,108,136)

Color info

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

RGB color model

#796C88 color RGB value is (121,108,136).

  • red value is 121;
  • green value is 108;
  • blue value is 136.
RGB:
(121,108,136)
(47%,42%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 108 of 255 = 42%
B 136 of 255 = 53%

121
108
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 108 + 136 = 365 (100%)
R 121 of 365 ~ 33.15%
G 108 of 365 ~ 29.59%
B 136 of 365 ~ 37.26%

%33.15
%29.59
%37.26

CMYK color model

#796C88 color CMYK value is (11,21,0,47).

  • cyan value is 11.03%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(11,21,0,47)
C11M21Y0K47 
(11%,21%,0%,47%)
(0.11/0.21/0.00/0.47)	

CMYK percentages

%11.03
%20.59
%0
%46.67

Codes

Color #796C88 in popluar color models

796C88
RGB121108136
HSL268°11.48%47.84%
HSB/HSV268°20.59%53.33%
CMYK11.03%20.59%0.00%
46.67%

Color #796C88 in popluar number systems.

HEX796C88
Decimal121108136
Binary1111001110110010001000
Octal171154210

Shades and tints

Shades of #796C88

#796C88
(121,108,136)
#6E637C
(110,99,124)
#635A70
(99,90,112)
#585164
(88,81,100)
#4D4858
(77,72,88)
#423F4C
(66,63,76)
#373640
(55,54,64)
#2C2D34
(44,45,52)
#212428
(33,36,40)
#161B1C
(22,27,28)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #796C88

#796C88
(121,108,136)
#857992
(133,121,146)
#91869C
(145,134,156)
#9D93A6
(157,147,166)
#A9A0B0
(169,160,176)
#B5ADBA
(181,173,186)
#C1BAC4
(193,186,196)
#CDC7CE
(205,199,206)
#D9D4D8
(217,212,216)
#E5E1E2
(229,225,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796C88 color. Also use rgb(121,108,136) instead hex code.

Text Font Color

.myTextColor { color: #796C88; }

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

This text font color is #796C88.


Background Color

.myBgColor { background-color: #796C88; }

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

This div background color is #796C88.


Border color

.myBorderColor { border: 1px solid #796C88; }

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

This div border color is #796C88.


Opacity

.myOpacity80 { color: #796C88; opacity: 0.8; }

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

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

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

This text has shadow with #796C88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796C88 on black background.


Color preview on white background

This text has color #796C88 on white background.



Black color preview on #796C88 background

This text has black color on #796C88 background.


White color preview on #796C88 background

This text has white color on #796C88 background.