Color Hex Logo

#077276 Color Hex

#077276
(7,114,118)
0 Favorites   0 Comments

Color spaces of #077276

RGB 7114118
HSL0.510.890.25
HSV182°94°46°
CMYK 0.940.030.00   0.54
XYZ9.375013.387819.2295
Yxy13.38780.22330.3188
Hunter Lab36.5893-18.2957-5.5473
CIE-Lab43.3418-24.7649-9.8967

#077276 color RGB value is (7,114,118).

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

The process color (four color CMYK) of #077276 color hex is 0.94, 0.03, 0.00, 0.54. Web safe color of #077276 is #006666. Color #077276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110010 01110110
Octal 7 162 166
Decimal 7 114 118
Hex 7 72 76

RGB Percentages of Color #077276

%2.93
%47.70
%49.37

CMYK Percentages of Color #077276

%94
%3
%0
%54

Triadic Colors of #077276

#077276 #760772 #727607

Analogous Colors of #077276

#077276 #073b76 #077642

Monochromatic Colors of #077276

#077276

Complementary Color

#077276 #760b07

#077276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077276 Color CSS Codes

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

#077276 Text Font Color

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

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


#077276 Background Color

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

This div background color is #077276


#077276 Border Color

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

This div border color is #077276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077276


Comments

No comments written yet.

Please login to write comment.