Color Hex Logo

#767c98 Color Hex

#767C98
(118,124,152)
0 Favorites   0 Comments

Color spaces of #767c98

RGB 118124152
HSL0.640.140.53
HSV229°22°60°
CMYK 0.220.180.00   0.40
XYZ20.346420.533932.5968
Yxy20.53390.27690.2795
Hunter Lab45.31430.8474-10.9301
CIE-Lab52.43564.1214-15.8011

#767c98 color RGB value is (118,124,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111100 10011000
Octal 166 174 230
Decimal 118 124 152
Hex 76 7C 98

RGB Percentages of Color #767c98

%29.95
%31.47
%38.58

CMYK Percentages of Color #767c98

%22
%18
%0
%40

Triadic Colors of #767c98

#767c98 #98767c #7c9876

Analogous Colors of #767c98

#767c98 #817698 #768d98

Monochromatic Colors of #767c98

#767c98

Complementary Color

#767c98 #989276

#767c98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767c98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767c98 Color CSS Codes

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

#767c98 Text Font Color

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

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


#767c98 Background Color

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

This div background color is #767c98


#767c98 Border Color

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

This div border color is #767c98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,124,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 #767c98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767c98


Comments

No comments written yet.

Please login to write comment.