Color Hex Logo

#76466a Color Hex

#76466A
(118,70,106)
0 Favorites   0 Comments

Color spaces of #76466a

RGB 11870106
HSL0.880.260.37
HSV315°41°46°
CMYK 0.000.410.10   0.54
XYZ12.26299.272514.7791
Yxy9.27250.33770.2553
Hunter Lab30.450818.5953-7.4605
CIE-Lab36.503726.3421-12.2604

#76466a color RGB value is (118,70,106).

#76466a hex color red value is 118, green value is 70 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #76466a hue: 0.88 , saturation: 0.26 and the lightness value of 76466a is 0.37.

The process color (four color CMYK) of #76466a color hex is 0.00, 0.41, 0.10, 0.54. Web safe color of #76466a is #663366. Color #76466a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000110 01101010
Octal 166 106 152
Decimal 118 70 106
Hex 76 46 6A

RGB Percentages of Color #76466a

%40.14
%23.81
%36.05

CMYK Percentages of Color #76466a

%0
%41
%10
%54

Triadic Colors of #76466a

#76466a #6a7646 #466a76

Analogous Colors of #76466a

#76466a #764652 #6a4676

Monochromatic Colors of #76466a

#76466a

Complementary Color

#76466a #467652

#76466a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76466a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76466a Color CSS Codes

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

#76466a Text Font Color

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

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


#76466a Background Color

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

This div background color is #76466a


#76466a Border Color

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

This div border color is #76466a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76466a


Comments

No comments written yet.

Please login to write comment.