Color Hex Logo

#758389 Color Hex

#758389
(117,131,137)
0 Favorites   0 Comments

Color spaces of #758389

RGB 117131137
HSL0.550.080.50
HSV198°15°54°
CMYK 0.150.040.00   0.46
XYZ19.967821.820626.8263
Yxy21.82060.29100.3180
Hunter Lab46.7125-5.4451-1.3506
CIE-Lab53.8361-3.7824-4.9734

#758389 color RGB value is (117,131,137).

#758389 hex color red value is 117, green value is 131 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #758389 hue: 0.55 , saturation: 0.08 and the lightness value of 758389 is 0.50.

The process color (four color CMYK) of #758389 color hex is 0.15, 0.04, 0.00, 0.46. Web safe color of #758389 is #669999. Color #758389 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10000011 10001001
Octal 165 203 211
Decimal 117 131 137
Hex 75 83 89

RGB Percentages of Color #758389

%30.39
%34.03
%35.58

CMYK Percentages of Color #758389

%15
%4
%0
%46

Triadic Colors of #758389

#758389 #897583 #838975

Analogous Colors of #758389

#758389 #757989 #758985

Monochromatic Colors of #758389

#758389

Complementary Color

#758389 #897b75

#758389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#758389 Color CSS Codes

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

#758389 Text Font Color

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

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


#758389 Background Color

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

This div background color is #758389


#758389 Border Color

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

This div border color is #758389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758389


Comments

No comments written yet.

Please login to write comment.