COLOR #077A68

HEX: #077A68
RGB: (7,122,104)

Color info

#077A68 contains mainly green and blue colors. Web safe color of #077A68 is #006666 (or #066).

RGB color model

#077A68 color RGB value is (7,122,104).

  • red value is 7;
  • green value is 122;
  • blue value is 104.
RGB:
(7,122,104)
(3%,48%,41%)

RGB channels and saturation

R 7 of 255 = 3%
G 122 of 255 = 48%
B 104 of 255 = 41%

7
122
104

R + G + B ~ 31%. #077A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
7 + 122 + 104 = 233 (100%)
R 7 of 233 ~ 3%
G 122 of 233 ~ 52.36%
B 104 of 233 ~ 44.64%

%52.36
%44.64

CMYK color model

#077A68 color CMYK value is (94,0,15,52).

  • cyan value is 94.26%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 52.16%
CMYK:
(94,0,15,52)
C94M0Y15K52 
(94%,0%,15%,52%)
(0.94/0.00/0.15/0.52)	

CMYK percentages

%94.26
%0
%14.75
%52.16

Codes

Color #077A68 in popluar color models

077A68
RGB7122104
HSL171°89.15%25.29%
HSB/HSV171°94.26%47.84%
CMYK94.26%0.00%14.75%
52.16%

Color #077A68 in popluar number systems.

HEX077A68
Decimal7122104
Binary11111110101101000
Octal7172150

Shades and tints

Shades of #077A68

#077A68
(7,122,104)
#076F5F
(7,111,95)
#076456
(7,100,86)
#07594D
(7,89,77)
#074E44
(7,78,68)
#07433B
(7,67,59)
#073832
(7,56,50)
#072D29
(7,45,41)
#072220
(7,34,32)
#071717
(7,23,23)
#070C0E
(7,12,14)
#000000
(0,0,0)

Tints of #077A68

#077A68
(7,122,104)
#1D8675
(29,134,117)
#339282
(51,146,130)
#499E8F
(73,158,143)
#5FAA9C
(95,170,156)
#75B6A9
(117,182,169)
#8BC2B6
(139,194,182)
#A1CEC3
(161,206,195)
#B7DAD0
(183,218,208)
#CDE6DD
(205,230,221)
#E3F2EA
(227,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #077A68 color. Also use rgb(7,122,104) instead hex code.

Text Font Color

.myTextColor { color: #077A68; }

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

This text font color is #077A68.


Background Color

.myBgColor { background-color: #077A68; }

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

This div background color is #077A68.


Border color

.myBorderColor { border: 1px solid #077A68; }

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

This div border color is #077A68.


Opacity

.myOpacity80 { color: #077A68; opacity: 0.8; }

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

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

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

This text has shadow with #077A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #077A68 on black background.


Color preview on white background

This text has color #077A68 on white background.



Black color preview on #077A68 background

This text has black color on #077A68 background.


White color preview on #077A68 background

This text has white color on #077A68 background.