Color Hex Logo

#77918d Color Hex

#77918D
(119,145,141)
0 Favorites   0 Comments

Color spaces of #77918d

RGB 119145141
HSL0.470.110.52
HSV171°18°57°
CMYK 0.180.000.03   0.43
XYZ22.540926.095829.0483
Yxy26.09580.29020.3359
Hunter Lab51.0840-10.63372.0443
CIE-Lab58.1279-10.0260-0.9442

#77918d color RGB value is (119,145,141).

#77918d hex color red value is 119, green value is 145 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #77918d hue: 0.47 , saturation: 0.11 and the lightness value of 77918d is 0.52.

The process color (four color CMYK) of #77918d color hex is 0.18, 0.00, 0.03, 0.43. Web safe color of #77918d is #669999. Color #77918d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010001 10001101
Octal 167 221 215
Decimal 119 145 141
Hex 77 91 8D

RGB Percentages of Color #77918d

%29.38
%35.80
%34.81

CMYK Percentages of Color #77918d

%18
%0
%3
%43

Triadic Colors of #77918d

#77918d #8d7791 #918d77

Analogous Colors of #77918d

#77918d #778891 #779180

Monochromatic Colors of #77918d

#77918d

Complementary Color

#77918d #91777b

#77918d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77918d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77918d Color CSS Codes

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

#77918d Text Font Color

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

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


#77918d Background Color

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

This div background color is #77918d


#77918d Border Color

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

This div border color is #77918d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77918d


Comments

No comments written yet.

Please login to write comment.