Color Hex Logo

#787028 Color Hex

#787028
(120,112,40)
0 Favorites   0 Comments

Color spaces of #787028

RGB 12011240
HSL0.150.500.31
HSV54°67°47°
CMYK 0.000.070.67   0.53
XYZ13.922915.73464.3108
Yxy15.73460.40990.4632
Hunter Lab39.6669-6.764321.3235
CIE-Lab46.6243-6.359839.8078

#787028 color RGB value is (120,112,40).

#787028 hex color red value is 120, green value is 112 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #787028 hue: 0.15 , saturation: 0.50 and the lightness value of 787028 is 0.31.

The process color (four color CMYK) of #787028 color hex is 0.00, 0.07, 0.67, 0.53. Web safe color of #787028 is #666633. Color #787028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 00101000
Octal 170 160 50
Decimal 120 112 40
Hex 78 70 28

RGB Percentages of Color #787028

%44.12
%41.18
%14.71

CMYK Percentages of Color #787028

%0
%7
%67
%53

Triadic Colors of #787028

#787028 #287870 #702878

Analogous Colors of #787028

#787028 #587828 #784828

Monochromatic Colors of #787028

#787028

Complementary Color

#787028 #283078

#787028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787028 Color CSS Codes

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

#787028 Text Font Color

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

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


#787028 Background Color

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

This div background color is #787028


#787028 Border Color

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

This div border color is #787028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787028


Comments

No comments written yet.

Please login to write comment.