Color Hex Logo

#765750 Color Hex

#765750
(118,87,80)
0 Favorites   0 Comments

Color spaces of #765750

RGB 1188780
HSL0.030.190.39
HSV11°32°46°
CMYK 0.000.260.32   0.54
XYZ12.327411.24719.1106
Yxy11.24710.37720.3441
Hunter Lab33.53676.92377.3689
CIE-Lab39.993611.74199.0640

#765750 color RGB value is (118,87,80).

#765750 hex color red value is 118, green value is 87 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #765750 hue: 0.03 , saturation: 0.19 and the lightness value of 765750 is 0.39.

The process color (four color CMYK) of #765750 color hex is 0.00, 0.26, 0.32, 0.54. Web safe color of #765750 is #666666. Color #765750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010111 01010000
Octal 166 127 120
Decimal 118 87 80
Hex 76 57 50

RGB Percentages of Color #765750

%41.40
%30.53
%28.07

CMYK Percentages of Color #765750

%0
%26
%32
%54

Triadic Colors of #765750

#765750 #507657 #575076

Analogous Colors of #765750

#765750 #766a50 #76505c

Monochromatic Colors of #765750

#765750

Complementary Color

#765750 #506f76

#765750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765750 Color CSS Codes

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

#765750 Text Font Color

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

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


#765750 Background Color

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

This div background color is #765750


#765750 Border Color

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

This div border color is #765750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765750


Comments

No comments written yet.

Please login to write comment.