Color Hex Logo

#766524 Color Hex

#766524
(118,101,36)
0 Favorites   0 Comments

Color spaces of #766524

RGB 11810136
HSL0.130.530.30
HSV48°69°46°
CMYK 0.000.140.69   0.54
XYZ12.443313.28633.5777
Yxy13.28630.42460.4533
Hunter Lab36.4504-2.852519.6958
CIE-Lab43.1915-1.251537.9956

#766524 color RGB value is (118,101,36).

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

The process color (four color CMYK) of #766524 color hex is 0.00, 0.14, 0.69, 0.54. Web safe color of #766524 is #666633. Color #766524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100101 00100100
Octal 166 145 44
Decimal 118 101 36
Hex 76 65 24

RGB Percentages of Color #766524

%46.27
%39.61
%14.12

CMYK Percentages of Color #766524

%0
%14
%69
%54

Triadic Colors of #766524

#766524 #247665 #652476

Analogous Colors of #766524

#766524 #5e7624 #763c24

Monochromatic Colors of #766524

#766524

Complementary Color

#766524 #243576

#766524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766524 Color CSS Codes

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

#766524 Text Font Color

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

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


#766524 Background Color

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

This div background color is #766524


#766524 Border Color

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

This div border color is #766524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766524


Comments

No comments written yet.

Please login to write comment.