Color Hex Logo

#766a58 Color Hex

#766A58
(118,106,88)
0 Favorites   0 Comments

Color spaces of #766a58

RGB 11810688
HSL0.100.150.40
HSV36°25°46°
CMYK 0.000.100.25   0.54
XYZ14.386714.864211.3433
Yxy14.86420.35440.3662
Hunter Lab38.5541-0.86149.5437
CIE-Lab45.44761.607011.8369

#766a58 color RGB value is (118,106,88).

#766a58 hex color red value is 118, green value is 106 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #766a58 hue: 0.10 , saturation: 0.15 and the lightness value of 766a58 is 0.40.

The process color (four color CMYK) of #766a58 color hex is 0.00, 0.10, 0.25, 0.54. Web safe color of #766a58 is #666666. Color #766a58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101010 01011000
Octal 166 152 130
Decimal 118 106 88
Hex 76 6A 58

RGB Percentages of Color #766a58

%37.82
%33.97
%28.21

CMYK Percentages of Color #766a58

%0
%10
%25
%54

Triadic Colors of #766a58

#766a58 #58766a #6a5876

Analogous Colors of #766a58

#766a58 #737658 #765b58

Monochromatic Colors of #766a58

#766a58

Complementary Color

#766a58 #586476

#766a58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766a58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766a58 Color CSS Codes

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

#766a58 Text Font Color

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

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


#766a58 Background Color

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

This div background color is #766a58


#766a58 Border Color

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

This div border color is #766a58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766a58

#766a58 Color Palettes


Comments

No comments written yet.

Please login to write comment.