COLOR #798880

HEX: #798880
RGB: (121,136,128)

Color info

#798880 contains red, green and blue colors in about the same proportion. Web safe color of #798880 is #669966 (or #696).

RGB color model

#798880 color RGB value is (121,136,128).

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

RGB channels and saturation

R 121 of 255 = 47%
G 136 of 255 = 53%
B 128 of 255 = 50%

121
136
128

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

Portions of RGB colors in percentages

R + G + B =
121 + 136 + 128 = 385 (100%)
R 121 of 385 ~ 31.43%
G 136 of 385 ~ 35.32%
B 128 of 385 ~ 33.25%

%31.43
%35.32
%33.25

CMYK color model

#798880 color CMYK value is (11,0,6,47).

  • cyan value is 11.03%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(11,0,6,47)
C11M0Y6K47 
(11%,0%,6%,47%)
(0.11/0.00/0.06/0.47)	

CMYK percentages

%11.03
%0
%5.88
%46.67

Codes

Color #798880 in popluar color models

798880
RGB121136128
HSL148°5.93%50.39%
HSB/HSV148°11.03%53.33%
CMYK11.03%0.00%5.88%
46.67%

Color #798880 in popluar number systems.

HEX798880
Decimal121136128
Binary11110011000100010000000
Octal171210200

Shades and tints

Shades of #798880

#798880
(121,136,128)
#6E7C75
(110,124,117)
#63706A
(99,112,106)
#58645F
(88,100,95)
#4D5854
(77,88,84)
#424C49
(66,76,73)
#37403E
(55,64,62)
#2C3433
(44,52,51)
#212828
(33,40,40)
#161C1D
(22,28,29)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #798880

#798880
(121,136,128)
#85928B
(133,146,139)
#919C96
(145,156,150)
#9DA6A1
(157,166,161)
#A9B0AC
(169,176,172)
#B5BAB7
(181,186,183)
#C1C4C2
(193,196,194)
#CDCECD
(205,206,205)
#D9D8D8
(217,216,216)
#E5E2E3
(229,226,227)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798880; }

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

This text font color is #798880.


Background Color

.myBgColor { background-color: #798880; }

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

This div background color is #798880.


Border color

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

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

This div border color is #798880.


Opacity

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

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

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

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

This text has shadow with #798880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798880 on black background.


Color preview on white background

This text has color #798880 on white background.



Black color preview on #798880 background

This text has black color on #798880 background.


White color preview on #798880 background

This text has white color on #798880 background.