Color Hex Logo

#787287 Color Hex

#787287
(120,114,135)
0 Favorites   0 Comments

Color spaces of #787287

RGB 120114135
HSL0.710.080.49
HSV257°16°53°
CMYK 0.110.160.00   0.47
XYZ18.136217.777025.3971
Yxy17.77700.29580.2900
Hunter Lab42.16282.9964-6.1999
CIE-Lab49.22456.7141-10.6572

#787287 color RGB value is (120,114,135).

#787287 hex color red value is 120, green value is 114 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #787287 hue: 0.71 , saturation: 0.08 and the lightness value of 787287 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 10000111
Octal 170 162 207
Decimal 120 114 135
Hex 78 72 87

RGB Percentages of Color #787287

%32.52
%30.89
%36.59

CMYK Percentages of Color #787287

%11
%16
%0
%47

Triadic Colors of #787287

#787287 #877872 #728778

Analogous Colors of #787287

#787287 #837287 #727787

Monochromatic Colors of #787287

#787287

Complementary Color

#787287 #818772

#787287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787287 Color CSS Codes

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

#787287 Text Font Color

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

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


#787287 Background Color

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

This div background color is #787287


#787287 Border Color

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

This div border color is #787287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787287


Comments

No comments written yet.

Please login to write comment.