Color Hex Logo

#00777b Color Hex

#00777B
(0,119,123)
0 Favorites   0 Comments

Color spaces of #00777b

RGB 0119123
HSL0.511.000.24
HSV182°100°48°
CMYK 1.000.030.00   0.52
XYZ10.172014.623721.0254
Yxy14.62370.22200.3191
Hunter Lab38.2409-19.4411-5.8298
CIE-Lab45.1144-26.0360-10.2304

#00777b color RGB value is (0,119,123).

#00777b hex color red value is 0, green value is 119 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #00777b hue: 0.51 , saturation: 1.00 and the lightness value of 00777b is 0.24.

The process color (four color CMYK) of #00777b color hex is 1.00, 0.03, 0.00, 0.52. Web safe color of #00777b is #006666. Color #00777b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110111 01111011
Octal 0 167 173
Decimal 0 119 123
Hex 0 77 7B

RGB Percentages of Color #00777b

%0.00
%49.17
%50.83

CMYK Percentages of Color #00777b

%100
%3
%0
%52

Triadic Colors of #00777b

#00777b #7b0077 #777b00

Analogous Colors of #00777b

#00777b #00397b #007b42

Monochromatic Colors of #00777b

#00777b

Complementary Color

#00777b #7b0400

#00777b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00777b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00777b Color CSS Codes

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

#00777b Text Font Color

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

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


#00777b Background Color

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

This div background color is #00777b


#00777b Border Color

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

This div border color is #00777b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,119,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00777b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00777b;
  -webkit-box-shadow: 1px 1px 3px 2px #00777b;
  box-shadow:         1px 1px 3px 2px #00777b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00777b


Comments

No comments written yet.

Please login to write comment.