COLOR #007A7A

HEX: #007A7A
RGB: (0,122,122)

Color info

#007A7A contains only green and blue colors. Web safe color of #007A7A is #006666 (or #066).

RGB color model

#007A7A color RGB value is (0,122,122).

  • red value is 0;
  • green value is 122;
  • blue value is 122.
RGB:
(0,122,122)
(0%,48%,48%)

RGB channels and saturation

R 0 of 255 = 0%
G 122 of 255 = 48%
B 122 of 255 = 48%

0
122
122

R + G + B ~ 32%. #007A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 122 + 122 = 244 (100%)
R 0 of 244 ~ 0%
G 122 of 244 ~ 50%
B 122 of 244 ~ 50%

%50
%50

CMYK color model

#007A7A color CMYK value is (100,0,0,52).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(100,0,0,52)
C100M0Y0K52 
(100%,0%,0%,52%)
(1.00/0.00/0.00/0.52)	

CMYK percentages

%100
%0
%0
%52.16

Codes

Color #007A7A in popluar color models

007A7A
RGB0122122
HSL180°100.00%23.92%
HSB/HSV180°100.00%47.84%
CMYK100.00%0.00%0.00%
52.16%

Color #007A7A in popluar number systems.

HEX007A7A
Decimal0122122
Binary011110101111010
Octal0172172

Shades and tints

Shades of #007A7A

#007A7A
(0,122,122)
#006F6F
(0,111,111)
#006464
(0,100,100)
#005959
(0,89,89)
#004E4E
(0,78,78)
#004343
(0,67,67)
#003838
(0,56,56)
#002D2D
(0,45,45)
#002222
(0,34,34)
#001717
(0,23,23)
#000C0C
(0,12,12)
#000000
(0,0,0)

Tints of #007A7A

#007A7A
(0,122,122)
#178686
(23,134,134)
#2E9292
(46,146,146)
#459E9E
(69,158,158)
#5CAAAA
(92,170,170)
#73B6B6
(115,182,182)
#8AC2C2
(138,194,194)
#A1CECE
(161,206,206)
#B8DADA
(184,218,218)
#CFE6E6
(207,230,230)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #007A7A color. Also use rgb(0,122,122) instead hex code.

Text Font Color

.myTextColor { color: #007A7A; }

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

This text font color is #007A7A.


Background Color

.myBgColor { background-color: #007A7A; }

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

This div background color is #007A7A.


Border color

.myBorderColor { border: 1px solid #007A7A; }

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

This div border color is #007A7A.


Opacity

.myOpacity80 { color: #007A7A; opacity: 0.8; }

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

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

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

This text has shadow with #007A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #007A7A on black background.


Color preview on white background

This text has color #007A7A on white background.



Black color preview on #007A7A background

This text has black color on #007A7A background.


White color preview on #007A7A background

This text has white color on #007A7A background.