Color Hex Logo

#757681 Color Hex

#757681
(117,118,129)
0 Favorites   0 Comments

Color spaces of #757681

RGB 117118129
HSL0.650.050.48
HSV235°51°
CMYK 0.090.090.00   0.49
XYZ17.777018.323823.3688
Yxy18.32380.29890.3081
Hunter Lab42.8063-0.7819-2.4032
CIE-Lab49.88651.9476-6.1470

#757681 color RGB value is (117,118,129).

#757681 hex color red value is 117, green value is 118 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #757681 hue: 0.65 , saturation: 0.05 and the lightness value of 757681 is 0.48.

The process color (four color CMYK) of #757681 color hex is 0.09, 0.09, 0.00, 0.49. Web safe color of #757681 is #666699. Color #757681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110110 10000001
Octal 165 166 201
Decimal 117 118 129
Hex 75 76 81

RGB Percentages of Color #757681

%32.14
%32.42
%35.44

CMYK Percentages of Color #757681

%9
%9
%0
%49

Triadic Colors of #757681

#757681 #817576 #768175

Analogous Colors of #757681

#757681 #7a7581 #757c81

Monochromatic Colors of #757681

#757681

Complementary Color

#757681 #818075

#757681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#757681 Color CSS Codes

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

#757681 Text Font Color

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

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


#757681 Background Color

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

This div background color is #757681


#757681 Border Color

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

This div border color is #757681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757681


Comments

No comments written yet.

Please login to write comment.