Color Hex Logo

#774864 Color Hex

#774864
(119,72,100)
0 Favorites   0 Comments

Color spaces of #774864

RGB 11972100
HSL0.900.250.37
HSV324°39°47°
CMYK 0.000.390.16   0.53
XYZ12.22549.476813.2414
Yxy9.47680.34990.2712
Hunter Lab30.784417.0149-3.9535
CIE-Lab36.886524.4343-7.9043

#774864 color RGB value is (119,72,100).

#774864 hex color red value is 119, green value is 72 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #774864 hue: 0.90 , saturation: 0.25 and the lightness value of 774864 is 0.37.

The process color (four color CMYK) of #774864 color hex is 0.00, 0.39, 0.16, 0.53. Web safe color of #774864 is #663366. Color #774864 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001000 01100100
Octal 167 110 144
Decimal 119 72 100
Hex 77 48 64

RGB Percentages of Color #774864

%40.89
%24.74
%34.36

CMYK Percentages of Color #774864

%0
%39
%16
%53

Triadic Colors of #774864

#774864 #647748 #486477

Analogous Colors of #774864

#774864 #77484d #734877

Monochromatic Colors of #774864

#774864

Complementary Color

#774864 #48775b

#774864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774864 Color CSS Codes

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

#774864 Text Font Color

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

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


#774864 Background Color

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

This div background color is #774864


#774864 Border Color

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

This div border color is #774864


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,72,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #774864; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #774864;
  -webkit-box-shadow: 1px 1px 3px 2px #774864;
  box-shadow:         1px 1px 3px 2px #774864; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,72,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774864


Comments

No comments written yet.

Please login to write comment.