Color Hex Logo

#767056 Color Hex

#767056
(118,112,86)
0 Favorites   0 Comments

Color spaces of #767056

RGB 11811286
HSL0.140.160.40
HSV49°27°46°
CMYK 0.000.050.27   0.54
XYZ14.945116.111811.1263
Yxy16.11180.35430.3819
Hunter Lab40.1395-3.783411.6630
CIE-Lab47.1208-2.201215.3257

#767056 color RGB value is (118,112,86).

#767056 hex color red value is 118, green value is 112 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #767056 hue: 0.14 , saturation: 0.16 and the lightness value of 767056 is 0.40.

The process color (four color CMYK) of #767056 color hex is 0.00, 0.05, 0.27, 0.54. Web safe color of #767056 is #666666. Color #767056 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 01010110
Octal 166 160 126
Decimal 118 112 86
Hex 76 70 56

RGB Percentages of Color #767056

%37.34
%35.44
%27.22

CMYK Percentages of Color #767056

%0
%5
%27
%54

Triadic Colors of #767056

#767056 #567670 #705676

Analogous Colors of #767056

#767056 #6c7656 #766056

Monochromatic Colors of #767056

#767056

Complementary Color

#767056 #565c76

#767056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767056 Color CSS Codes

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

#767056 Text Font Color

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

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


#767056 Background Color

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

This div background color is #767056


#767056 Border Color

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

This div border color is #767056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767056

#767056 Color Palettes


Comments

No comments written yet.

Please login to write comment.