Color Hex Logo

#787266 Color Hex

#787266
(120,114,102)
0 Favorites   0 Comments

Color spaces of #787266

RGB 120114102
HSL0.110.080.44
HSV40°15°47°
CMYK 0.000.050.15   0.53
XYZ16.161316.987014.9974
Yxy16.98700.33570.3528
Hunter Lab41.2153-2.13357.2763
CIE-Lab48.24370.08957.4772

#787266 color RGB value is (120,114,102).

#787266 hex color red value is 120, green value is 114 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #787266 hue: 0.11 , saturation: 0.08 and the lightness value of 787266 is 0.44.

The process color (four color CMYK) of #787266 color hex is 0.00, 0.05, 0.15, 0.53. Web safe color of #787266 is #666666. Color #787266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 01100110
Octal 170 162 146
Decimal 120 114 102
Hex 78 72 66

RGB Percentages of Color #787266

%35.71
%33.93
%30.36

CMYK Percentages of Color #787266

%0
%5
%15
%53

Triadic Colors of #787266

#787266 #667872 #726678

Analogous Colors of #787266

#787266 #757866 #786966

Monochromatic Colors of #787266

#787266

Complementary Color

#787266 #666c78

#787266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787266 Color CSS Codes

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

#787266 Text Font Color

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

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


#787266 Background Color

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

This div background color is #787266


#787266 Border Color

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

This div border color is #787266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787266

#787266 Color Palettes


Comments

No comments written yet.

Please login to write comment.