Color Hex Logo

#777993 Color Hex

#777993
(119,121,147)
0 Favorites   0 Comments

Color spaces of #777993

RGB 119121147
HSL0.650.110.52
HSV236°19°58°
CMYK 0.190.180.00   0.42
XYZ19.711619.703330.3680
Yxy19.70330.28250.2824
Hunter Lab44.38841.5870-9.4909
CIE-Lab51.50015.0101-14.2924

#777993 color RGB value is (119,121,147).

#777993 hex color red value is 119, green value is 121 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #777993 hue: 0.65 , saturation: 0.11 and the lightness value of 777993 is 0.52.

The process color (four color CMYK) of #777993 color hex is 0.19, 0.18, 0.00, 0.42. Web safe color of #777993 is #666699. Color #777993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111001 10010011
Octal 167 171 223
Decimal 119 121 147
Hex 77 79 93

RGB Percentages of Color #777993

%30.75
%31.27
%37.98

CMYK Percentages of Color #777993

%19
%18
%0
%42

Triadic Colors of #777993

#777993 #937779 #799377

Analogous Colors of #777993

#777993 #837793 #778793

Monochromatic Colors of #777993

#777993

Complementary Color

#777993 #939177

#777993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777993 Color CSS Codes

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

#777993 Text Font Color

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

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


#777993 Background Color

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

This div background color is #777993


#777993 Border Color

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

This div border color is #777993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777993


Comments

No comments written yet.

Please login to write comment.