Color Hex Logo

#768384 Color Hex

#768384
(118,131,132)
0 Favorites   0 Comments

Color spaces of #768384

RGB 118131132
HSL0.510.060.49
HSV184°11°52°
CMYK 0.110.010.00   0.48
XYZ19.752421.750124.9869
Yxy21.75010.29710.3271
Hunter Lab46.6370-6.01380.8799
CIE-Lab53.7608-4.5305-2.1695

#768384 color RGB value is (118,131,132).

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

The process color (four color CMYK) of #768384 color hex is 0.11, 0.01, 0.00, 0.48. Web safe color of #768384 is #669999. Color #768384 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 10000100
Octal 166 203 204
Decimal 118 131 132
Hex 76 83 84

RGB Percentages of Color #768384

%30.97
%34.38
%34.65

CMYK Percentages of Color #768384

%11
%1
%0
%48

Triadic Colors of #768384

#768384 #847683 #838476

Analogous Colors of #768384

#768384 #767c84 #76847e

Monochromatic Colors of #768384

#768384

Complementary Color

#768384 #847776

#768384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#768384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#768384 Color CSS Codes

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

#768384 Text Font Color

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

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


#768384 Background Color

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

This div background color is #768384


#768384 Border Color

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

This div border color is #768384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #768384


Comments

No comments written yet.

Please login to write comment.