Color Hex Logo

#766379 Color Hex

#766379
(118,99,121)
0 Favorites   0 Comments

Color spaces of #766379

RGB 11899121
HSL0.810.100.43
HSV292°18°47°
CMYK 0.020.180.00   0.53
XYZ15.384214.155720.0106
Yxy14.15570.31050.2857
Hunter Lab37.62417.1452-5.1969
CIE-Lab44.455411.9053-9.4760

#766379 color RGB value is (118,99,121).

#766379 hex color red value is 118, green value is 99 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #766379 hue: 0.81 , saturation: 0.10 and the lightness value of 766379 is 0.43.

The process color (four color CMYK) of #766379 color hex is 0.02, 0.18, 0.00, 0.53. Web safe color of #766379 is #666666. Color #766379 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 01111001
Octal 166 143 171
Decimal 118 99 121
Hex 76 63 79

RGB Percentages of Color #766379

%34.91
%29.29
%35.80

CMYK Percentages of Color #766379

%2
%18
%0
%53

Triadic Colors of #766379

#766379 #797663 #637976

Analogous Colors of #766379

#766379 #796371 #6b6379

Monochromatic Colors of #766379

#766379

Complementary Color

#766379 #667963

#766379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766379 Color CSS Codes

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

#766379 Text Font Color

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

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


#766379 Background Color

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

This div background color is #766379


#766379 Border Color

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

This div border color is #766379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766379


Comments

No comments written yet.

Please login to write comment.