Color Hex Logo

#766323 Color Hex

#766323
(118,99,35)
0 Favorites   0 Comments

Color spaces of #766323

RGB 1189935
HSL0.130.540.30
HSV46°70°46°
CMYK 0.000.160.70   0.54
XYZ12.236412.89663.4345
Yxy12.89660.42830.4514
Hunter Lab35.9118-2.024619.4680
CIE-Lab42.6070-0.147337.8543

#766323 color RGB value is (118,99,35).

#766323 hex color red value is 118, green value is 99 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #766323 hue: 0.13 , saturation: 0.54 and the lightness value of 766323 is 0.30.

The process color (four color CMYK) of #766323 color hex is 0.00, 0.16, 0.70, 0.54. Web safe color of #766323 is #666633. Color #766323 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00100011
Octal 166 143 43
Decimal 118 99 35
Hex 76 63 23

RGB Percentages of Color #766323

%46.83
%39.29
%13.89

CMYK Percentages of Color #766323

%0
%16
%70
%54

Triadic Colors of #766323

#766323 #237663 #632376

Analogous Colors of #766323

#766323 #607623 #763a23

Monochromatic Colors of #766323

#766323

Complementary Color

#766323 #233676

#766323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766323 Color CSS Codes

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

#766323 Text Font Color

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

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


#766323 Background Color

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

This div background color is #766323


#766323 Border Color

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

This div border color is #766323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766323

#766323 Color Palettes


Comments

No comments written yet.

Please login to write comment.