Color Hex Logo

#766367 Color Hex

#766367
(118,99,103)
0 Favorites   0 Comments

Color spaces of #766367

RGB 11899103
HSL0.960.090.43
HSV347°16°46°
CMYK 0.000.160.13   0.54
XYZ14.381213.754514.7289
Yxy13.75450.33550.3209
Hunter Lab37.08714.31442.4143
CIE-Lab43.87888.33540.5717

#766367 color RGB value is (118,99,103).

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

The process color (four color CMYK) of #766367 color hex is 0.00, 0.16, 0.13, 0.54. Web safe color of #766367 is #666666. Color #766367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 01100111
Octal 166 143 147
Decimal 118 99 103
Hex 76 63 67

RGB Percentages of Color #766367

%36.88
%30.94
%32.19

CMYK Percentages of Color #766367

%0
%16
%13
%54

Triadic Colors of #766367

#766367 #677663 #636776

Analogous Colors of #766367

#766367 #766963 #766371

Monochromatic Colors of #766367

#766367

Complementary Color

#766367 #637672

#766367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766367 Color CSS Codes

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

#766367 Text Font Color

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

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


#766367 Background Color

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

This div background color is #766367


#766367 Border Color

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

This div border color is #766367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766367


Comments

No comments written yet.

Please login to write comment.