Color Hex Logo

#7696af Color Hex

#7696AF
(118,150,175)
0 Favorites   0 Comments

Color spaces of #7696af

RGB 118150175
HSL0.570.260.57
HSV206°33°69°
CMYK 0.330.140.00   0.31
XYZ26.115428.759444.7321
Yxy28.75940.26220.2887
Hunter Lab53.6278-6.9236-11.9156
CIE-Lab60.5687-4.9831-16.6640

#7696af color RGB value is (118,150,175).

#7696af hex color red value is 118, green value is 150 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7696af hue: 0.57 , saturation: 0.26 and the lightness value of 7696af is 0.57.

The process color (four color CMYK) of #7696af color hex is 0.33, 0.14, 0.00, 0.31. Web safe color of #7696af is #669999. Color #7696af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010110 10101111
Octal 166 226 257
Decimal 118 150 175
Hex 76 96 AF

RGB Percentages of Color #7696af

%26.64
%33.86
%39.50

CMYK Percentages of Color #7696af

%33
%14
%0
%31

Triadic Colors of #7696af

#7696af #af7696 #96af76

Analogous Colors of #7696af

#7696af #767aaf #76afac

Monochromatic Colors of #7696af

#7696af

Complementary Color

#7696af #af8f76

#7696af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7696af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7696af Color CSS Codes

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

#7696af Text Font Color

<p style="color:#7696af">Text here</p>

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


#7696af Background Color

<div style="background-color:#7696af">
Div content here</div>

This div background color is #7696af


#7696af Border Color

<div style="border:3px solid #7696af">
Div here</div>

This div border color is #7696af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7696af


Comments

No comments written yet.

Please login to write comment.