Color Hex Logo

#7686af Color Hex

#7686AF
(118,134,175)
0 Favorites   0 Comments

Color spaces of #7686af

RGB 118134175
HSL0.620.260.57
HSV223°33°69°
CMYK 0.330.230.00   0.31
XYZ23.734223.996943.9384
Yxy23.99690.25890.2618
Hunter Lab48.98660.7573-18.8893
CIE-Lab56.08474.1486-23.5105

#7686af color RGB value is (118,134,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000110 10101111
Octal 166 206 257
Decimal 118 134 175
Hex 76 86 AF

RGB Percentages of Color #7686af

%27.63
%31.38
%40.98

CMYK Percentages of Color #7686af

%33
%23
%0
%31

Triadic Colors of #7686af

#7686af #af7686 #86af76

Analogous Colors of #7686af

#7686af #8376af #76a3af

Monochromatic Colors of #7686af

#7686af

Complementary Color

#7686af #af9f76

#7686af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7686af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7686af Color CSS Codes

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

#7686af Text Font Color

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

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


#7686af Background Color

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

This div background color is #7686af


#7686af Border Color

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

This div border color is #7686af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7686af


Comments

No comments written yet.

Please login to write comment.