Color Hex Logo

#77405f Color Hex

#77405F
(119,64,95)
0 Favorites   0 Comments

Color spaces of #77405f

RGB 1196495
HSL0.910.300.36
HSV326°46°47°
CMYK 0.000.460.20   0.53
XYZ11.50678.415011.8443
Yxy8.41500.36220.2649
Hunter Lab29.008620.0396-3.9022
CIE-Lab34.832628.2412-7.8303

#77405f color RGB value is (119,64,95).

#77405f hex color red value is 119, green value is 64 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #77405f hue: 0.91 , saturation: 0.30 and the lightness value of 77405f is 0.36.

The process color (four color CMYK) of #77405f color hex is 0.00, 0.46, 0.20, 0.53. Web safe color of #77405f is #663366. Color #77405f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000000 01011111
Octal 167 100 137
Decimal 119 64 95
Hex 77 40 5F

RGB Percentages of Color #77405f

%42.81
%23.02
%34.17

CMYK Percentages of Color #77405f

%0
%46
%20
%53

Triadic Colors of #77405f

#77405f #5f7740 #405f77

Analogous Colors of #77405f

#77405f #774044 #744077

Monochromatic Colors of #77405f

#77405f

Complementary Color

#77405f #407758

#77405f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77405f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77405f Color CSS Codes

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

#77405f Text Font Color

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

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


#77405f Background Color

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

This div background color is #77405f


#77405f Border Color

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

This div border color is #77405f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,64,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77405f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77405f;
  -webkit-box-shadow: 1px 1px 3px 2px #77405f;
  box-shadow:         1px 1px 3px 2px #77405f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,64,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77405f


Comments

No comments written yet.

Please login to write comment.