Color Hex Logo

#784206 Color Hex

#784206
(120,66,6)
0 Favorites   0 Comments

Color spaces of #784206

RGB 120666
HSL0.090.900.25
HSV32°95°47°
CMYK 0.000.450.95   0.53
XYZ9.72687.90261.1850
Yxy7.90260.51700.4200
Hunter Lab28.111612.567017.1788
CIE-Lab33.779219.307741.5046

#784206 color RGB value is (120,66,6).

#784206 hex color red value is 120, green value is 66 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #784206 hue: 0.09 , saturation: 0.90 and the lightness value of 784206 is 0.25.

The process color (four color CMYK) of #784206 color hex is 0.00, 0.45, 0.95, 0.53. Web safe color of #784206 is #663300. Color #784206 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000010 00000110
Octal 170 102 6
Decimal 120 66 6
Hex 78 42 6

RGB Percentages of Color #784206

%62.50
%34.38
%3.13

CMYK Percentages of Color #784206

%0
%45
%95
%53

Triadic Colors of #784206

#784206 #067842 #420678

Analogous Colors of #784206

#784206 #757806 #780906

Monochromatic Colors of #784206

#784206

Complementary Color

#784206 #063c78

#784206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784206 Color CSS Codes

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

#784206 Text Font Color

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

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


#784206 Background Color

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

This div background color is #784206


#784206 Border Color

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

This div border color is #784206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784206


Comments

No comments written yet.

Please login to write comment.