Color Hex Logo

#077597 Color Hex

#077597
(7,117,151)
0 Favorites   0 Comments

Color spaces of #077597

RGB 7117151
HSL0.540.910.31
HSV194°95°59°
CMYK 0.950.230.00   0.41
XYZ12.034815.002131.5396
Yxy15.00210.20550.2561
Hunter Lab38.7325-12.3192-21.1666
CIE-Lab45.6371-14.6020-26.0603

#077597 color RGB value is (7,117,151).

#077597 hex color red value is 7, green value is 117 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #077597 hue: 0.54 , saturation: 0.91 and the lightness value of 077597 is 0.31.

The process color (four color CMYK) of #077597 color hex is 0.95, 0.23, 0.00, 0.41. Web safe color of #077597 is #006699. Color #077597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110101 10010111
Octal 7 165 227
Decimal 7 117 151
Hex 7 75 97

RGB Percentages of Color #077597

%2.55
%42.55
%54.91

CMYK Percentages of Color #077597

%95
%23
%0
%41

Triadic Colors of #077597

#077597 #970775 #759707

Analogous Colors of #077597

#077597 #072d97 #079771

Monochromatic Colors of #077597

#077597

Complementary Color

#077597 #972907

#077597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077597 Color CSS Codes

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

#077597 Text Font Color

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

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


#077597 Background Color

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

This div background color is #077597


#077597 Border Color

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

This div border color is #077597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077597


Comments

No comments written yet.

Please login to write comment.