Color Hex Logo

#757796 Color Hex

#757796
(117,119,150)
0 Favorites   0 Comments

Color spaces of #757796

RGB 117119150
HSL0.660.140.52
HSV236°22°59°
CMYK 0.220.210.00   0.41
XYZ19.438019.177631.5313
Yxy19.17760.27710.2734
Hunter Lab43.79222.5941-12.0354
CIE-Lab50.89436.2453-16.9844

#757796 color RGB value is (117,119,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110111 10010110
Octal 165 167 226
Decimal 117 119 150
Hex 75 77 96

RGB Percentages of Color #757796

%30.31
%30.83
%38.86

CMYK Percentages of Color #757796

%22
%21
%0
%41

Triadic Colors of #757796

#757796 #967577 #779675

Analogous Colors of #757796

#757796 #847596 #758896

Monochromatic Colors of #757796

#757796

Complementary Color

#757796 #969475

#757796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757796 Color CSS Codes

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

#757796 Text Font Color

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

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


#757796 Background Color

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

This div background color is #757796


#757796 Border Color

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

This div border color is #757796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757796


Comments

No comments written yet.

Please login to write comment.