Color Hex Logo

#767064 Color Hex

#767064
(118,112,100)
0 Favorites   0 Comments

Color spaces of #767064

RGB 118112100
HSL0.110.080.43
HSV40°15°46°
CMYK 0.000.050.15   0.54
XYZ15.565616.360014.3940
Yxy16.36000.33600.3532
Hunter Lab40.4475-2.09017.2138
CIE-Lab47.44330.09327.5015

#767064 color RGB value is (118,112,100).

#767064 hex color red value is 118, green value is 112 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #767064 hue: 0.11 , saturation: 0.08 and the lightness value of 767064 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110000 01100100
Octal 166 160 144
Decimal 118 112 100
Hex 76 70 64

RGB Percentages of Color #767064

%35.76
%33.94
%30.30

CMYK Percentages of Color #767064

%0
%5
%15
%54

Triadic Colors of #767064

#767064 #647670 #706476

Analogous Colors of #767064

#767064 #737664 #766764

Monochromatic Colors of #767064

#767064

Complementary Color

#767064 #646a76

#767064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767064 Color CSS Codes

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

#767064 Text Font Color

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

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


#767064 Background Color

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

This div background color is #767064


#767064 Border Color

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

This div border color is #767064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767064


Comments

No comments written yet.

Please login to write comment.