Color Hex Logo

#784056 Color Hex

#784056
(120,64,86)
0 Favorites   0 Comments

Color spaces of #784056

RGB 1206486
HSL0.930.300.36
HSV336°47°47°
CMYK 0.000.470.28   0.53
XYZ11.25888.33179.8189
Yxy8.33170.38280.2833
Hunter Lab28.864719.11150.0366
CIE-Lab34.664427.1774-2.3350

#784056 color RGB value is (120,64,86).

#784056 hex color red value is 120, green value is 64 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #784056 hue: 0.93 , saturation: 0.30 and the lightness value of 784056 is 0.36.

The process color (four color CMYK) of #784056 color hex is 0.00, 0.47, 0.28, 0.53. Web safe color of #784056 is #663366. Color #784056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 01010110
Octal 170 100 126
Decimal 120 64 86
Hex 78 40 56

RGB Percentages of Color #784056

%44.44
%23.70
%31.85

CMYK Percentages of Color #784056

%0
%47
%28
%53

Triadic Colors of #784056

#784056 #567840 #405678

Analogous Colors of #784056

#784056 #784640 #784072

Monochromatic Colors of #784056

#784056

Complementary Color

#784056 #407862

#784056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784056 Color CSS Codes

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

#784056 Text Font Color

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

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


#784056 Background Color

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

This div background color is #784056


#784056 Border Color

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

This div border color is #784056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784056


Comments

No comments written yet.

Please login to write comment.