Color Hex Logo

#764f1f Color Hex

#764F1F
(118,79,31)
0 Favorites   0 Comments

Color spaces of #764f1f

RGB 1187931
HSL0.090.580.29
HSV33°74°46°
CMYK 0.000.330.74   0.54
XYZ10.51459.54242.5840
Yxy9.54240.46440.4215
Hunter Lab30.89086.698416.6640
CIE-Lab37.008311.539333.9193

#764f1f color RGB value is (118,79,31).

#764f1f hex color red value is 118, green value is 79 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #764f1f hue: 0.09 , saturation: 0.58 and the lightness value of 764f1f is 0.29.

The process color (four color CMYK) of #764f1f color hex is 0.00, 0.33, 0.74, 0.54. Web safe color of #764f1f is #666633. Color #764f1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001111 00011111
Octal 166 117 37
Decimal 118 79 31
Hex 76 4F 1F

RGB Percentages of Color #764f1f

%51.75
%34.65
%13.60

CMYK Percentages of Color #764f1f

%0
%33
%74
%54

Triadic Colors of #764f1f

#764f1f #1f764f #4f1f76

Analogous Colors of #764f1f

#764f1f #72761f #76241f

Monochromatic Colors of #764f1f

#764f1f

Complementary Color

#764f1f #1f4676

#764f1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764f1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#764f1f Color CSS Codes

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

#764f1f Text Font Color

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

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


#764f1f Background Color

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

This div background color is #764f1f


#764f1f Border Color

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

This div border color is #764f1f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,79,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #764f1f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #764f1f;
  -webkit-box-shadow: 1px 1px 3px 2px #764f1f;
  box-shadow:         1px 1px 3px 2px #764f1f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764f1f


Comments

No comments written yet.

Please login to write comment.