COLOR #798C99

HEX: #798C99 RGB: (121,140,153)

Color info

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

RGB color model

#798C99 color RGB value is (121,140,153).

RGB: (121,140,153) (47%, 55%, 60%)

RGB channels and saturation

R 121 of 255 = 47%
G 140 of 255 = 55%
B 153 of 255 = 60%

121
140
153

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

Portions of RGB colors in percentages

R + G + B = 121 + 140 + 153 = 414 (100%)
R 121 of 414 ~ 29.23%
G 140 of 414 ~ 33.82%
B 153 of 414 ~ 36.96'%

%29.23
%33.82
%36.96

CMYK color model

#798C99 color CMYK value is (21,8,0,40).

  • cyan value is 20.92%
  • magenta value is 8.50%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (21,8,0,40)
C21M8Y0K40 (21%, 8%, 0%, 40%)
(0.21 / 0.08 / 0.00 / 0.40)

CMYK percentages

%20.92
%8.5
%0
%40

Codes

Color #798C99 in popluar color models

79 8C 99
RGB 121 140 153
HSL 204° 13.56% 53.73%
HSB/HSV 204° 20.92% 60.00%
CMYK 20.92% 8.50% 0.00%
40.00%

Color #798C99 in popluar number systems.

HEX 79 8C 99
Decimal 121 140 153
Binary 1111001 10001100 10011001
Octal 171 214 231

Shades and tints

Shades of #798C99

#798C99
(121,140,153)
#6E808C
(110,128,140)
#63747F
(99,116,127)
#586872
(88,104,114)
#4D5C65
(77,92,101)
#425058
(66,80,88)
#37444B
(55,68,75)
#2C383E
(44,56,62)
#212C31
(33,44,49)
#162024
(22,32,36)
#0B1417
(11,20,23)
#000000
(0,0,0)

Tints of #798C99

#798C99
(121,140,153)
#8596A2
(133,150,162)
#91A0AB
(145,160,171)
#9DAAB4
(157,170,180)
#A9B4BD
(169,180,189)
#B5BEC6
(181,190,198)
#C1C8CF
(193,200,207)
#CDD2D8
(205,210,216)
#D9DCE1
(217,220,225)
#E5E6EA
(229,230,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #798C99; }

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

This text font color is #798C99.

Background Color

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

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

This div background color is #798C99.

Border color

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

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

This div border color is #798C99.

Opacity

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

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

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

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

This text has shadow with #798C99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #798C99.

Preview

Color preview on black background

This text has color #798C99 on black background.


Color preview on white background

This text has color #798C99 on white background.


Black color preview on #798C99 background

This text has black color on #798C99 background.


White color preview on #798C99 background

This text has white color on #798C99 background.


Related colors

Complementary color

Complementary color for #hex is #867366.


I love getcolorcode.com

Triadic colors

1 #99798C and #8C9979 with #798C99 are triadic colors.

2 #998C79 and #8C7999 with #798C99 are triadic colors.