Color Hex Logo

#077387 Color Hex

#077387
(7,115,135)
0 Favorites   0 Comments

Color spaces of #077387

RGB 7115135
HSL0.530.900.28
HSV189°95°53°
CMYK 0.950.150.00   0.47
XYZ10.591514.055925.0765
Yxy14.05590.21300.2827
Hunter Lab37.4912-15.1822-13.4131
CIE-Lab44.3130-19.3620-18.6051

#077387 color RGB value is (7,115,135).

#077387 hex color red value is 7, green value is 115 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #077387 hue: 0.53 , saturation: 0.90 and the lightness value of 077387 is 0.28.

The process color (four color CMYK) of #077387 color hex is 0.95, 0.15, 0.00, 0.47. Web safe color of #077387 is #006699. Color #077387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110011 10000111
Octal 7 163 207
Decimal 7 115 135
Hex 7 73 87

RGB Percentages of Color #077387

%2.72
%44.75
%52.53

CMYK Percentages of Color #077387

%95
%15
%0
%47

Triadic Colors of #077387

#077387 #870773 #738707

Analogous Colors of #077387

#077387 #073387 #07875b

Monochromatic Colors of #077387

#077387

Complementary Color

#077387 #871b07

#077387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077387 Color CSS Codes

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

#077387 Text Font Color

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

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


#077387 Background Color

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

This div background color is #077387


#077387 Border Color

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

This div border color is #077387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077387


Comments

No comments written yet.

Please login to write comment.