COLOR #007786

HEX: #007786
RGB: (0,119,134)

Color info

#007786 contains only green and blue colors. Web safe color of #007786 is #006699 (or #069).

RGB color model

#007786 color RGB value is (0,119,134).

  • red value is 0;
  • green value is 119;
  • blue value is 134.
RGB:
(0,119,134)
(0%,47%,53%)

RGB channels and saturation

R 0 of 255 = 0%
G 119 of 255 = 47%
B 134 of 255 = 53%

0
119
134

R + G + B ~ 33%. #007786 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 119 + 134 = 253 (100%)
R 0 of 253 ~ 0%
G 119 of 253 ~ 47.04%
B 134 of 253 ~ 52.96%

%47.04
%52.96

CMYK color model

#007786 color CMYK value is (100,11,0,47).

  • cyan value is 100.00%
  • magenta value is 11.19%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(100,11,0,47)
C100M11Y0K47 
(100%,11%,0%,47%)
(1.00/0.11/0.00/0.47)	

CMYK percentages

%100
%11.19
%0
%47.45

Codes

Color #007786 in popluar color models

007786
RGB0119134
HSL187°100.00%26.27%
HSB/HSV187°100.00%52.55%
CMYK100.00%11.19%0.00%
47.45%

Color #007786 in popluar number systems.

HEX007786
Decimal0119134
Binary0111011110000110
Octal0167206

Shades and tints

Shades of #007786

#007786
(0,119,134)
#006D7A
(0,109,122)
#00636E
(0,99,110)
#005962
(0,89,98)
#004F56
(0,79,86)
#00454A
(0,69,74)
#003B3E
(0,59,62)
#003132
(0,49,50)
#002726
(0,39,38)
#001D1A
(0,29,26)
#00130E
(0,19,14)
#000000
(0,0,0)

Tints of #007786

#007786
(0,119,134)
#178391
(23,131,145)
#2E8F9C
(46,143,156)
#459BA7
(69,155,167)
#5CA7B2
(92,167,178)
#73B3BD
(115,179,189)
#8ABFC8
(138,191,200)
#A1CBD3
(161,203,211)
#B8D7DE
(184,215,222)
#CFE3E9
(207,227,233)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007786 color. Also use rgb(0,119,134) instead hex code.

Text Font Color

.myTextColor { color: #007786; }

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

This text font color is #007786.


Background Color

.myBgColor { background-color: #007786; }

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

This div background color is #007786.


Border color

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

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

This div border color is #007786.


Opacity

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

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

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

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

This text has shadow with #007786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007786 on black background.


Color preview on white background

This text has color #007786 on white background.



Black color preview on #007786 background

This text has black color on #007786 background.


White color preview on #007786 background

This text has white color on #007786 background.