Color Hex Logo

#77907d Color Hex

#77907D
(119,144,125)
0 Favorites   0 Comments

Color spaces of #77907d

RGB 119144125
HSL0.370.100.52
HSV134°17°56°
CMYK 0.170.000.13   0.44
XYZ21.282725.349123.1732
Yxy25.34910.30490.3631
Hunter Lab50.3479-12.65467.9546
CIE-Lab57.4140-12.81797.1664

#77907d color RGB value is (119,144,125).

#77907d hex color red value is 119, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #77907d hue: 0.37 , saturation: 0.10 and the lightness value of 77907d is 0.52.

The process color (four color CMYK) of #77907d color hex is 0.17, 0.00, 0.13, 0.44. Web safe color of #77907d is #669966. Color #77907d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010000 01111101
Octal 167 220 175
Decimal 119 144 125
Hex 77 90 7D

RGB Percentages of Color #77907d

%30.67
%37.11
%32.22

CMYK Percentages of Color #77907d

%17
%0
%13
%44

Triadic Colors of #77907d

#77907d #7d7790 #907d77

Analogous Colors of #77907d

#77907d #77908a #7e9077

Monochromatic Colors of #77907d

#77907d

Complementary Color

#77907d #90778a

#77907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77907d Color CSS Codes

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

#77907d Text Font Color

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

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


#77907d Background Color

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

This div background color is #77907d


#77907d Border Color

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

This div border color is #77907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77907d


Comments

No comments written yet.

Please login to write comment.