Color Hex Logo

#764133 Color Hex

#764133
(118,65,51)
0 Favorites   0 Comments

Color spaces of #764133

RGB 1186551
HSL0.030.400.33
HSV13°57°46°
CMYK 0.000.450.57   0.54
XYZ9.95917.87124.1264
Yxy7.87120.45360.3585
Hunter Lab28.055714.265910.9186
CIE-Lab33.713221.439418.5334

#764133 color RGB value is (118,65,51).

#764133 hex color red value is 118, green value is 65 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #764133 hue: 0.03 , saturation: 0.40 and the lightness value of 764133 is 0.33.

The process color (four color CMYK) of #764133 color hex is 0.00, 0.45, 0.57, 0.54. Web safe color of #764133 is #663333. Color #764133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 00110011
Octal 166 101 63
Decimal 118 65 51
Hex 76 41 33

RGB Percentages of Color #764133

%50.43
%27.78
%21.79

CMYK Percentages of Color #764133

%0
%45
%57
%54

Triadic Colors of #764133

#764133 #337641 #413376

Analogous Colors of #764133

#764133 #766333 #763346

Monochromatic Colors of #764133

#764133

Complementary Color

#764133 #336876

#764133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764133 Color CSS Codes

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

#764133 Text Font Color

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

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


#764133 Background Color

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

This div background color is #764133


#764133 Border Color

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

This div border color is #764133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764133

#764133 Color Palettes


Comments

No comments written yet.

Please login to write comment.