Color Hex Logo

#787a87 Color Hex

#787A87
(120,122,135)
0 Favorites   0 Comments

Color spaces of #787a87

RGB 120122135
HSL0.640.060.50
HSV232°11°53°
CMYK 0.110.100.00   0.47
XYZ19.078419.661425.7112
Yxy19.66140.29600.3051
Hunter Lab44.3412-0.7950-3.3404
CIE-Lab51.45222.0129-7.3218

#787a87 color RGB value is (120,122,135).

#787a87 hex color red value is 120, green value is 122 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #787a87 hue: 0.64 , saturation: 0.06 and the lightness value of 787a87 is 0.50.

The process color (four color CMYK) of #787a87 color hex is 0.11, 0.10, 0.00, 0.47. Web safe color of #787a87 is #666699. Color #787a87 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01111010 10000111
Octal 170 172 207
Decimal 120 122 135
Hex 78 7A 87

RGB Percentages of Color #787a87

%31.83
%32.36
%35.81

CMYK Percentages of Color #787a87

%11
%10
%0
%47

Triadic Colors of #787a87

#787a87 #87787a #7a8778

Analogous Colors of #787a87

#787a87 #7e7887 #788287

Monochromatic Colors of #787a87

#787a87

Complementary Color

#787a87 #878578

#787a87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787a87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787a87 Color CSS Codes

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

#787a87 Text Font Color

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

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


#787a87 Background Color

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

This div background color is #787a87


#787a87 Border Color

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

This div border color is #787a87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,122,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787a87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787a87;
  -webkit-box-shadow: 1px 1px 3px 2px #787a87;
  box-shadow:         1px 1px 3px 2px #787a87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787a87


Comments

No comments written yet.

Please login to write comment.