Color Hex Logo

#759989 Color Hex

#759989
(117,153,137)
0 Favorites   0 Comments

Color spaces of #759989

RGB 117153137
HSL0.430.150.53
HSV153°24°60°
CMYK 0.240.000.10   0.40
XYZ23.242728.370527.9179
Yxy28.37050.29220.3567
Hunter Lab53.2640-15.32026.2084
CIE-Lab60.2220-15.87324.3586

#759989 color RGB value is (117,153,137).

#759989 hex color red value is 117, green value is 153 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #759989 hue: 0.43 , saturation: 0.15 and the lightness value of 759989 is 0.53.

The process color (four color CMYK) of #759989 color hex is 0.24, 0.00, 0.10, 0.40. Web safe color of #759989 is #669999. Color #759989 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011001 10001001
Octal 165 231 211
Decimal 117 153 137
Hex 75 99 89

RGB Percentages of Color #759989

%28.75
%37.59
%33.66

CMYK Percentages of Color #759989

%24
%0
%10
%40

Triadic Colors of #759989

#759989 #897599 #998975

Analogous Colors of #759989

#759989 #759799 #759977

Monochromatic Colors of #759989

#759989

Complementary Color

#759989 #997585

#759989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759989 Color CSS Codes

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

#759989 Text Font Color

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

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


#759989 Background Color

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

This div background color is #759989


#759989 Border Color

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

This div border color is #759989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759989


Comments

No comments written yet.

Please login to write comment.