Color Hex Logo

#766770 Color Hex

#766770
(118,103,112)
0 Favorites   0 Comments

Color spaces of #766770

RGB 118103112
HSL0.900.070.43
HSV324°13°46°
CMYK 0.000.130.05   0.54
XYZ15.246114.721917.3673
Yxy14.72190.32210.3110
Hunter Lab38.36913.78160.0215
CIE-Lab45.25097.6585-2.8594

#766770 color RGB value is (118,103,112).

#766770 hex color red value is 118, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #766770 hue: 0.90 , saturation: 0.07 and the lightness value of 766770 is 0.43.

The process color (four color CMYK) of #766770 color hex is 0.00, 0.13, 0.05, 0.54. Web safe color of #766770 is #666666. Color #766770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100111 01110000
Octal 166 147 160
Decimal 118 103 112
Hex 76 67 70

RGB Percentages of Color #766770

%35.44
%30.93
%33.63

CMYK Percentages of Color #766770

%0
%13
%5
%54

Triadic Colors of #766770

#766770 #707667 #677076

Analogous Colors of #766770

#766770 #766769 #756776

Monochromatic Colors of #766770

#766770

Complementary Color

#766770 #67766d

#766770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#766770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#766770 Color CSS Codes

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

#766770 Text Font Color

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

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


#766770 Background Color

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

This div background color is #766770


#766770 Border Color

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

This div border color is #766770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #766770


Comments

No comments written yet.

Please login to write comment.