Color Hex Logo

#77101d Color Hex

#77101D
(119,16,29)
0 Favorites   0 Comments

Color spaces of #77101d

RGB 1191629
HSL0.980.760.26
HSV352°87°47°
CMYK 0.000.870.76   0.53
XYZ8.01484.38121.5856
Yxy4.38120.57320.3134
Hunter Lab20.931331.719510.1606
CIE-Lab24.893642.992021.6664

#77101d color RGB value is (119,16,29).

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

The process color (four color CMYK) of #77101d color hex is 0.00, 0.87, 0.76, 0.53. Web safe color of #77101d is #660033. Color #77101d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00010000 00011101
Octal 167 20 35
Decimal 119 16 29
Hex 77 10 1D

RGB Percentages of Color #77101d

%72.56
%9.76
%17.68

CMYK Percentages of Color #77101d

%0
%87
%76
%53

Triadic Colors of #77101d

#77101d #1d7710 #101d77

Analogous Colors of #77101d

#77101d #773710 #771050

Monochromatic Colors of #77101d

#77101d

Complementary Color

#77101d #10776a

#77101d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77101d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77101d Color CSS Codes

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

#77101d Text Font Color

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

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


#77101d Background Color

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

This div background color is #77101d


#77101d Border Color

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

This div border color is #77101d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77101d


Comments

No comments written yet.

Please login to write comment.