Color Hex Logo

#76778d Color Hex

#76778D
(118,119,141)
0 Favorites   0 Comments

Color spaces of #76778d

RGB 118119141
HSL0.660.090.51
HSV237°16°55°
CMYK 0.160.160.00   0.45
XYZ18.875818.968327.8657
Yxy18.96830.28730.2887
Hunter Lab43.55261.1452-7.4479
CIE-Lab50.65014.4302-12.0654

#76778d color RGB value is (118,119,141).

#76778d hex color red value is 118, green value is 119 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #76778d hue: 0.66 , saturation: 0.09 and the lightness value of 76778d is 0.51.

The process color (four color CMYK) of #76778d color hex is 0.16, 0.16, 0.00, 0.45. Web safe color of #76778d is #666699. Color #76778d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110111 10001101
Octal 166 167 215
Decimal 118 119 141
Hex 76 77 8D

RGB Percentages of Color #76778d

%31.22
%31.48
%37.30

CMYK Percentages of Color #76778d

%16
%16
%0
%45

Triadic Colors of #76778d

#76778d #8d7677 #778d76

Analogous Colors of #76778d

#76778d #81768d #76838d

Monochromatic Colors of #76778d

#76778d

Complementary Color

#76778d #8d8c76

#76778d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76778d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76778d Color CSS Codes

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

#76778d Text Font Color

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

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


#76778d Background Color

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

This div background color is #76778d


#76778d Border Color

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

This div border color is #76778d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76778d


Comments

No comments written yet.

Please login to write comment.