Color Hex Logo

#76888d Color Hex

#76888D
(118,136,141)
0 Favorites   0 Comments

Color spaces of #76888d

RGB 118136141
HSL0.540.090.51
HSV193°16°55°
CMYK 0.160.040.00   0.45
XYZ21.083123.383028.6015
Yxy23.38300.28850.3200
Hunter Lab48.3560-6.7973-1.2196
CIE-Lab55.4647-5.3679-4.8724

#76888d color RGB value is (118,136,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10001000 10001101
Octal 166 210 215
Decimal 118 136 141
Hex 76 88 8D

RGB Percentages of Color #76888d

%29.87
%34.43
%35.70

CMYK Percentages of Color #76888d

%16
%4
%0
%45

Triadic Colors of #76888d

#76888d #8d7688 #888d76

Analogous Colors of #76888d

#76888d #767d8d #768d87

Monochromatic Colors of #76888d

#76888d

Complementary Color

#76888d #8d7b76

#76888d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76888d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76888d Color CSS Codes

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

#76888d Text Font Color

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

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


#76888d Background Color

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

This div background color is #76888d


#76888d Border Color

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

This div border color is #76888d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76888d


Comments

No comments written yet.

Please login to write comment.