Color Hex Logo

#766281 Color Hex

#766281
(118,98,129)
0 Favorites   0 Comments

Color spaces of #766281

RGB 11898129
HSL0.770.140.45
HSV279°24°51°
CMYK 0.090.240.00   0.49
XYZ15.801314.171922.6715
Yxy14.17190.30010.2692
Hunter Lab37.64569.0435-9.3546
CIE-Lab44.478514.2466-14.2682

#766281 color RGB value is (118,98,129).

#766281 hex color red value is 118, green value is 98 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #766281 hue: 0.77 , saturation: 0.14 and the lightness value of 766281 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100010 10000001
Octal 166 142 201
Decimal 118 98 129
Hex 76 62 81

RGB Percentages of Color #766281

%34.20
%28.41
%37.39

CMYK Percentages of Color #766281

%9
%24
%0
%49

Triadic Colors of #766281

#766281 #817662 #628176

Analogous Colors of #766281

#766281 #81627d #676281

Monochromatic Colors of #766281

#766281

Complementary Color

#766281 #6d8162

#766281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766281 Color CSS Codes

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

#766281 Text Font Color

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

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


#766281 Background Color

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

This div background color is #766281


#766281 Border Color

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

This div border color is #766281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766281


Comments

No comments written yet.

Please login to write comment.