Color Hex Logo

#764402 Color Hex

#764402
(118,68,2)
0 Favorites   0 Comments

Color spaces of #764402

RGB 118682
HSL0.090.970.24
HSV34°98°46°
CMYK 0.000.420.98   0.54
XYZ9.54937.99021.0964
Yxy7.99020.51240.4288
Hunter Lab28.266910.834717.4872
CIE-Lab33.962517.086442.9539

#764402 color RGB value is (118,68,2).

#764402 hex color red value is 118, green value is 68 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #764402 hue: 0.09 , saturation: 0.97 and the lightness value of 764402 is 0.24.

The process color (four color CMYK) of #764402 color hex is 0.00, 0.42, 0.98, 0.54. Web safe color of #764402 is #663300. Color #764402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000100 00000010
Octal 166 104 2
Decimal 118 68 2
Hex 76 44 2

RGB Percentages of Color #764402

%62.77
%36.17
%1.06

CMYK Percentages of Color #764402

%0
%42
%98
%54

Triadic Colors of #764402

#764402 #027644 #440276

Analogous Colors of #764402

#764402 #6e7602 #760a02

Monochromatic Colors of #764402

#764402

Complementary Color

#764402 #023476

#764402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764402 Color CSS Codes

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

#764402 Text Font Color

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

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


#764402 Background Color

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

This div background color is #764402


#764402 Border Color

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

This div border color is #764402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764402


Comments

No comments written yet.

Please login to write comment.