COLOR #789898

HEX: #789898 RGB: (120,152,152)

Color info

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

RGB color model

#789898 color RGB value is (120,152,152).

RGB: (120,152,152) (47%, 60%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 152 of 255 = 60%
B 152 of 255 = 60%

120
152
152

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

Portions of RGB colors in percentages

R + G + B = 120 + 152 + 152 = 424 (100%)
R 120 of 424 ~ 28.3%
G 152 of 424 ~ 35.85%
B 152 of 424 ~ 35.85'%

%28.3
%35.85
%35.85

CMYK color model

#789898 color CMYK value is (21,0,0,40).

  • cyan value is 21.05%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (21,0,0,40)
C21M0Y0K40 (21%, 0%, 0%, 40%)
(0.21 / 0.00 / 0.00 / 0.40)

CMYK percentages

%21.05
%0
%0
%40.39

Codes

Color #789898 in popluar color models

78 98 98
RGB 120 152 152
HSL 180° 13.45% 53.33%
HSB/HSV 180° 21.05% 59.61%
CMYK 21.05% 0.00% 0.00%
40.39%

Color #789898 in popluar number systems.

HEX 78 98 98
Decimal 120 152 152
Binary 1111000 10011000 10011000
Octal 170 230 230

Shades and tints

Shades of #789898

#789898
(120,152,152)
#6E8B8B
(110,139,139)
#647E7E
(100,126,126)
#5A7171
(90,113,113)
#506464
(80,100,100)
#465757
(70,87,87)
#3C4A4A
(60,74,74)
#323D3D
(50,61,61)
#283030
(40,48,48)
#1E2323
(30,35,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #789898

#789898
(120,152,152)
#84A1A1
(132,161,161)
#90AAAA
(144,170,170)
#9CB3B3
(156,179,179)
#A8BCBC
(168,188,188)
#B4C5C5
(180,197,197)
#C0CECE
(192,206,206)
#CCD7D7
(204,215,215)
#D8E0E0
(216,224,224)
#E4E9E9
(228,233,233)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789898 color. Also use rgb(120,152,152) instead hex code.

Text Font Color

.myTextColor { color: #789898; }

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

This text font color is #789898.

Background Color

.myBgColor { background-color: #789898; }

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

This div background color is #789898.

Border color

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

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

This div border color is #789898.

Opacity

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

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

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

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

This text has shadow with #789898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789898.

Preview

Color preview on black background

This text has color #789898 on black background.


Color preview on white background

This text has color #789898 on white background.


Black color preview on #789898 background

This text has black color on #789898 background.


White color preview on #789898 background

This text has white color on #789898 background.


Related colors

Complementary color

Complementary color for #hex is #876767.


I love getcolorcode.com