Color Hex Logo

#764753 Color Hex

#764753
(118,71,83)
0 Favorites   0 Comments

Color spaces of #764753

RGB 1187183
HSL0.960.250.37
HSV345°40°46°
CMYK 0.000.400.30   0.54
XYZ11.28588.98269.3226
Yxy8.98260.38140.3036
Hunter Lab29.971014.76632.5373
CIE-Lab35.950821.82871.4203

#764753 color RGB value is (118,71,83).

#764753 hex color red value is 118, green value is 71 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #764753 hue: 0.96 , saturation: 0.25 and the lightness value of 764753 is 0.37.

The process color (four color CMYK) of #764753 color hex is 0.00, 0.40, 0.30, 0.54. Web safe color of #764753 is #663366. Color #764753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 01010011
Octal 166 107 123
Decimal 118 71 83
Hex 76 47 53

RGB Percentages of Color #764753

%43.38
%26.10
%30.51

CMYK Percentages of Color #764753

%0
%40
%30
%54

Triadic Colors of #764753

#764753 #537647 #475376

Analogous Colors of #764753

#764753 #765347 #76476b

Monochromatic Colors of #764753

#764753

Complementary Color

#764753 #47766a

#764753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#764753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#764753 Color CSS Codes

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

#764753 Text Font Color

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

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


#764753 Background Color

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

This div background color is #764753


#764753 Border Color

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

This div border color is #764753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #764753


Comments

No comments written yet.

Please login to write comment.