Color Hex Logo

#765074 Color Hex

#765074
(118,80,116)
0 Favorites   0 Comments

Color spaces of #765074

RGB 11880116
HSL0.840.190.39
HSV303°32°46°
CMYK 0.000.320.02   0.54
XYZ13.492310.849817.9061
Yxy10.84980.31940.2568
Hunter Lab32.939015.4728-9.1735
CIE-Lab39.326322.3514-14.1845

#765074 color RGB value is (118,80,116).

#765074 hex color red value is 118, green value is 80 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #765074 hue: 0.84 , saturation: 0.19 and the lightness value of 765074 is 0.39.

The process color (four color CMYK) of #765074 color hex is 0.00, 0.32, 0.02, 0.54. Web safe color of #765074 is #666666. Color #765074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010000 01110100
Octal 166 120 164
Decimal 118 80 116
Hex 76 50 74

RGB Percentages of Color #765074

%37.58
%25.48
%36.94

CMYK Percentages of Color #765074

%0
%32
%2
%54

Triadic Colors of #765074

#765074 #747650 #507476

Analogous Colors of #765074

#765074 #765061 #655076

Monochromatic Colors of #765074

#765074

Complementary Color

#765074 #507652

#765074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765074 Color CSS Codes

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

#765074 Text Font Color

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

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


#765074 Background Color

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

This div background color is #765074


#765074 Border Color

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

This div border color is #765074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765074


Comments

No comments written yet.

Please login to write comment.