Color Hex Logo

#767182 Color Hex

#767182
(118,113,130)
0 Favorites   0 Comments

Color spaces of #767182

RGB 118113130
HSL0.720.070.48
HSV258°13°51°
CMYK 0.090.130.00   0.49
XYZ17.405617.273523.5358
Yxy17.27350.29900.2967
Hunter Lab41.56142.0220-4.4823
CIE-Lab48.60285.4754-8.6449

#767182 color RGB value is (118,113,130).

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

The process color (four color CMYK) of #767182 color hex is 0.09, 0.13, 0.00, 0.49. Web safe color of #767182 is #666699. Color #767182 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 10000010
Octal 166 161 202
Decimal 118 113 130
Hex 76 71 82

RGB Percentages of Color #767182

%32.69
%31.30
%36.01

CMYK Percentages of Color #767182

%9
%13
%0
%49

Triadic Colors of #767182

#767182 #827671 #718276

Analogous Colors of #767182

#767182 #7f7182 #717582

Monochromatic Colors of #767182

#767182

Complementary Color

#767182 #7d8271

#767182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767182 Color CSS Codes

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

#767182 Text Font Color

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

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


#767182 Background Color

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

This div background color is #767182


#767182 Border Color

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

This div border color is #767182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767182


Comments

No comments written yet.

Please login to write comment.