Color Hex Logo

#76206b Color Hex

#76206B
(118,32,107)
0 Favorites   0 Comments

Color spaces of #76206b

RGB 11832107
HSL0.850.570.29
HSV308°73°46°
CMYK 0.000.730.09   0.54
XYZ10.64165.946114.4968
Yxy5.94610.34230.1913
Hunter Lab24.384635.2254-18.1790
CIE-Lab29.276145.8311-24.0633

#76206b color RGB value is (118,32,107).

#76206b hex color red value is 118, green value is 32 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76206b hue: 0.85 , saturation: 0.57 and the lightness value of 76206b is 0.29.

The process color (four color CMYK) of #76206b color hex is 0.00, 0.73, 0.09, 0.54. Web safe color of #76206b is #663366. Color #76206b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 01101011
Octal 166 40 153
Decimal 118 32 107
Hex 76 20 6B

RGB Percentages of Color #76206b

%45.91
%12.45
%41.63

CMYK Percentages of Color #76206b

%0
%73
%9
%54

Triadic Colors of #76206b

#76206b #6b7620 #206b76

Analogous Colors of #76206b

#76206b #762040 #562076

Monochromatic Colors of #76206b

#76206b

Complementary Color

#76206b #20762b

#76206b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76206b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76206b Color CSS Codes

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

#76206b Text Font Color

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

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


#76206b Background Color

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

This div background color is #76206b


#76206b Border Color

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

This div border color is #76206b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,32,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76206b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76206b;
  -webkit-box-shadow: 1px 1px 3px 2px #76206b;
  box-shadow:         1px 1px 3px 2px #76206b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76206b


Comments

No comments written yet.

Please login to write comment.