Color Hex Logo

#783d4e Color Hex

#783D4E
(120,61,78)
0 Favorites   0 Comments

Color spaces of #783d4e

RGB 1206178
HSL0.950.330.35
HSV343°49°47°
CMYK 0.000.490.35   0.53
XYZ10.78967.88068.1602
Yxy7.88060.40210.2937
Hunter Lab28.072419.47962.4160
CIE-Lab33.733027.73241.4240

#783d4e color RGB value is (120,61,78).

#783d4e hex color red value is 120, green value is 61 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #783d4e hue: 0.95 , saturation: 0.33 and the lightness value of 783d4e is 0.35.

The process color (four color CMYK) of #783d4e color hex is 0.00, 0.49, 0.35, 0.53. Web safe color of #783d4e is #663366. Color #783d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00111101 01001110
Octal 170 75 116
Decimal 120 61 78
Hex 78 3D 4E

RGB Percentages of Color #783d4e

%46.33
%23.55
%30.12

CMYK Percentages of Color #783d4e

%0
%49
%35
%53

Triadic Colors of #783d4e

#783d4e #4e783d #3d4e78

Analogous Colors of #783d4e

#783d4e #784a3d #783d6c

Monochromatic Colors of #783d4e

#783d4e

Complementary Color

#783d4e #3d7867

#783d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#783d4e Color CSS Codes

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

#783d4e Text Font Color

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

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


#783d4e Background Color

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

This div background color is #783d4e


#783d4e Border Color

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

This div border color is #783d4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,61,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783d4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783d4e;
  -webkit-box-shadow: 1px 1px 3px 2px #783d4e;
  box-shadow:         1px 1px 3px 2px #783d4e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783d4e


Comments

No comments written yet.

Please login to write comment.