Color Hex Logo

#784575 Color Hex

#784575
(120,69,117)
0 Favorites   0 Comments

Color spaces of #784575

RGB 12069117
HSL0.840.270.37
HSV304°43°47°
CMYK 0.000.430.03   0.53
XYZ13.08479.533717.9802
Yxy9.53370.32230.2348
Hunter Lab30.876721.6092-12.9122
CIE-Lab36.992229.7590-18.3598

#784575 color RGB value is (120,69,117).

#784575 hex color red value is 120, green value is 69 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #784575 hue: 0.84 , saturation: 0.27 and the lightness value of 784575 is 0.37.

The process color (four color CMYK) of #784575 color hex is 0.00, 0.43, 0.03, 0.53. Web safe color of #784575 is #663366. Color #784575 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000101 01110101
Octal 170 105 165
Decimal 120 69 117
Hex 78 45 75

RGB Percentages of Color #784575

%39.22
%22.55
%38.24

CMYK Percentages of Color #784575

%0
%43
%3
%53

Triadic Colors of #784575

#784575 #757845 #457578

Analogous Colors of #784575

#784575 #78455c #624578

Monochromatic Colors of #784575

#784575

Complementary Color

#784575 #457848

#784575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784575 Color CSS Codes

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

#784575 Text Font Color

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

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


#784575 Background Color

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

This div background color is #784575


#784575 Border Color

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

This div border color is #784575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784575


Comments

No comments written yet.

Please login to write comment.