Color Hex Logo

#784512 Color Hex

#784512
(120,69,18)
0 Favorites   0 Comments

Color spaces of #784512

RGB 1206918
HSL0.080.740.27
HSV30°85°47°
CMYK 0.000.430.85   0.53
XYZ9.98308.29301.6468
Yxy8.29300.50110.4163
Hunter Lab28.797611.483316.7678
CIE-Lab34.585817.866637.7566

#784512 color RGB value is (120,69,18).

#784512 hex color red value is 120, green value is 69 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #784512 hue: 0.08 , saturation: 0.74 and the lightness value of 784512 is 0.27.

The process color (four color CMYK) of #784512 color hex is 0.00, 0.43, 0.85, 0.53. Web safe color of #784512 is #663300. Color #784512 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000101 00010010
Octal 170 105 22
Decimal 120 69 18
Hex 78 45 12

RGB Percentages of Color #784512

%57.97
%33.33
%8.70

CMYK Percentages of Color #784512

%0
%43
%85
%53

Triadic Colors of #784512

#784512 #127845 #451278

Analogous Colors of #784512

#784512 #787812 #781212

Monochromatic Colors of #784512

#784512

Complementary Color

#784512 #124578

#784512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784512 Color CSS Codes

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

#784512 Text Font Color

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

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


#784512 Background Color

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

This div background color is #784512


#784512 Border Color

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

This div border color is #784512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784512


Comments

No comments written yet.

Please login to write comment.