Color Hex Logo

#757663 Color Hex

#757663
(117,118,99)
0 Favorites   0 Comments

Color spaces of #757663

RGB 11711899
HSL0.180.090.43
HSV63°16°46°
CMYK 0.010.000.16   0.54
XYZ16.066717.639614.3624
Yxy17.63960.33420.3670
Hunter Lab41.9995-5.21499.1245
CIE-Lab49.0560-3.953610.3567

#757663 color RGB value is (117,118,99).

#757663 hex color red value is 117, green value is 118 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #757663 hue: 0.18 , saturation: 0.09 and the lightness value of 757663 is 0.43.

The process color (four color CMYK) of #757663 color hex is 0.01, 0.00, 0.16, 0.54. Web safe color of #757663 is #666666. Color #757663 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 01100011
Octal 165 166 143
Decimal 117 118 99
Hex 75 76 63

RGB Percentages of Color #757663

%35.03
%35.33
%29.64

CMYK Percentages of Color #757663

%1
%0
%16
%54

Triadic Colors of #757663

#757663 #637576 #766375

Analogous Colors of #757663

#757663 #6c7663 #766e63

Monochromatic Colors of #757663

#757663

Complementary Color

#757663 #646376

#757663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757663 Color CSS Codes

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

#757663 Text Font Color

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

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


#757663 Background Color

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

This div background color is #757663


#757663 Border Color

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

This div border color is #757663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757663


Comments

No comments written yet.

Please login to write comment.