Color Hex Logo

#764455 Color Hex

#764455
(118,68,85)
0 Favorites   0 Comments

Color spaces of #764455

RGB 1186885
HSL0.940.270.36
HSV340°42°46°
CMYK 0.000.420.28   0.54
XYZ11.17808.64179.6732
Yxy8.64170.37900.2930
Hunter Lab29.396816.42951.0680
CIE-Lab35.285123.9130-0.8189

#764455 color RGB value is (118,68,85).

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

The process color (four color CMYK) of #764455 color hex is 0.00, 0.42, 0.28, 0.54. Web safe color of #764455 is #663366. Color #764455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000100 01010101
Octal 166 104 125
Decimal 118 68 85
Hex 76 44 55

RGB Percentages of Color #764455

%43.54
%25.09
%31.37

CMYK Percentages of Color #764455

%0
%42
%28
%54

Triadic Colors of #764455

#764455 #557644 #445576

Analogous Colors of #764455

#764455 #764c44 #76446e

Monochromatic Colors of #764455

#764455

Complementary Color

#764455 #447665

#764455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764455 Color CSS Codes

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

#764455 Text Font Color

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

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


#764455 Background Color

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

This div background color is #764455


#764455 Border Color

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

This div border color is #764455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764455


Comments

No comments written yet.

Please login to write comment.