Color Hex Logo

#077367 Color Hex

#077367
(7,115,103)
0 Favorites   0 Comments

Color spaces of #077367

RGB 7115103
HSL0.480.890.24
HSV173°94°45°
CMYK 0.940.000.10   0.55
XYZ8.666513.285914.9396
Yxy13.28590.23490.3601
Hunter Lab36.4498-21.34611.2138
CIE-Lab43.1909-30.0870-1.1016

#077367 color RGB value is (7,115,103).

#077367 hex color red value is 7, green value is 115 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #077367 hue: 0.48 , saturation: 0.89 and the lightness value of 077367 is 0.24.

The process color (four color CMYK) of #077367 color hex is 0.94, 0.00, 0.10, 0.55. Web safe color of #077367 is #006666. Color #077367 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110011 01100111
Octal 7 163 147
Decimal 7 115 103
Hex 7 73 67

RGB Percentages of Color #077367

%3.11
%51.11
%45.78

CMYK Percentages of Color #077367

%94
%0
%10
%55

Triadic Colors of #077367

#077367 #670773 #736707

Analogous Colors of #077367

#077367 #074973 #077331

Monochromatic Colors of #077367

#077367

Complementary Color

#077367 #730713

#077367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077367 Color CSS Codes

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

#077367 Text Font Color

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

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


#077367 Background Color

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

This div background color is #077367


#077367 Border Color

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

This div border color is #077367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077367


Comments

No comments written yet.

Please login to write comment.