Color Hex Logo

#07779c Color Hex

#07779C
(7,119,156)
1 Favorites   0 Comments

Color spaces of #07779c

RGB 7119156
HSL0.540.910.32
HSV195°96°61°
CMYK 0.960.240.00   0.39
XYZ12.685215.639133.8026
Yxy15.63910.20420.2517
Hunter Lab39.5463-11.9489-22.9963
CIE-Lab46.4974-13.8665-27.6692

#07779c color RGB value is (7,119,156).

#07779c hex color red value is 7, green value is 119 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #07779c hue: 0.54 , saturation: 0.91 and the lightness value of 07779c is 0.32.

The process color (four color CMYK) of #07779c color hex is 0.96, 0.24, 0.00, 0.39. Web safe color of #07779c is #006699. Color #07779c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110111 10011100
Octal 7 167 234
Decimal 7 119 156
Hex 7 77 9C

RGB Percentages of Color #07779c

%2.48
%42.20
%55.32

CMYK Percentages of Color #07779c

%96
%24
%0
%39

Triadic Colors of #07779c

#07779c #9c0777 #779c07

Analogous Colors of #07779c

#07779c #072c9c #079c77

Monochromatic Colors of #07779c

#07779c

Complementary Color

#07779c #9c2c07

#07779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07779c Color CSS Codes

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

#07779c Text Font Color

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

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


#07779c Background Color

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

This div background color is #07779c


#07779c Border Color

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

This div border color is #07779c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,119,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07779c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07779c;
  -webkit-box-shadow: 1px 1px 3px 2px #07779c;
  box-shadow:         1px 1px 3px 2px #07779c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07779c

#07779c Color Palettes


Comments

No comments written yet.

Please login to write comment.