Color Hex Logo

#764804 Color Hex

#764804
(118,72,4)
0 Favorites   0 Comments

Color spaces of #764804

RGB 118724
HSL0.100.930.24
HSV36°97°46°
CMYK 0.000.390.97   0.54
XYZ9.81058.49501.2375
Yxy8.49500.50200.4347
Hunter Lab29.14629.076617.8850
CIE-Lab34.993214.743842.9526

#764804 color RGB value is (118,72,4).

#764804 hex color red value is 118, green value is 72 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #764804 hue: 0.10 , saturation: 0.93 and the lightness value of 764804 is 0.24.

The process color (four color CMYK) of #764804 color hex is 0.00, 0.39, 0.97, 0.54. Web safe color of #764804 is #663300. Color #764804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 00000100
Octal 166 110 4
Decimal 118 72 4
Hex 76 48 4

RGB Percentages of Color #764804

%60.82
%37.11
%2.06

CMYK Percentages of Color #764804

%0
%39
%97
%54

Triadic Colors of #764804

#764804 #047648 #480476

Analogous Colors of #764804

#764804 #6b7604 #760f04

Monochromatic Colors of #764804

#764804

Complementary Color

#764804 #043276

#764804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764804 Color CSS Codes

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

#764804 Text Font Color

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

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


#764804 Background Color

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

This div background color is #764804


#764804 Border Color

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

This div border color is #764804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764804


Comments

No comments written yet.

Please login to write comment.