Color Hex Logo

#766357 Color Hex

#766357
(118,99,87)
0 Favorites   0 Comments

Color spaces of #766357

RGB 1189987
HSL0.060.150.40
HSV23°26°46°
CMYK 0.000.160.26   0.54
XYZ13.653413.463410.8959
Yxy13.46340.35920.3542
Hunter Lab36.69252.20858.0785
CIE-Lab43.45335.59669.6524

#766357 color RGB value is (118,99,87).

#766357 hex color red value is 118, green value is 99 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #766357 hue: 0.06 , saturation: 0.15 and the lightness value of 766357 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 01010111
Octal 166 143 127
Decimal 118 99 87
Hex 76 63 57

RGB Percentages of Color #766357

%38.82
%32.57
%28.62

CMYK Percentages of Color #766357

%0
%16
%26
%54

Triadic Colors of #766357

#766357 #577663 #635776

Analogous Colors of #766357

#766357 #767357 #76575b

Monochromatic Colors of #766357

#766357

Complementary Color

#766357 #576a76

#766357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766357 Color CSS Codes

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

#766357 Text Font Color

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

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


#766357 Background Color

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

This div background color is #766357


#766357 Border Color

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

This div border color is #766357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766357


Comments

No comments written yet.

Please login to write comment.