COLOR #09778B

HEX: #09778B
RGB: (9,119,139)

Color info

#09778B contains mainly green and blue colors. Web safe color of #09778B is #006699 (or #069).

RGB color model

#09778B color RGB value is (9,119,139).

  • red value is 9;
  • green value is 119;
  • blue value is 139.
RGB:
(9,119,139)
(4%,47%,55%)

RGB channels and saturation

R 9 of 255 = 4%
G 119 of 255 = 47%
B 139 of 255 = 55%

9
119
139

R + G + B ~ 35%. #09778B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 119 + 139 = 267 (100%)
R 9 of 267 ~ 3.37%
G 119 of 267 ~ 44.57%
B 139 of 267 ~ 52.06%

%44.57
%52.06

CMYK color model

#09778B color CMYK value is (94,14,0,45).

  • cyan value is 93.53%
  • magenta value is 14.39%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(94,14,0,45)
C94M14Y0K45 
(94%,14%,0%,45%)
(0.94/0.14/0.00/0.45)	

CMYK percentages

%93.53
%14.39
%0
%45.49

Codes

Color #09778B in popluar color models

09778B
RGB9119139
HSL189°87.84%29.02%
HSB/HSV189°93.53%54.51%
CMYK93.53%14.39%0.00%
45.49%

Color #09778B in popluar number systems.

HEX09778B
Decimal9119139
Binary1001111011110001011
Octal11167213

Shades and tints

Shades of #09778B

#09778B
(9,119,139)
#096D7F
(9,109,127)
#096373
(9,99,115)
#095967
(9,89,103)
#094F5B
(9,79,91)
#09454F
(9,69,79)
#093B43
(9,59,67)
#093137
(9,49,55)
#09272B
(9,39,43)
#091D1F
(9,29,31)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #09778B

#09778B
(9,119,139)
#1F8395
(31,131,149)
#358F9F
(53,143,159)
#4B9BA9
(75,155,169)
#61A7B3
(97,167,179)
#77B3BD
(119,179,189)
#8DBFC7
(141,191,199)
#A3CBD1
(163,203,209)
#B9D7DB
(185,215,219)
#CFE3E5
(207,227,229)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09778B color. Also use rgb(9,119,139) instead hex code.

Text Font Color

.myTextColor { color: #09778B; }

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

This text font color is #09778B.


Background Color

.myBgColor { background-color: #09778B; }

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

This div background color is #09778B.


Border color

.myBorderColor { border: 1px solid #09778B; }

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

This div border color is #09778B.


Opacity

.myOpacity80 { color: #09778B; opacity: 0.8; }

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

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

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

This text has shadow with #09778B color.

.textShadow {text-shadow: 3px 3px 1px #09778B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09778B on black background.


Color preview on white background

This text has color #09778B on white background.



Black color preview on #09778B background

This text has black color on #09778B background.


White color preview on #09778B background

This text has white color on #09778B background.