Color Hex Logo

#756481 Color Hex

#756481
(117,100,129)
0 Favorites   0 Comments

Color spaces of #756481

RGB 117100129
HSL0.760.130.45
HSV275°22°51°
CMYK 0.090.220.00   0.49
XYZ15.855714.481222.7283
Yxy14.48120.29880.2729
Hunter Lab38.05427.7792-8.7737
CIE-Lab44.915312.6789-13.6140

#756481 color RGB value is (117,100,129).

#756481 hex color red value is 117, green value is 100 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #756481 hue: 0.76 , saturation: 0.13 and the lightness value of 756481 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100100 10000001
Octal 165 144 201
Decimal 117 100 129
Hex 75 64 81

RGB Percentages of Color #756481

%33.82
%28.90
%37.28

CMYK Percentages of Color #756481

%9
%22
%0
%49

Triadic Colors of #756481

#756481 #817564 #648175

Analogous Colors of #756481

#756481 #81647f #676481

Monochromatic Colors of #756481

#756481

Complementary Color

#756481 #708164

#756481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756481 Color CSS Codes

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

#756481 Text Font Color

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

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


#756481 Background Color

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

This div background color is #756481


#756481 Border Color

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

This div border color is #756481


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,100,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 #756481">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756481


Comments

No comments written yet.

Please login to write comment.