Color Hex Logo

#077192 Color Hex

#077192
(7,113,146)
0 Favorites   0 Comments

Color spaces of #077192

RGB 7113146
HSL0.540.910.30
HSV194°95°57°
CMYK 0.950.230.00   0.43
XYZ11.181113.930729.2937
Yxy13.93070.20550.2561
Hunter Lab37.3239-11.8435-20.4072
CIE-Lab44.1334-14.2035-25.4342

#077192 color RGB value is (7,113,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 10010010
Octal 7 161 222
Decimal 7 113 146
Hex 7 71 92

RGB Percentages of Color #077192

%2.63
%42.48
%54.89

CMYK Percentages of Color #077192

%95
%23
%0
%43

Triadic Colors of #077192

#077192 #920771 #719207

Analogous Colors of #077192

#077192 #072c92 #07926e

Monochromatic Colors of #077192

#077192

Complementary Color

#077192 #922807

#077192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077192 Color CSS Codes

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

#077192 Text Font Color

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

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


#077192 Background Color

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

This div background color is #077192


#077192 Border Color

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

This div border color is #077192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077192


Comments

No comments written yet.

Please login to write comment.