Color Hex Logo

#782e2f Color Hex

#782E2F
(120,46,47)
0 Favorites   0 Comments

Color spaces of #782e2f

RGB 1204647
HSL1.000.450.33
HSV359°62°47°
CMYK 0.000.620.61   0.53
XYZ9.23586.15233.3901
Yxy6.15230.49180.3276
Hunter Lab24.803823.05849.2591
CIE-Lab29.793532.484116.0355

#782e2f color RGB value is (120,46,47).

#782e2f hex color red value is 120, green value is 46 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #782e2f hue: 1.00 , saturation: 0.45 and the lightness value of 782e2f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101110 00101111
Octal 170 56 57
Decimal 120 46 47
Hex 78 2E 2F

RGB Percentages of Color #782e2f

%56.34
%21.60
%22.07

CMYK Percentages of Color #782e2f

%0
%62
%61
%53

Triadic Colors of #782e2f

#782e2f #2f782e #2e2f78

Analogous Colors of #782e2f

#782e2f #78522e #782e54

Monochromatic Colors of #782e2f

#782e2f

Complementary Color

#782e2f #2e7877

#782e2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782e2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#782e2f Color CSS Codes

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

#782e2f Text Font Color

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

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


#782e2f Background Color

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

This div background color is #782e2f


#782e2f Border Color

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

This div border color is #782e2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782e2f


Comments

No comments written yet.

Please login to write comment.