COLOR #798A8A

HEX: #798A8A
RGB: (121,138,138)

Color info

#798A8A contains red, green and blue colors in about the same proportion. Web safe color of #798A8A is #669999 (or #699).

RGB color model

#798A8A color RGB value is (121,138,138).

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

RGB channels and saturation

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

121
138
138

R + G + B ~ 52%. #798A8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 138 + 138 = 397 (100%)
R 121 of 397 ~ 30.48%
G 138 of 397 ~ 34.76%
B 138 of 397 ~ 34.76%

%30.48
%34.76
%34.76

CMYK color model

#798A8A color CMYK value is (12,0,0,46).

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

CMYK percentages

%12.32
%0
%0
%45.88

Codes

Color #798A8A in popluar color models

798A8A
RGB121138138
HSL180°6.77%50.78%
HSB/HSV180°12.32%54.12%
CMYK12.32%0.00%0.00%
45.88%

Color #798A8A in popluar number systems.

HEX798A8A
Decimal121138138
Binary11110011000101010001010
Octal171212212

Shades and tints

Shades of #798A8A

#798A8A
(121,138,138)
#6E7E7E
(110,126,126)
#637272
(99,114,114)
#586666
(88,102,102)
#4D5A5A
(77,90,90)
#424E4E
(66,78,78)
#374242
(55,66,66)
#2C3636
(44,54,54)
#212A2A
(33,42,42)
#161E1E
(22,30,30)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #798A8A

#798A8A
(121,138,138)
#859494
(133,148,148)
#919E9E
(145,158,158)
#9DA8A8
(157,168,168)
#A9B2B2
(169,178,178)
#B5BCBC
(181,188,188)
#C1C6C6
(193,198,198)
#CDD0D0
(205,208,208)
#D9DADA
(217,218,218)
#E5E4E4
(229,228,228)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798A8A; }

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

This text font color is #798A8A.


Background Color

.myBgColor { background-color: #798A8A; }

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

This div background color is #798A8A.


Border color

.myBorderColor { border: 1px solid #798A8A; }

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

This div border color is #798A8A.


Opacity

.myOpacity80 { color: #798A8A; opacity: 0.8; }

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

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

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

This text has shadow with #798A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #798A8A on black background.


Color preview on white background

This text has color #798A8A on white background.



Black color preview on #798A8A background

This text has black color on #798A8A background.


White color preview on #798A8A background

This text has white color on #798A8A background.