Color Hex Logo

#78211d Color Hex

#78211D
(120,33,29)
0 Favorites   0 Comments

Color spaces of #78211d

RGB 1203329
HSL0.010.610.29
HSV76°47°
CMYK 0.000.730.76   0.53
XYZ8.51145.16951.7116
Yxy5.16950.55300.3358
Hunter Lab22.736527.032411.4522
CIE-Lab27.212337.435724.4033

#78211d color RGB value is (120,33,29).

#78211d hex color red value is 120, green value is 33 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #78211d hue: 0.01 , saturation: 0.61 and the lightness value of 78211d is 0.29.

The process color (four color CMYK) of #78211d color hex is 0.00, 0.73, 0.76, 0.53. Web safe color of #78211d is #663333. Color #78211d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100001 00011101
Octal 170 41 35
Decimal 120 33 29
Hex 78 21 1D

RGB Percentages of Color #78211d

%65.93
%18.13
%15.93

CMYK Percentages of Color #78211d

%0
%73
%76
%53

Triadic Colors of #78211d

#78211d #1d7821 #211d78

Analogous Colors of #78211d

#78211d #784f1d #781d46

Monochromatic Colors of #78211d

#78211d

Complementary Color

#78211d #1d7478

#78211d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78211d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78211d Color CSS Codes

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

#78211d Text Font Color

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

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


#78211d Background Color

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

This div background color is #78211d


#78211d Border Color

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

This div border color is #78211d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78211d


Comments

No comments written yet.

Please login to write comment.