Color Hex Logo

#767484 Color Hex

#767484
(118,116,132)
0 Favorites   0 Comments

Color spaces of #767484

RGB 118116132
HSL0.690.060.49
HSV248°12°52°
CMYK 0.110.120.00   0.48
XYZ17.881518.008324.3633
Yxy18.00830.29680.2989
Hunter Lab42.43620.9519-4.3340
CIE-Lab49.50624.1462-8.4779

#767484 color RGB value is (118,116,132).

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

The process color (four color CMYK) of #767484 color hex is 0.11, 0.12, 0.00, 0.48. Web safe color of #767484 is #666699. Color #767484 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 10000100
Octal 166 164 204
Decimal 118 116 132
Hex 76 74 84

RGB Percentages of Color #767484

%32.24
%31.69
%36.07

CMYK Percentages of Color #767484

%11
%12
%0
%48

Triadic Colors of #767484

#767484 #847674 #748476

Analogous Colors of #767484

#767484 #7e7484 #747a84

Monochromatic Colors of #767484

#767484

Complementary Color

#767484 #828474

#767484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767484 Color CSS Codes

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

#767484 Text Font Color

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

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


#767484 Background Color

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

This div background color is #767484


#767484 Border Color

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

This div border color is #767484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767484


Comments

No comments written yet.

Please login to write comment.