Color Hex Logo

#76826e Color Hex

#76826E
(118,130,110)
0 Favorites   0 Comments

Color spaces of #76826e

RGB 118130110
HSL0.270.080.47
HSV96°15°51°
CMYK 0.090.000.15   0.49
XYZ18.268320.942617.8313
Yxy20.94260.32030.3671
Hunter Lab45.7631-8.82958.9322
CIE-Lab52.8866-8.37369.3481

#76826e color RGB value is (118,130,110).

#76826e hex color red value is 118, green value is 130 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #76826e hue: 0.27 , saturation: 0.08 and the lightness value of 76826e is 0.47.

The process color (four color CMYK) of #76826e color hex is 0.09, 0.00, 0.15, 0.49. Web safe color of #76826e is #669966. Color #76826e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000010 01101110
Octal 166 202 156
Decimal 118 130 110
Hex 76 82 6E

RGB Percentages of Color #76826e

%32.96
%36.31
%30.73

CMYK Percentages of Color #76826e

%9
%0
%15
%49

Triadic Colors of #76826e

#76826e #6e7682 #826e76

Analogous Colors of #76826e

#76826e #6e8270 #80826e

Monochromatic Colors of #76826e

#76826e

Complementary Color

#76826e #7a6e82

#76826e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76826e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76826e Color CSS Codes

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

#76826e Text Font Color

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

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


#76826e Background Color

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

This div background color is #76826e


#76826e Border Color

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

This div border color is #76826e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,130,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76826e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76826e;
  -webkit-box-shadow: 1px 1px 3px 2px #76826e;
  box-shadow:         1px 1px 3px 2px #76826e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76826e


Comments

No comments written yet.

Please login to write comment.