Color Hex Logo

#766319 Color Hex

#766319
(118,99,25)
0 Favorites   0 Comments

Color spaces of #766319

RGB 1189925
HSL0.130.650.28
HSV48°79°46°
CMYK 0.000.160.79   0.54
XYZ12.108512.84542.7609
Yxy12.84540.43690.4635
Hunter Lab35.8405-2.415620.5210
CIE-Lab42.5294-0.695342.1556

#766319 color RGB value is (118,99,25).

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

The process color (four color CMYK) of #766319 color hex is 0.00, 0.16, 0.79, 0.54. Web safe color of #766319 is #666600. Color #766319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 00011001
Octal 166 143 31
Decimal 118 99 25
Hex 76 63 19

RGB Percentages of Color #766319

%48.76
%40.91
%10.33

CMYK Percentages of Color #766319

%0
%16
%79
%54

Triadic Colors of #766319

#766319 #197663 #631976

Analogous Colors of #766319

#766319 #5b7619 #763519

Monochromatic Colors of #766319

#766319

Complementary Color

#766319 #192c76

#766319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766319 Color CSS Codes

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

#766319 Text Font Color

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

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


#766319 Background Color

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

This div background color is #766319


#766319 Border Color

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

This div border color is #766319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766319


Comments

No comments written yet.

Please login to write comment.