Color Hex Logo

#757a9f Color Hex

#757A9F
(117,122,159)
0 Favorites   0 Comments

Color spaces of #757a9f

RGB 117122159
HSL0.650.180.54
HSV233°26°62°
CMYK 0.260.230.00   0.38
XYZ20.553720.204235.6174
Yxy20.20420.26910.2645
Hunter Lab44.94912.9611-15.5167
CIE-Lab52.06736.7211-20.4473

#757a9f color RGB value is (117,122,159).

#757a9f hex color red value is 117, green value is 122 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #757a9f hue: 0.65 , saturation: 0.18 and the lightness value of 757a9f is 0.54.

The process color (four color CMYK) of #757a9f color hex is 0.26, 0.23, 0.00, 0.38. Web safe color of #757a9f is #666699. Color #757a9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10011111
Octal 165 172 237
Decimal 117 122 159
Hex 75 7A 9F

RGB Percentages of Color #757a9f

%29.40
%30.65
%39.95

CMYK Percentages of Color #757a9f

%26
%23
%0
%38

Triadic Colors of #757a9f

#757a9f #9f757a #7a9f75

Analogous Colors of #757a9f

#757a9f #85759f #758f9f

Monochromatic Colors of #757a9f

#757a9f

Complementary Color

#757a9f #9f9a75

#757a9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757a9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#757a9f Color CSS Codes

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

#757a9f Text Font Color

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

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


#757a9f Background Color

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

This div background color is #757a9f


#757a9f Border Color

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

This div border color is #757a9f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,122,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757a9f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757a9f;
  -webkit-box-shadow: 1px 1px 3px 2px #757a9f;
  box-shadow:         1px 1px 3px 2px #757a9f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757a9f


Comments

No comments written yet.

Please login to write comment.