Color Hex Logo

#764767 Color Hex

#764767
(118,71,103)
0 Favorites   0 Comments

Color spaces of #764767

RGB 11871103
HSL0.890.250.37
HSV319°40°46°
CMYK 0.000.400.13   0.54
XYZ12.17269.337313.9927
Yxy9.33730.34290.2630
Hunter Lab30.557017.6320-5.7603
CIE-Lab36.625825.1945-10.1936

#764767 color RGB value is (118,71,103).

#764767 hex color red value is 118, green value is 71 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #764767 hue: 0.89 , saturation: 0.25 and the lightness value of 764767 is 0.37.

The process color (four color CMYK) of #764767 color hex is 0.00, 0.40, 0.13, 0.54. Web safe color of #764767 is #663366. Color #764767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 01100111
Octal 166 107 147
Decimal 118 71 103
Hex 76 47 67

RGB Percentages of Color #764767

%40.41
%24.32
%35.27

CMYK Percentages of Color #764767

%0
%40
%13
%54

Triadic Colors of #764767

#764767 #677647 #476776

Analogous Colors of #764767

#764767 #764750 #6e4776

Monochromatic Colors of #764767

#764767

Complementary Color

#764767 #477656

#764767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764767 Color CSS Codes

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

#764767 Text Font Color

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

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


#764767 Background Color

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

This div background color is #764767


#764767 Border Color

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

This div border color is #764767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764767


Comments

No comments written yet.

Please login to write comment.