Color Hex Logo

#077688 Color Hex

#077688
(7,118,136)
0 Favorites   0 Comments

Color spaces of #077688

RGB 7118136
HSL0.520.900.28
HSV188°95°53°
CMYK 0.950.130.00   0.47
XYZ11.010014.779625.5650
Yxy14.77960.21440.2878
Hunter Lab38.4442-16.1570-12.5162
CIE-Lab45.3308-20.6211-17.6411

#077688 color RGB value is (7,118,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110110 10001000
Octal 7 166 210
Decimal 7 118 136
Hex 7 76 88

RGB Percentages of Color #077688

%2.68
%45.21
%52.11

CMYK Percentages of Color #077688

%95
%13
%0
%47

Triadic Colors of #077688

#077688 #880776 #768807

Analogous Colors of #077688

#077688 #073688 #07885a

Monochromatic Colors of #077688

#077688

Complementary Color

#077688 #881907

#077688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077688 Color CSS Codes

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

#077688 Text Font Color

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

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


#077688 Background Color

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

This div background color is #077688


#077688 Border Color

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

This div border color is #077688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077688


Comments

No comments written yet.

Please login to write comment.