Color Hex Logo

#77a598 Color Hex

#77A598
(119,165,152)
0 Favorites   0 Comments

Color spaces of #77a598

RGB 119165152
HSL0.450.200.56
HSV163°28°65°
CMYK 0.280.000.08   0.35
XYZ26.730433.099234.6857
Yxy33.09920.28280.3502
Hunter Lab57.5319-17.74644.5267
CIE-Lab64.2412-18.28081.7543

#77a598 color RGB value is (119,165,152).

#77a598 hex color red value is 119, green value is 165 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #77a598 hue: 0.45 , saturation: 0.20 and the lightness value of 77a598 is 0.56.

The process color (four color CMYK) of #77a598 color hex is 0.28, 0.00, 0.08, 0.35. Web safe color of #77a598 is #669999. Color #77a598 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10100101 10011000
Octal 167 245 230
Decimal 119 165 152
Hex 77 A5 98

RGB Percentages of Color #77a598

%27.29
%37.84
%34.86

CMYK Percentages of Color #77a598

%28
%0
%8
%35

Triadic Colors of #77a598

#77a598 #9877a5 #a59877

Analogous Colors of #77a598

#77a598 #779ba5 #77a581

Monochromatic Colors of #77a598

#77a598

Complementary Color

#77a598 #a57784

#77a598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77a598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77a598 Color CSS Codes

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

#77a598 Text Font Color

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

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


#77a598 Background Color

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

This div background color is #77a598


#77a598 Border Color

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

This div border color is #77a598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77a598


Comments

No comments written yet.

Please login to write comment.