Color Hex Logo

#757280 Color Hex

#757280
(117,114,128)
0 Favorites   0 Comments

Color spaces of #757280

RGB 117114128
HSL0.700.060.47
HSV253°11°50°
CMYK 0.090.110.00   0.50
XYZ17.249717.375022.8666
Yxy17.37500.30000.3022
Hunter Lab41.68330.9223-3.3469
CIE-Lab48.72914.0808-7.2786

#757280 color RGB value is (117,114,128).

#757280 hex color red value is 117, green value is 114 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #757280 hue: 0.70 , saturation: 0.06 and the lightness value of 757280 is 0.47.

The process color (four color CMYK) of #757280 color hex is 0.09, 0.11, 0.00, 0.50. Web safe color of #757280 is #666699. Color #757280 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110010 10000000
Octal 165 162 200
Decimal 117 114 128
Hex 75 72 80

RGB Percentages of Color #757280

%32.59
%31.75
%35.65

CMYK Percentages of Color #757280

%9
%11
%0
%50

Triadic Colors of #757280

#757280 #807572 #728075

Analogous Colors of #757280

#757280 #7c7280 #727680

Monochromatic Colors of #757280

#757280

Complementary Color

#757280 #7d8072

#757280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757280 Color CSS Codes

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

#757280 Text Font Color

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

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


#757280 Background Color

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

This div background color is #757280


#757280 Border Color

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

This div border color is #757280


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,114,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757280


Comments

No comments written yet.

Please login to write comment.