Color Hex Logo

#781c1d Color Hex

#781C1D
(120,28,29)
0 Favorites   0 Comments

Color spaces of #781c1d

RGB 1202829
HSL1.000.620.29
HSV359°77°47°
CMYK 0.000.770.76   0.53
XYZ8.38284.91231.6687
Yxy4.91230.56020.3283
Hunter Lab22.163728.726111.0507
CIE-Lab26.483439.445123.5687

#781c1d color RGB value is (120,28,29).

#781c1d hex color red value is 120, green value is 28 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #781c1d hue: 1.00 , saturation: 0.62 and the lightness value of 781c1d is 0.29.

The process color (four color CMYK) of #781c1d color hex is 0.00, 0.77, 0.76, 0.53. Web safe color of #781c1d is #663333. Color #781c1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011100 00011101
Octal 170 34 35
Decimal 120 28 29
Hex 78 1C 1D

RGB Percentages of Color #781c1d

%67.80
%15.82
%16.38

CMYK Percentages of Color #781c1d

%0
%77
%76
%53

Triadic Colors of #781c1d

#781c1d #1d781c #1c1d78

Analogous Colors of #781c1d

#781c1d #78491c #781c4b

Monochromatic Colors of #781c1d

#781c1d

Complementary Color

#781c1d #1c7877

#781c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#781c1d Color CSS Codes

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

#781c1d Text Font Color

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

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


#781c1d Background Color

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

This div background color is #781c1d


#781c1d Border Color

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

This div border color is #781c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781c1d


Comments

No comments written yet.

Please login to write comment.