Color Hex Logo

#759891 Color Hex

#759891
(117,152,145)
0 Favorites   0 Comments

Color spaces of #759891

RGB 117152145
HSL0.470.150.53
HSV168°23°60°
CMYK 0.230.000.05   0.40
XYZ23.675228.282730.9994
Yxy28.28270.28540.3409
Hunter Lab53.1815-13.60342.6670
CIE-Lab60.1433-13.6064-0.2897

#759891 color RGB value is (117,152,145).

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

The process color (four color CMYK) of #759891 color hex is 0.23, 0.00, 0.05, 0.40. Web safe color of #759891 is #669999. Color #759891 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011000 10010001
Octal 165 230 221
Decimal 117 152 145
Hex 75 98 91

RGB Percentages of Color #759891

%28.26
%36.71
%35.02

CMYK Percentages of Color #759891

%23
%0
%5
%40

Triadic Colors of #759891

#759891 #917598 #989175

Analogous Colors of #759891

#759891 #758e98 #759880

Monochromatic Colors of #759891

#759891

Complementary Color

#759891 #98757c

#759891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#759891 Color CSS Codes

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

#759891 Text Font Color

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

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


#759891 Background Color

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

This div background color is #759891


#759891 Border Color

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

This div border color is #759891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759891


Comments

No comments written yet.

Please login to write comment.