Color Hex Logo

#764135 Color Hex

#764135
(118,65,53)
0 Favorites   0 Comments

Color spaces of #764135

RGB 1186553
HSL0.030.380.34
HSV11°55°46°
CMYK 0.000.450.55   0.54
XYZ10.00417.88924.3637
Yxy7.88920.44950.3545
Hunter Lab28.087714.423510.4501
CIE-Lab33.751121.630717.3348

#764135 color RGB value is (118,65,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000001 00110101
Octal 166 101 65
Decimal 118 65 53
Hex 76 41 35

RGB Percentages of Color #764135

%50.00
%27.54
%22.46

CMYK Percentages of Color #764135

%0
%45
%55
%54

Triadic Colors of #764135

#764135 #357641 #413576

Analogous Colors of #764135

#764135 #766235 #76354a

Monochromatic Colors of #764135

#764135

Complementary Color

#764135 #356a76

#764135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764135 Color CSS Codes

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

#764135 Text Font Color

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

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


#764135 Background Color

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

This div background color is #764135


#764135 Border Color

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

This div border color is #764135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764135


Comments

No comments written yet.

Please login to write comment.