Color Hex Logo

#755a78 Color Hex

#755A78
(117,90,120)
0 Favorites   0 Comments

Color spaces of #755a78

RGB 11790120
HSL0.820.140.41
HSV294°25°47°
CMYK 0.030.250.00   0.53
XYZ14.382412.450319.4144
Yxy12.45030.31100.2692
Hunter Lab35.285011.0091-7.9229
CIE-Lab41.923016.7727-12.7015

#755a78 color RGB value is (117,90,120).

#755a78 hex color red value is 117, green value is 90 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #755a78 hue: 0.82 , saturation: 0.14 and the lightness value of 755a78 is 0.41.

The process color (four color CMYK) of #755a78 color hex is 0.03, 0.25, 0.00, 0.53. Web safe color of #755a78 is #666666. Color #755a78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011010 01111000
Octal 165 132 170
Decimal 117 90 120
Hex 75 5A 78

RGB Percentages of Color #755a78

%35.78
%27.52
%36.70

CMYK Percentages of Color #755a78

%3
%25
%0
%53

Triadic Colors of #755a78

#755a78 #78755a #5a7875

Analogous Colors of #755a78

#755a78 #785a6c #665a78

Monochromatic Colors of #755a78

#755a78

Complementary Color

#755a78 #5d785a

#755a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755a78 Color CSS Codes

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

#755a78 Text Font Color

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

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


#755a78 Background Color

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

This div background color is #755a78


#755a78 Border Color

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

This div border color is #755a78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,90,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #755a78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #755a78;
  -webkit-box-shadow: 1px 1px 3px 2px #755a78;
  box-shadow:         1px 1px 3px 2px #755a78; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755a78


Comments

No comments written yet.

Please login to write comment.