Color Hex Logo

#759088 Color Hex

#759088
(117,144,136)
0 Favorites   0 Comments

Color spaces of #759088

RGB 117144136
HSL0.450.110.51
HSV162°19°56°
CMYK 0.190.000.06   0.44
XYZ21.753325.506027.0692
Yxy25.50600.29270.3432
Hunter Lab50.5035-11.49603.5738
CIE-Lab57.5651-11.24791.0786

#759088 color RGB value is (117,144,136).

#759088 hex color red value is 117, green value is 144 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #759088 hue: 0.45 , saturation: 0.11 and the lightness value of 759088 is 0.51.

The process color (four color CMYK) of #759088 color hex is 0.19, 0.00, 0.06, 0.44. Web safe color of #759088 is #669999. Color #759088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010000 10001000
Octal 165 220 210
Decimal 117 144 136
Hex 75 90 88

RGB Percentages of Color #759088

%29.47
%36.27
%34.26

CMYK Percentages of Color #759088

%19
%0
%6
%44

Triadic Colors of #759088

#759088 #887590 #908875

Analogous Colors of #759088

#759088 #758b90 #75907b

Monochromatic Colors of #759088

#759088

Complementary Color

#759088 #90757d

#759088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759088 Color CSS Codes

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

#759088 Text Font Color

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

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


#759088 Background Color

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

This div background color is #759088


#759088 Border Color

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

This div border color is #759088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759088


Comments

No comments written yet.

Please login to write comment.