Color Hex Logo

#767998 Color Hex

#767998
(118,121,152)
0 Favorites   0 Comments

Color spaces of #767998

RGB 118121152
HSL0.650.140.53
HSV235°22°60°
CMYK 0.220.200.00   0.40
XYZ19.976119.793332.4734
Yxy19.79330.27650.2740
Hunter Lab44.48972.2906-12.1335
CIE-Lab51.60275.8857-17.0681

#767998 color RGB value is (118,121,152).

#767998 hex color red value is 118, green value is 121 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #767998 hue: 0.65 , saturation: 0.14 and the lightness value of 767998 is 0.53.

The process color (four color CMYK) of #767998 color hex is 0.22, 0.20, 0.00, 0.40. Web safe color of #767998 is #666699. Color #767998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111001 10011000
Octal 166 171 230
Decimal 118 121 152
Hex 76 79 98

RGB Percentages of Color #767998

%30.18
%30.95
%38.87

CMYK Percentages of Color #767998

%22
%20
%0
%40

Triadic Colors of #767998

#767998 #987679 #799876

Analogous Colors of #767998

#767998 #847698 #768a98

Monochromatic Colors of #767998

#767998

Complementary Color

#767998 #989576

#767998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767998 Color CSS Codes

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

#767998 Text Font Color

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

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


#767998 Background Color

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

This div background color is #767998


#767998 Border Color

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

This div border color is #767998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767998


Comments

No comments written yet.

Please login to write comment.