Color Hex Logo

#764054 Color Hex

#764054
(118,64,84)
0 Favorites   0 Comments

Color spaces of #764054

RGB 1186484
HSL0.940.300.36
HSV338°46°46°
CMYK 0.000.460.29   0.54
XYZ10.90488.15849.3875
Yxy8.15840.38330.2868
Hunter Lab28.562918.16300.5078
CIE-Lab34.310626.1011-1.6116

#764054 color RGB value is (118,64,84).

#764054 hex color red value is 118, green value is 64 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #764054 hue: 0.94 , saturation: 0.30 and the lightness value of 764054 is 0.36.

The process color (four color CMYK) of #764054 color hex is 0.00, 0.46, 0.29, 0.54. Web safe color of #764054 is #663366. Color #764054 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000000 01010100
Octal 166 100 124
Decimal 118 64 84
Hex 76 40 54

RGB Percentages of Color #764054

%44.36
%24.06
%31.58

CMYK Percentages of Color #764054

%0
%46
%29
%54

Triadic Colors of #764054

#764054 #547640 #405476

Analogous Colors of #764054

#764054 #764740 #76406f

Monochromatic Colors of #764054

#764054

Complementary Color

#764054 #407662

#764054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764054 Color CSS Codes

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

#764054 Text Font Color

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

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


#764054 Background Color

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

This div background color is #764054


#764054 Border Color

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

This div border color is #764054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764054


Comments

No comments written yet.

Please login to write comment.