Color Hex Logo

#787748 Color Hex

#787748
(120,119,72)
1 Favorites   0 Comments

Color spaces of #787748

RGB 12011972
HSL0.160.250.38
HSV59°40°47°
CMYK 0.000.010.40   0.53
XYZ15.512317.65468.7210
Yxy17.65460.37030.4215
Hunter Lab42.0174-7.630417.1061
CIE-Lab49.0745-7.250325.9858

#787748 color RGB value is (120,119,72).

#787748 hex color red value is 120, green value is 119 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #787748 hue: 0.16 , saturation: 0.25 and the lightness value of 787748 is 0.38.

The process color (four color CMYK) of #787748 color hex is 0.00, 0.01, 0.40, 0.53. Web safe color of #787748 is #666633. Color #787748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110111 01001000
Octal 170 167 110
Decimal 120 119 72
Hex 78 77 48

RGB Percentages of Color #787748

%38.59
%38.26
%23.15

CMYK Percentages of Color #787748

%0
%1
%40
%53

Triadic Colors of #787748

#787748 #487877 #774878

Analogous Colors of #787748

#787748 #617848 #785f48

Monochromatic Colors of #787748

#787748

Complementary Color

#787748 #484978

#787748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787748 Color CSS Codes

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

#787748 Text Font Color

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

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


#787748 Background Color

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

This div background color is #787748


#787748 Border Color

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

This div border color is #787748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787748


Comments

No comments written yet.

Please login to write comment.