Color Hex Logo

#760667 Color Hex

#760667
(118,6,103)
0 Favorites   0 Comments

Color spaces of #760667

RGB 1186103
HSL0.860.900.24
HSV308°95°46°
CMYK 0.000.950.13   0.54
XYZ9.98454.961113.2633
Yxy4.96110.35390.1759
Hunter Lab22.273541.0371-19.7142
CIE-Lab26.623752.1980-25.6536

#760667 color RGB value is (118,6,103).

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

The process color (four color CMYK) of #760667 color hex is 0.00, 0.95, 0.13, 0.54. Web safe color of #760667 is #660066. Color #760667 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 01100111
Octal 166 6 147
Decimal 118 6 103
Hex 76 6 67

RGB Percentages of Color #760667

%51.98
%2.64
%45.37

CMYK Percentages of Color #760667

%0
%95
%13
%54

Triadic Colors of #760667

#760667 #677606 #066776

Analogous Colors of #760667

#760667 #76062f #4d0676

Monochromatic Colors of #760667

#760667

Complementary Color

#760667 #067615

#760667 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760667 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760667 Color CSS Codes

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

#760667 Text Font Color

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

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


#760667 Background Color

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

This div background color is #760667


#760667 Border Color

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

This div border color is #760667


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760667


Comments

No comments written yet.

Please login to write comment.