Color Hex Logo

#077042 Color Hex

#077042
(7,112,66)
0 Favorites   0 Comments

Color spaces of #077042

RGB 711266
HSL0.430.880.23
HSV154°94°44°
CMYK 0.940.000.41   0.56
XYZ6.865212.02697.1138
Yxy12.02690.26400.4625
Hunter Lab34.6798-25.353912.1138
CIE-Lab41.2588-38.576218.1700

#077042 color RGB value is (7,112,66).

#077042 hex color red value is 7, green value is 112 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #077042 hue: 0.43 , saturation: 0.88 and the lightness value of 077042 is 0.23.

The process color (four color CMYK) of #077042 color hex is 0.94, 0.00, 0.41, 0.56. Web safe color of #077042 is #006633. Color #077042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110000 01000010
Octal 7 160 102
Decimal 7 112 66
Hex 7 70 42

RGB Percentages of Color #077042

%3.78
%60.54
%35.68

CMYK Percentages of Color #077042

%94
%0
%41
%56

Triadic Colors of #077042

#077042 #420770 #704207

Analogous Colors of #077042

#077042 #076a70 #07700e

Monochromatic Colors of #077042

#077042

Complementary Color

#077042 #700735

#077042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077042 Color CSS Codes

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

#077042 Text Font Color

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

This sample text font color is #077042
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.


#077042 Background Color

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

This div background color is #077042


#077042 Border Color

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

This div border color is #077042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077042


Comments

No comments written yet.

Please login to write comment.