Color Hex Logo

#78212a Color Hex

#78212A
(120,33,42)
0 Favorites   0 Comments

Color spaces of #78212a

RGB 1203342
HSL0.980.570.30
HSV354°73°47°
CMYK 0.000.730.65   0.53
XYZ8.70755.24792.7445
Yxy5.24790.52140.3142
Hunter Lab22.908327.75888.9326
CIE-Lab27.429738.203716.2382

#78212a color RGB value is (120,33,42).

#78212a hex color red value is 120, green value is 33 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #78212a hue: 0.98 , saturation: 0.57 and the lightness value of 78212a is 0.30.

The process color (four color CMYK) of #78212a color hex is 0.00, 0.73, 0.65, 0.53. Web safe color of #78212a is #663333. Color #78212a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100001 00101010
Octal 170 41 52
Decimal 120 33 42
Hex 78 21 2A

RGB Percentages of Color #78212a

%61.54
%16.92
%21.54

CMYK Percentages of Color #78212a

%0
%73
%65
%53

Triadic Colors of #78212a

#78212a #2a7821 #212a78

Analogous Colors of #78212a

#78212a #784421 #782156

Monochromatic Colors of #78212a

#78212a

Complementary Color

#78212a #21786f

#78212a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78212a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78212a Color CSS Codes

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

#78212a Text Font Color

<p style="color:#78212a">Text here</p>

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


#78212a Background Color

<div style="background-color:#78212a">
Div content here</div>

This div background color is #78212a


#78212a Border Color

<div style="border:3px solid #78212a">
Div here</div>

This div border color is #78212a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78212a


Comments

No comments written yet.

Please login to write comment.