Color Hex Logo

#78443d Color Hex

#78443D
(120,68,61)
0 Favorites   0 Comments

Color spaces of #78443d

RGB 1206861
HSL0.020.330.35
HSV49°47°
CMYK 0.000.430.49   0.53
XYZ10.65528.46425.4871
Yxy8.46420.43300.3440
Hunter Lab29.093314.46109.1830
CIE-Lab34.931521.556813.9391

#78443d color RGB value is (120,68,61).

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

The process color (four color CMYK) of #78443d color hex is 0.00, 0.43, 0.49, 0.53. Web safe color of #78443d is #663333. Color #78443d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000100 00111101
Octal 170 104 75
Decimal 120 68 61
Hex 78 44 3D

RGB Percentages of Color #78443d

%48.19
%27.31
%24.50

CMYK Percentages of Color #78443d

%0
%43
%49
%53

Triadic Colors of #78443d

#78443d #3d7844 #443d78

Analogous Colors of #78443d

#78443d #78623d #783d54

Monochromatic Colors of #78443d

#78443d

Complementary Color

#78443d #3d7178

#78443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78443d Color CSS Codes

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

#78443d Text Font Color

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

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


#78443d Background Color

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

This div background color is #78443d


#78443d Border Color

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

This div border color is #78443d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78443d


Comments

No comments written yet.

Please login to write comment.