Color Hex Logo

#767383 Color Hex

#767383
(118,115,131)
0 Favorites   0 Comments

Color spaces of #767383

RGB 118115131
HSL0.700.070.48
HSV251°12°51°
CMYK 0.100.120.00   0.49
XYZ17.698717.751723.9663
Yxy17.75170.29790.2988
Hunter Lab42.13281.2501-4.2329
CIE-Lab49.19364.5141-8.3538

#767383 color RGB value is (118,115,131).

#767383 hex color red value is 118, green value is 115 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #767383 hue: 0.70 , saturation: 0.07 and the lightness value of 767383 is 0.48.

The process color (four color CMYK) of #767383 color hex is 0.10, 0.12, 0.00, 0.49. Web safe color of #767383 is #666699. Color #767383 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 10000011
Octal 166 163 203
Decimal 118 115 131
Hex 76 73 83

RGB Percentages of Color #767383

%32.42
%31.59
%35.99

CMYK Percentages of Color #767383

%10
%12
%0
%49

Triadic Colors of #767383

#767383 #837673 #738376

Analogous Colors of #767383

#767383 #7e7383 #737883

Monochromatic Colors of #767383

#767383

Complementary Color

#767383 #808373

#767383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767383 Color CSS Codes

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

#767383 Text Font Color

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

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


#767383 Background Color

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

This div background color is #767383


#767383 Border Color

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

This div border color is #767383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767383


Comments

No comments written yet.

Please login to write comment.