Color Hex Logo

#78473d Color Hex

#78473D
(120,71,61)
0 Favorites   0 Comments

Color spaces of #78473d

RGB 1207161
HSL0.030.330.35
HSV10°49°47°
CMYK 0.000.410.49   0.53
XYZ10.84138.83655.5491
Yxy8.83650.42980.3503
Hunter Lab29.726313.07889.7405
CIE-Lab35.667619.779614.9309

#78473d color RGB value is (120,71,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 00111101
Octal 170 107 75
Decimal 120 71 61
Hex 78 47 3D

RGB Percentages of Color #78473d

%47.62
%28.17
%24.21

CMYK Percentages of Color #78473d

%0
%41
%49
%53

Triadic Colors of #78473d

#78473d #3d7847 #473d78

Analogous Colors of #78473d

#78473d #78653d #783d50

Monochromatic Colors of #78473d

#78473d

Complementary Color

#78473d #3d6e78

#78473d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78473d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78473d Color CSS Codes

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

#78473d Text Font Color

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

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


#78473d Background Color

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

This div background color is #78473d


#78473d Border Color

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

This div border color is #78473d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,71,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 #78473d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78473d


Comments

No comments written yet.

Please login to write comment.