COLOR #80798A

HEX: #80798A
RGB: (128,121,138)

Color info

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

RGB color model

#80798A color RGB value is (128,121,138).

  • red value is 128;
  • green value is 121;
  • blue value is 138.
RGB:
(128,121,138)
(50%,47%,54%)

RGB channels and saturation

R 128 of 255 = 50%
G 121 of 255 = 47%
B 138 of 255 = 54%

128
121
138

R + G + B ~ 50%. #80798A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 121 + 138 = 387 (100%)
R 128 of 387 ~ 33.07%
G 121 of 387 ~ 31.27%
B 138 of 387 ~ 35.66%

%33.07
%31.27
%35.66

CMYK color model

#80798A color CMYK value is (7,12,0,46).

  • cyan value is 7.25%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(7,12,0,46)
C7M12Y0K46 
(7%,12%,0%,46%)
(0.07/0.12/0.00/0.46)	

CMYK percentages

%7.25
%12.32
%0
%45.88

Codes

Color #80798A in popluar color models

80798A
RGB128121138
HSL265°6.77%50.78%
HSB/HSV265°12.32%54.12%
CMYK7.25%12.32%0.00%
45.88%

Color #80798A in popluar number systems.

HEX80798A
Decimal128121138
Binary10000000111100110001010
Octal200171212

Shades and tints

Shades of #80798A

#80798A
(128,121,138)
#756E7E
(117,110,126)
#6A6372
(106,99,114)
#5F5866
(95,88,102)
#544D5A
(84,77,90)
#49424E
(73,66,78)
#3E3742
(62,55,66)
#332C36
(51,44,54)
#28212A
(40,33,42)
#1D161E
(29,22,30)
#120B12
(18,11,18)
#000000
(0,0,0)

Tints of #80798A

#80798A
(128,121,138)
#8B8594
(139,133,148)
#96919E
(150,145,158)
#A19DA8
(161,157,168)
#ACA9B2
(172,169,178)
#B7B5BC
(183,181,188)
#C2C1C6
(194,193,198)
#CDCDD0
(205,205,208)
#D8D9DA
(216,217,218)
#E3E5E4
(227,229,228)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80798A color. Also use rgb(128,121,138) instead hex code.

Text Font Color

.myTextColor { color: #80798A; }

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

This text font color is #80798A.


Background Color

.myBgColor { background-color: #80798A; }

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

This div background color is #80798A.


Border color

.myBorderColor { border: 1px solid #80798A; }

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

This div border color is #80798A.


Opacity

.myOpacity80 { color: #80798A; opacity: 0.8; }

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

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

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

This text has shadow with #80798A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80798A on black background.


Color preview on white background

This text has color #80798A on white background.



Black color preview on #80798A background

This text has black color on #80798A background.


White color preview on #80798A background

This text has white color on #80798A background.