Color Hex Logo

#787185 Color Hex

#787185
(120,113,133)
0 Favorites   0 Comments

Color spaces of #787185

RGB 120113133
HSL0.730.080.48
HSV261°15°52°
CMYK 0.100.150.00   0.48
XYZ17.884517.496824.6249
Yxy17.49680.29800.2916
Hunter Lab41.82923.1185-5.6237
CIE-Lab48.88006.8612-9.9905

#787185 color RGB value is (120,113,133).

#787185 hex color red value is 120, green value is 113 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #787185 hue: 0.73 , saturation: 0.08 and the lightness value of 787185 is 0.48.

The process color (four color CMYK) of #787185 color hex is 0.10, 0.15, 0.00, 0.48. Web safe color of #787185 is #666699. Color #787185 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110001 10000101
Octal 170 161 205
Decimal 120 113 133
Hex 78 71 85

RGB Percentages of Color #787185

%32.79
%30.87
%36.34

CMYK Percentages of Color #787185

%10
%15
%0
%48

Triadic Colors of #787185

#787185 #857871 #718578

Analogous Colors of #787185

#787185 #827185 #717485

Monochromatic Colors of #787185

#787185

Complementary Color

#787185 #7e8571

#787185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787185 Color CSS Codes

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

#787185 Text Font Color

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

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


#787185 Background Color

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

This div background color is #787185


#787185 Border Color

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

This div border color is #787185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787185


Comments

No comments written yet.

Please login to write comment.