Color Hex Logo

#077770 Color Hex

#077770
(7,119,112)
0 Favorites   0 Comments

Color spaces of #077770

RGB 7119112
HSL0.490.890.25
HSV176°94°47°
CMYK 0.940.000.06   0.53
XYZ9.609114.408717.6039
Yxy14.40870.23090.3462
Hunter Lab37.9588-21.2414-0.9254
CIE-Lab44.8134-29.2008-4.1040

#077770 color RGB value is (7,119,112).

#077770 hex color red value is 7, green value is 119 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #077770 hue: 0.49 , saturation: 0.89 and the lightness value of 077770 is 0.25.

The process color (four color CMYK) of #077770 color hex is 0.94, 0.00, 0.06, 0.53. Web safe color of #077770 is #006666. Color #077770 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110111 01110000
Octal 7 167 160
Decimal 7 119 112
Hex 7 77 70

RGB Percentages of Color #077770

%2.94
%50.00
%47.06

CMYK Percentages of Color #077770

%94
%0
%6
%53

Triadic Colors of #077770

#077770 #700777 #777007

Analogous Colors of #077770

#077770 #074677 #077738

Monochromatic Colors of #077770

#077770

Complementary Color

#077770 #77070e

#077770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077770 Color CSS Codes

.mybgcolor {background-color:#077770; } 
.myforecolor {color:#077770; }
.mybordercolor {border:3px solid #077770; }

#077770 Text Font Color

<p style="color:#077770">Text here</p>

This sample text font color is #077770
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#077770 Background Color

<div style="background-color:#077770">
Div content here</div>

This div background color is #077770


#077770 Border Color

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

This div border color is #077770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,119,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #077770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #077770;
  -webkit-box-shadow: 1px 1px 3px 2px #077770;
  box-shadow:         1px 1px 3px 2px #077770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,119,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #077770">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #077770;
  -webkit-box-shadow: 1px 1px 3px 2px #077770;
  box-shadow:         1px 1px 3px 2px #077770;">
Div content here</div>

This div box has shadow with color #077770


Comments

No comments written yet.

Please login to write comment.