Color Hex Logo

#766383 Color Hex

#766383
(118,99,131)
0 Favorites   0 Comments

Color spaces of #766383

RGB 11899131
HSL0.770.140.45
HSV276°24°51°
CMYK 0.100.240.00   0.49
XYZ16.029814.413923.4100
Yxy14.41390.29770.2676
Hunter Lab37.96568.9261-9.9829
CIE-Lab44.820814.0900-14.9514

#766383 color RGB value is (118,99,131).

#766383 hex color red value is 118, green value is 99 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #766383 hue: 0.77 , saturation: 0.14 and the lightness value of 766383 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 10000011
Octal 166 143 203
Decimal 118 99 131
Hex 76 63 83

RGB Percentages of Color #766383

%33.91
%28.45
%37.64

CMYK Percentages of Color #766383

%10
%24
%0
%49

Triadic Colors of #766383

#766383 #837663 #638376

Analogous Colors of #766383

#766383 #836380 #666383

Monochromatic Colors of #766383

#766383

Complementary Color

#766383 #708363

#766383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766383 Color CSS Codes

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

#766383 Text Font Color

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

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


#766383 Background Color

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

This div background color is #766383


#766383 Border Color

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

This div border color is #766383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766383


Comments

No comments written yet.

Please login to write comment.