Color Hex Logo

#77106b Color Hex

#77106B
(119,16,107)
0 Favorites   0 Comments

Color spaces of #77106b

RGB 11916107
HSL0.850.760.26
HSV307°87°47°
CMYK 0.000.870.10   0.53
XYZ10.44695.354114.3927
Yxy5.35410.34600.1773
Hunter Lab23.138940.0971-20.6819
CIE-Lab27.720751.0566-26.5000

#77106b color RGB value is (119,16,107).

#77106b hex color red value is 119, green value is 16 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #77106b hue: 0.85 , saturation: 0.76 and the lightness value of 77106b is 0.26.

The process color (four color CMYK) of #77106b color hex is 0.00, 0.87, 0.10, 0.53. Web safe color of #77106b is #660066. Color #77106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 01101011
Octal 167 20 153
Decimal 119 16 107
Hex 77 10 6B

RGB Percentages of Color #77106b

%49.17
%6.61
%44.21

CMYK Percentages of Color #77106b

%0
%87
%10
%53

Triadic Colors of #77106b

#77106b #6b7710 #106b77

Analogous Colors of #77106b

#77106b #771037 #501077

Monochromatic Colors of #77106b

#77106b

Complementary Color

#77106b #10771c

#77106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77106b Color CSS Codes

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

#77106b Text Font Color

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

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


#77106b Background Color

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

This div background color is #77106b


#77106b Border Color

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

This div border color is #77106b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,16,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 #77106b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77106b


Comments

No comments written yet.

Please login to write comment.