Color Hex Logo

#764667 Color Hex

#764667
(118,70,103)
0 Favorites   0 Comments

Color spaces of #764667

RGB 11870103
HSL0.890.260.37
HSV319°41°46°
CMYK 0.000.410.13   0.54
XYZ12.10969.211113.9716
Yxy9.21110.34310.2610
Hunter Lab30.349818.1095-6.0494
CIE-Lab36.387625.7855-10.5535

#764667 color RGB value is (118,70,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01100111
Octal 166 106 147
Decimal 118 70 103
Hex 76 46 67

RGB Percentages of Color #764667

%40.55
%24.05
%35.40

CMYK Percentages of Color #764667

%0
%41
%13
%54

Triadic Colors of #764667

#764667 #677646 #466776

Analogous Colors of #764667

#764667 #76464f #6d4676

Monochromatic Colors of #764667

#764667

Complementary Color

#764667 #467655

#764667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764667 Color CSS Codes

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

#764667 Text Font Color

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

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


#764667 Background Color

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

This div background color is #764667


#764667 Border Color

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

This div border color is #764667


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,70,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 #764667">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764667


Comments

No comments written yet.

Please login to write comment.