Color Hex Logo

#09777c Color Hex

#09777C
(9,119,124)
0 Favorites   0 Comments

Color spaces of #09777c

RGB 9119124
HSL0.510.860.26
HSV183°93°49°
CMYK 0.930.040.00   0.51
XYZ10.347614.707021.3621
Yxy14.70700.22290.3168
Hunter Lab38.3497-18.9487-6.1818
CIE-Lab45.2302-25.1769-10.6445

#09777c color RGB value is (9,119,124).

#09777c hex color red value is 9, green value is 119 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #09777c hue: 0.51 , saturation: 0.86 and the lightness value of 09777c is 0.26.

The process color (four color CMYK) of #09777c color hex is 0.93, 0.04, 0.00, 0.51. Web safe color of #09777c is #006666. Color #09777c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110111 01111100
Octal 11 167 174
Decimal 9 119 124
Hex 9 77 7C

RGB Percentages of Color #09777c

%3.57
%47.22
%49.21

CMYK Percentages of Color #09777c

%93
%4
%0
%51

Triadic Colors of #09777c

#09777c #7c0977 #777c09

Analogous Colors of #09777c

#09777c #093e7c #097c47

Monochromatic Colors of #09777c

#09777c

Complementary Color

#09777c #7c0e09

#09777c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09777c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09777c Color CSS Codes

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

#09777c Text Font Color

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

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


#09777c Background Color

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

This div background color is #09777c


#09777c Border Color

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

This div border color is #09777c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09777c


Comments

No comments written yet.

Please login to write comment.