Color Hex Logo

#774863 Color Hex

#774863
(119,72,99)
0 Favorites   0 Comments

Color spaces of #774863

RGB 1197299
HSL0.900.250.37
HSV326°39°47°
CMYK 0.000.390.17   0.53
XYZ12.17729.457512.9881
Yxy9.45750.35170.2732
Hunter Lab30.753016.8623-3.5131
CIE-Lab36.850624.2570-7.3304

#774863 color RGB value is (119,72,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001000 01100011
Octal 167 110 143
Decimal 119 72 99
Hex 77 48 63

RGB Percentages of Color #774863

%41.03
%24.83
%34.14

CMYK Percentages of Color #774863

%0
%39
%17
%53

Triadic Colors of #774863

#774863 #637748 #486377

Analogous Colors of #774863

#774863 #77484c #744877

Monochromatic Colors of #774863

#774863

Complementary Color

#774863 #48775c

#774863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774863 Color CSS Codes

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

#774863 Text Font Color

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

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


#774863 Background Color

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

This div background color is #774863


#774863 Border Color

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

This div border color is #774863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774863


Comments

No comments written yet.

Please login to write comment.