Color Hex Logo

#76969d Color Hex

#76969D
(118,150,157)
0 Favorites   0 Comments

Color spaces of #76969d

RGB 118150157
HSL0.530.170.54
HSV191°25°62°
CMYK 0.250.040.00   0.38
XYZ24.463428.098636.0325
Yxy28.09860.27610.3172
Hunter Lab53.0081-10.3859-3.1970
CIE-Lab59.9777-9.4396-7.3419

#76969d color RGB value is (118,150,157).

#76969d hex color red value is 118, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #76969d hue: 0.53 , saturation: 0.17 and the lightness value of 76969d is 0.54.

The process color (four color CMYK) of #76969d color hex is 0.25, 0.04, 0.00, 0.38. Web safe color of #76969d is #669999. Color #76969d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 10011101
Octal 166 226 235
Decimal 118 150 157
Hex 76 96 9D

RGB Percentages of Color #76969d

%27.76
%35.29
%36.94

CMYK Percentages of Color #76969d

%25
%4
%0
%38

Triadic Colors of #76969d

#76969d #9d7696 #969d76

Analogous Colors of #76969d

#76969d #76839d #769d91

Monochromatic Colors of #76969d

#76969d

Complementary Color

#76969d #9d7d76

#76969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76969d Color CSS Codes

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

#76969d Text Font Color

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

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


#76969d Background Color

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

This div background color is #76969d


#76969d Border Color

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

This div border color is #76969d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,150,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76969d


Comments

No comments written yet.

Please login to write comment.