Color Hex Logo

#768086 Color Hex

#768086
(118,128,134)
0 Favorites   0 Comments

Color spaces of #768086

RGB 118128134
HSL0.560.060.49
HSV203°12°53°
CMYK 0.120.040.00   0.47
XYZ19.493521.011125.5824
Yxy21.01110.29500.3179
Hunter Lab45.8379-4.3055-1.0036
CIE-Lab52.9616-2.3853-4.5125

#768086 color RGB value is (118,128,134).

#768086 hex color red value is 118, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #768086 hue: 0.56 , saturation: 0.06 and the lightness value of 768086 is 0.49.

The process color (four color CMYK) of #768086 color hex is 0.12, 0.04, 0.00, 0.47. Web safe color of #768086 is #669999. Color #768086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000000 10000110
Octal 166 200 206
Decimal 118 128 134
Hex 76 80 86

RGB Percentages of Color #768086

%31.05
%33.68
%35.26

CMYK Percentages of Color #768086

%12
%4
%0
%47

Triadic Colors of #768086

#768086 #867680 #808676

Analogous Colors of #768086

#768086 #767886 #768684

Monochromatic Colors of #768086

#768086

Complementary Color

#768086 #867c76

#768086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768086 Color CSS Codes

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

#768086 Text Font Color

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

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


#768086 Background Color

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

This div background color is #768086


#768086 Border Color

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

This div border color is #768086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768086


Comments

No comments written yet.

Please login to write comment.