COLOR #798788

HEX: #798788 RGB: (121,135,136)

Color info

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

RGB color model

#798788 color RGB value is (121,135,136).

RGB: (121,135,136) (47%, 53%, 53%)

RGB channels and saturation

R 121 of 255 = 47%
G 135 of 255 = 53%
B 136 of 255 = 53%

121
135
136

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

Portions of RGB colors in percentages

R + G + B = 121 + 135 + 136 = 392 (100%)
R 121 of 392 ~ 30.87%
G 135 of 392 ~ 34.44%
B 136 of 392 ~ 34.69'%

%30.87
%34.44
%34.69

CMYK color model

#798788 color CMYK value is (11,1,0,47).

  • cyan value is 11.03%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (11,1,0,47)
C11M1Y0K47 (11%, 1%, 0%, 47%)
(0.11 / 0.01 / 0.00 / 0.47)

CMYK percentages

%11.03
%0.74
%0
%46.67

Codes

Color #798788 in popluar color models

79 87 88
RGB 121 135 136
HSL 184° 5.93% 50.39%
HSB/HSV 184° 11.03% 53.33%
CMYK 11.03% 0.74% 0.00%
46.67%

Color #798788 in popluar number systems.

HEX 79 87 88
Decimal 121 135 136
Binary 1111001 10000111 10001000
Octal 171 207 210

Shades and tints

Shades of #798788

#798788
(121,135,136)
#6E7B7C
(110,123,124)
#636F70
(99,111,112)
#586364
(88,99,100)
#4D5758
(77,87,88)
#424B4C
(66,75,76)
#373F40
(55,63,64)
#2C3334
(44,51,52)
#212728
(33,39,40)
#161B1C
(22,27,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #798788

#798788
(121,135,136)
#859192
(133,145,146)
#919B9C
(145,155,156)
#9DA5A6
(157,165,166)
#A9AFB0
(169,175,176)
#B5B9BA
(181,185,186)
#C1C3C4
(193,195,196)
#CDCDCE
(205,205,206)
#D9D7D8
(217,215,216)
#E5E1E2
(229,225,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798788; }

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

This text font color is #798788.

Background Color

.myBgColor { background-color: #798788; }

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

This div background color is #798788.

Border color

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

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

This div border color is #798788.

Opacity

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

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

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

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

This text has shadow with #798788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798788.

Preview

Color preview on black background

This text has color #798788 on black background.


Color preview on white background

This text has color #798788 on white background.


Black color preview on #798788 background

This text has black color on #798788 background.


White color preview on #798788 background

This text has white color on #798788 background.


Related colors

Complementary color

Complementary color for #hex is #867877.


I love getcolorcode.com

Triadic colors

1 #887987 and #878879 with #798788 are triadic colors.

2 #888779 and #877988 with #798788 are triadic colors.