Color Hex Logo

#77985d Color Hex

#77985D
(119,152,93)
0 Favorites   0 Comments

Color spaces of #77985d

RGB 11915293
HSL0.260.240.48
HSV94°39°60°
CMYK 0.220.000.39   0.40
XYZ20.811827.168714.5031
Yxy27.16870.33310.4348
Hunter Lab52.1236-19.945219.9894
CIE-Lab59.1302-22.471227.3945

#77985d color RGB value is (119,152,93).

#77985d hex color red value is 119, green value is 152 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #77985d hue: 0.26 , saturation: 0.24 and the lightness value of 77985d is 0.48.

The process color (four color CMYK) of #77985d color hex is 0.22, 0.00, 0.39, 0.40. Web safe color of #77985d is #669966. Color #77985d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011000 01011101
Octal 167 230 135
Decimal 119 152 93
Hex 77 98 5D

RGB Percentages of Color #77985d

%32.69
%41.76
%25.55

CMYK Percentages of Color #77985d

%22
%0
%39
%40

Triadic Colors of #77985d

#77985d #5d7798 #985d77

Analogous Colors of #77985d

#77985d #5d9861 #95985d

Monochromatic Colors of #77985d

#77985d

Complementary Color

#77985d #7e5d98

#77985d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77985d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77985d Color CSS Codes

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

#77985d Text Font Color

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

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


#77985d Background Color

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

This div background color is #77985d


#77985d Border Color

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

This div border color is #77985d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77985d


Comments

No comments written yet.

Please login to write comment.