Color Hex Logo

#784750 Color Hex

#784750
(120,71,80)
0 Favorites   0 Comments

Color spaces of #784750

RGB 1207180
HSL0.970.260.37
HSV349°41°47°
CMYK 0.000.410.33   0.53
XYZ11.44699.07878.7385
Yxy9.07870.39120.3102
Hunter Lab30.130915.08423.8964
CIE-Lab36.135422.19683.6194

#784750 color RGB value is (120,71,80).

#784750 hex color red value is 120, green value is 71 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #784750 hue: 0.97 , saturation: 0.26 and the lightness value of 784750 is 0.37.

The process color (four color CMYK) of #784750 color hex is 0.00, 0.41, 0.33, 0.53. Web safe color of #784750 is #663366. Color #784750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01000111 01010000
Octal 170 107 120
Decimal 120 71 80
Hex 78 47 50

RGB Percentages of Color #784750

%44.28
%26.20
%29.52

CMYK Percentages of Color #784750

%0
%41
%33
%53

Triadic Colors of #784750

#784750 #507847 #475078

Analogous Colors of #784750

#784750 #785747 #784769

Monochromatic Colors of #784750

#784750

Complementary Color

#784750 #47786f

#784750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784750 Color CSS Codes

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

#784750 Text Font Color

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

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


#784750 Background Color

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

This div background color is #784750


#784750 Border Color

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

This div border color is #784750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784750


Comments

No comments written yet.

Please login to write comment.