Color Hex Logo

#787055 Color Hex

#787055
(120,112,85)
0 Favorites   0 Comments

Color spaces of #787055

RGB 12011285
HSL0.130.170.40
HSV46°29°47°
CMYK 0.000.070.29   0.53
XYZ15.179616.237310.9284
Yxy16.23730.35850.3834
Hunter Lab40.2955-3.275012.1271
CIE-Lab47.2843-1.501616.1652

#787055 color RGB value is (120,112,85).

#787055 hex color red value is 120, green value is 112 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #787055 hue: 0.13 , saturation: 0.17 and the lightness value of 787055 is 0.40.

The process color (four color CMYK) of #787055 color hex is 0.00, 0.07, 0.29, 0.53. Web safe color of #787055 is #666666. Color #787055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 01010101
Octal 170 160 125
Decimal 120 112 85
Hex 78 70 55

RGB Percentages of Color #787055

%37.85
%35.33
%26.81

CMYK Percentages of Color #787055

%0
%7
%29
%53

Triadic Colors of #787055

#787055 #557870 #705578

Analogous Colors of #787055

#787055 #6f7855 #785f55

Monochromatic Colors of #787055

#787055

Complementary Color

#787055 #555d78

#787055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787055 Color CSS Codes

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

#787055 Text Font Color

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

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


#787055 Background Color

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

This div background color is #787055


#787055 Border Color

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

This div border color is #787055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787055


Comments

No comments written yet.

Please login to write comment.