Color Hex Logo

#787982 Color Hex

#787982
(120,121,130)
0 Favorites   0 Comments

Color spaces of #787982

RGB 120121130
HSL0.650.040.49
HSV234°51°
CMYK 0.080.070.00   0.49
XYZ18.612419.279523.8594
Yxy19.27950.30140.3122
Hunter Lab43.9084-1.1752-1.4817
CIE-Lab51.01261.5044-5.0376

#787982 color RGB value is (120,121,130).

#787982 hex color red value is 120, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #787982 hue: 0.65 , saturation: 0.04 and the lightness value of 787982 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111001 10000010
Octal 170 171 202
Decimal 120 121 130
Hex 78 79 82

RGB Percentages of Color #787982

%32.35
%32.61
%35.04

CMYK Percentages of Color #787982

%8
%7
%0
%49

Triadic Colors of #787982

#787982 #827879 #798278

Analogous Colors of #787982

#787982 #7c7882 #787e82

Monochromatic Colors of #787982

#787982

Complementary Color

#787982 #828178

#787982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787982 Color CSS Codes

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

#787982 Text Font Color

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

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


#787982 Background Color

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

This div background color is #787982


#787982 Border Color

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

This div border color is #787982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,121,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787982;
  -webkit-box-shadow: 1px 1px 3px 2px #787982;
  box-shadow:         1px 1px 3px 2px #787982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787982


Comments

No comments written yet.

Please login to write comment.