Color Hex Logo

#767683 Color Hex

#767683
(118,118,131)
0 Favorites   0 Comments

Color spaces of #767683

RGB 118118131
HSL0.670.050.49
HSV240°10°51°
CMYK 0.100.100.00   0.49
XYZ18.046418.447124.0822
Yxy18.44710.29790.3045
Hunter Lab42.9501-0.1621-3.1790
CIE-Lab50.03402.7492-7.0991

#767683 color RGB value is (118,118,131).

#767683 hex color red value is 118, green value is 118 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #767683 hue: 0.67 , saturation: 0.05 and the lightness value of 767683 is 0.49.

The process color (four color CMYK) of #767683 color hex is 0.10, 0.10, 0.00, 0.49. Web safe color of #767683 is #666699. Color #767683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110110 10000011
Octal 166 166 203
Decimal 118 118 131
Hex 76 76 83

RGB Percentages of Color #767683

%32.15
%32.15
%35.69

CMYK Percentages of Color #767683

%10
%10
%0
%49

Triadic Colors of #767683

#767683 #837676 #768376

Analogous Colors of #767683

#767683 #7d7683 #767d83

Monochromatic Colors of #767683

#767683

Complementary Color

#767683 #838376

#767683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767683 Color CSS Codes

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

#767683 Text Font Color

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

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


#767683 Background Color

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

This div background color is #767683


#767683 Border Color

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

This div border color is #767683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767683


Comments

No comments written yet.

Please login to write comment.