Color Hex Logo

#759597 Color Hex

#759597
(117,149,151)
0 Favorites   0 Comments

Color spaces of #759597

RGB 117149151
HSL0.510.140.53
HSV184°23°59°
CMYK 0.230.010.00   0.41
XYZ23.669527.511233.3408
Yxy27.51120.28000.3255
Hunter Lab52.4511-11.2382-0.9722
CIE-Lab59.4445-10.6199-4.7270

#759597 color RGB value is (117,149,151).

#759597 hex color red value is 117, green value is 149 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #759597 hue: 0.51 , saturation: 0.14 and the lightness value of 759597 is 0.53.

The process color (four color CMYK) of #759597 color hex is 0.23, 0.01, 0.00, 0.41. Web safe color of #759597 is #669999. Color #759597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010101 10010111
Octal 165 225 227
Decimal 117 149 151
Hex 75 95 97

RGB Percentages of Color #759597

%28.06
%35.73
%36.21

CMYK Percentages of Color #759597

%23
%1
%0
%41

Triadic Colors of #759597

#759597 #977595 #959775

Analogous Colors of #759597

#759597 #758497 #759788

Monochromatic Colors of #759597

#759597

Complementary Color

#759597 #977775

#759597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759597 Color CSS Codes

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

#759597 Text Font Color

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

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


#759597 Background Color

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

This div background color is #759597


#759597 Border Color

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

This div border color is #759597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759597

#759597 Color Palettes


Comments

No comments written yet.

Please login to write comment.