Color Hex Logo

#784015 Color Hex

#784015
(120,64,21)
0 Favorites   0 Comments

Color spaces of #784015

RGB 1206421
HSL0.070.700.28
HSV26°83°47°
CMYK 0.000.470.83   0.53
XYZ9.71457.71401.6864
Yxy7.71400.50820.4036
Hunter Lab27.774113.829015.8419
CIE-Lab33.380020.929735.2843

#784015 color RGB value is (120,64,21).

#784015 hex color red value is 120, green value is 64 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #784015 hue: 0.07 , saturation: 0.70 and the lightness value of 784015 is 0.28.

The process color (four color CMYK) of #784015 color hex is 0.00, 0.47, 0.83, 0.53. Web safe color of #784015 is #663300. Color #784015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000000 00010101
Octal 170 100 25
Decimal 120 64 21
Hex 78 40 15

RGB Percentages of Color #784015

%58.54
%31.22
%10.24

CMYK Percentages of Color #784015

%0
%47
%83
%53

Triadic Colors of #784015

#784015 #157840 #401578

Analogous Colors of #784015

#784015 #787215 #78151c

Monochromatic Colors of #784015

#784015

Complementary Color

#784015 #154d78

#784015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784015 Color CSS Codes

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

#784015 Text Font Color

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

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


#784015 Background Color

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

This div background color is #784015


#784015 Border Color

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

This div border color is #784015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784015


Comments

No comments written yet.

Please login to write comment.