Color Hex Logo

#760769 Color Hex

#760769
(118,7,105)
0 Favorites   0 Comments

Color spaces of #760769

RGB 1187105
HSL0.850.890.25
HSV307°94°46°
CMYK 0.000.940.11   0.54
XYZ10.09705.023413.8020
Yxy5.02340.34910.1737
Hunter Lab22.412941.1914-20.8220
CIE-Lab26.801352.3149-26.6717

#760769 color RGB value is (118,7,105).

#760769 hex color red value is 118, green value is 7 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #760769 hue: 0.85 , saturation: 0.89 and the lightness value of 760769 is 0.25.

The process color (four color CMYK) of #760769 color hex is 0.00, 0.94, 0.11, 0.54. Web safe color of #760769 is #660066. Color #760769 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000111 01101001
Octal 166 7 151
Decimal 118 7 105
Hex 76 7 69

RGB Percentages of Color #760769

%51.30
%3.04
%45.65

CMYK Percentages of Color #760769

%0
%94
%11
%54

Triadic Colors of #760769

#760769 #697607 #076976

Analogous Colors of #760769

#760769 #760732 #4b0776

Monochromatic Colors of #760769

#760769

Complementary Color

#760769 #077614

#760769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760769 Color CSS Codes

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

#760769 Text Font Color

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

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


#760769 Background Color

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

This div background color is #760769


#760769 Border Color

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

This div border color is #760769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760769


Comments

No comments written yet.

Please login to write comment.