Color Hex Logo

#77647d Color Hex

#77647D
(119,100,125)
0 Favorites   0 Comments

Color spaces of #77647d

RGB 119100125
HSL0.790.110.44
HSV286°20°49°
CMYK 0.050.200.00   0.51
XYZ15.866614.516921.3678
Yxy14.51690.30660.2805
Hunter Lab38.10107.6568-6.5802
CIE-Lab44.965312.5264-11.1116

#77647d color RGB value is (119,100,125).

#77647d hex color red value is 119, green value is 100 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #77647d hue: 0.79 , saturation: 0.11 and the lightness value of 77647d is 0.44.

The process color (four color CMYK) of #77647d color hex is 0.05, 0.20, 0.00, 0.51. Web safe color of #77647d is #666666. Color #77647d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100100 01111101
Octal 167 144 175
Decimal 119 100 125
Hex 77 64 7D

RGB Percentages of Color #77647d

%34.59
%29.07
%36.34

CMYK Percentages of Color #77647d

%5
%20
%0
%51

Triadic Colors of #77647d

#77647d #7d7764 #647d77

Analogous Colors of #77647d

#77647d #7d6477 #6b647d

Monochromatic Colors of #77647d

#77647d

Complementary Color

#77647d #6a7d64

#77647d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77647d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77647d Color CSS Codes

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

#77647d Text Font Color

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

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


#77647d Background Color

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

This div background color is #77647d


#77647d Border Color

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

This div border color is #77647d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,100,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 #77647d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77647d


Comments

No comments written yet.

Please login to write comment.