Color Hex Logo

#757896 Color Hex

#757896
(117,120,150)
0 Favorites   0 Comments

Color spaces of #757896

RGB 117120150
HSL0.650.140.52
HSV235°22°59°
CMYK 0.220.200.00   0.41
XYZ19.557619.416931.5712
Yxy19.41690.27720.2752
Hunter Lab44.06462.1122-11.6346
CIE-Lab51.17145.6539-16.5625

#757896 color RGB value is (117,120,150).

#757896 hex color red value is 117, green value is 120 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #757896 hue: 0.65 , saturation: 0.14 and the lightness value of 757896 is 0.52.

The process color (four color CMYK) of #757896 color hex is 0.22, 0.20, 0.00, 0.41. Web safe color of #757896 is #666699. Color #757896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111000 10010110
Octal 165 170 226
Decimal 117 120 150
Hex 75 78 96

RGB Percentages of Color #757896

%30.23
%31.01
%38.76

CMYK Percentages of Color #757896

%22
%20
%0
%41

Triadic Colors of #757896

#757896 #967578 #789675

Analogous Colors of #757896

#757896 #837596 #758996

Monochromatic Colors of #757896

#757896

Complementary Color

#757896 #969375

#757896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757896 Color CSS Codes

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

#757896 Text Font Color

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

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


#757896 Background Color

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

This div background color is #757896


#757896 Border Color

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

This div border color is #757896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757896


Comments

No comments written yet.

Please login to write comment.