Color Hex Logo

#782a2a Color Hex

#782A2A
(120,42,42)
2 Favorites   1 Comments

Color spaces of #782a2a

RGB 1204242
HSL0.000.480.32
HSV65°47°
CMYK 0.000.650.65   0.53
XYZ8.99165.81622.8392
Yxy5.81620.50950.3296
Hunter Lab24.116824.34679.9017
CIE-Lab28.943934.101918.1822

#782a2a color RGB value is (120,42,42).

#782a2a hex color red value is 120, green value is 42 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #782a2a hue: 0.00 , saturation: 0.48 and the lightness value of 782a2a is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 00101010
Octal 170 52 52
Decimal 120 42 42
Hex 78 2A 2A

RGB Percentages of Color #782a2a

%58.82
%20.59
%20.59

CMYK Percentages of Color #782a2a

%0
%65
%65
%53

Triadic Colors of #782a2a

#782a2a #2a782a #2a2a78

Analogous Colors of #782a2a

#782a2a #78512a #782a51

Monochromatic Colors of #782a2a

#782a2a

Complementary Color

#782a2a #2a7878

#782a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#782a2a Color CSS Codes

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

#782a2a Text Font Color

<p style="color:#782a2a">Text here</p>

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


#782a2a Background Color

<div style="background-color:#782a2a">
Div content here</div>

This div background color is #782a2a


#782a2a Border Color

<div style="border:3px solid #782a2a">
Div here</div>

This div border color is #782a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782a2a


Comments

16 Oct 2014, 18:37 SilkHoney

This looks especially good in thin titles on a book cover or something. :) Like on top of a picture.

Please login to write comment.