Color Hex Logo

#764674 Color Hex

#764674
(118,70,116)
0 Favorites   0 Comments

Color spaces of #764674

RGB 11870116
HSL0.840.260.37
HSV303°41°46°
CMYK 0.000.410.02   0.54
XYZ12.81389.492817.6799
Yxy9.49280.32050.2374
Hunter Lab30.810420.3186-12.4551
CIE-Lab36.916328.2920-17.8764

#764674 color RGB value is (118,70,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01110100
Octal 166 106 164
Decimal 118 70 116
Hex 76 46 74

RGB Percentages of Color #764674

%38.82
%23.03
%38.16

CMYK Percentages of Color #764674

%0
%41
%2
%54

Triadic Colors of #764674

#764674 #747646 #467476

Analogous Colors of #764674

#764674 #76465c #604676

Monochromatic Colors of #764674

#764674

Complementary Color

#764674 #467648

#764674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764674 Color CSS Codes

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

#764674 Text Font Color

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

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


#764674 Background Color

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

This div background color is #764674


#764674 Border Color

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

This div border color is #764674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764674

#764674 Color Palettes


Comments

No comments written yet.

Please login to write comment.