COLOR #78A099

HEX: #78A099
RGB: (120,160,153)

Color info

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

RGB color model

#78A099 color RGB value is (120,160,153).

  • red value is 120;
  • green value is 160;
  • blue value is 153.
RGB:
(120,160,153)
(47%,63%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 160 of 255 = 63%
B 153 of 255 = 60%

120
160
153

R + G + B ~ 57%. #78A099 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 160 + 153 = 433 (100%)
R 120 of 433 ~ 27.71%
G 160 of 433 ~ 36.95%
B 153 of 433 ~ 35.33%

%27.71
%36.95
%35.33

CMYK color model

#78A099 color CMYK value is (25,0,4,37).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 4.38%
  • key color value is 37.25%
CMYK:
(25,0,4,37)
C25M0Y4K37 
(25%,0%,4%,37%)
(0.25/0.00/0.04/0.37)	

CMYK percentages

%25
%0
%4.38
%37.25

Codes

Color #78A099 in popluar color models

78A099
RGB120160153
HSL170°17.39%54.90%
HSB/HSV170°25.00%62.75%
CMYK25.00%0.00%4.38%
37.25%

Color #78A099 in popluar number systems.

HEX78A099
Decimal120160153
Binary11110001010000010011001
Octal170240231

Shades and tints

Shades of #78A099

#78A099
(120,160,153)
#6E928C
(110,146,140)
#64847F
(100,132,127)
#5A7672
(90,118,114)
#506865
(80,104,101)
#465A58
(70,90,88)
#3C4C4B
(60,76,75)
#323E3E
(50,62,62)
#283031
(40,48,49)
#1E2224
(30,34,36)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #78A099

#78A099
(120,160,153)
#84A8A2
(132,168,162)
#90B0AB
(144,176,171)
#9CB8B4
(156,184,180)
#A8C0BD
(168,192,189)
#B4C8C6
(180,200,198)
#C0D0CF
(192,208,207)
#CCD8D8
(204,216,216)
#D8E0E1
(216,224,225)
#E4E8EA
(228,232,234)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A099 color. Also use rgb(120,160,153) instead hex code.

Text Font Color

.myTextColor { color: #78A099; }

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

This text font color is #78A099.


Background Color

.myBgColor { background-color: #78A099; }

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

This div background color is #78A099.


Border color

.myBorderColor { border: 1px solid #78A099; }

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

This div border color is #78A099.


Opacity

.myOpacity80 { color: #78A099; opacity: 0.8; }

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

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

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

This text has shadow with #78A099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A099 on black background.


Color preview on white background

This text has color #78A099 on white background.



Black color preview on #78A099 background

This text has black color on #78A099 background.


White color preview on #78A099 background

This text has white color on #78A099 background.