Color Hex Logo

#77989d Color Hex

#77989D
(119,152,157)
0 Favorites   0 Comments

Color spaces of #77989d

RGB 119152157
HSL0.520.160.54
HSV188°24°62°
CMYK 0.240.030.00   0.38
XYZ24.921828.812736.1462
Yxy28.81270.27730.3206
Hunter Lab53.6775-11.0602-2.3514
CIE-Lab60.6160-10.2164-6.3868

#77989d color RGB value is (119,152,157).

#77989d hex color red value is 119, green value is 152 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #77989d hue: 0.52 , saturation: 0.16 and the lightness value of 77989d is 0.54.

The process color (four color CMYK) of #77989d color hex is 0.24, 0.03, 0.00, 0.38. Web safe color of #77989d is #669999. Color #77989d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011000 10011101
Octal 167 230 235
Decimal 119 152 157
Hex 77 98 9D

RGB Percentages of Color #77989d

%27.80
%35.51
%36.68

CMYK Percentages of Color #77989d

%24
%3
%0
%38

Triadic Colors of #77989d

#77989d #9d7798 #989d77

Analogous Colors of #77989d

#77989d #77859d #779d8f

Monochromatic Colors of #77989d

#77989d

Complementary Color

#77989d #9d7c77

#77989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77989d Color CSS Codes

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

#77989d Text Font Color

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

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


#77989d Background Color

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

This div background color is #77989d


#77989d Border Color

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

This div border color is #77989d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,152,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77989d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77989d;
  -webkit-box-shadow: 1px 1px 3px 2px #77989d;
  box-shadow:         1px 1px 3px 2px #77989d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77989d


Comments

No comments written yet.

Please login to write comment.