Color Hex Logo

#77191d Color Hex

#77191D
(119,25,29)
0 Favorites   0 Comments

Color spaces of #77191d

RGB 1192529
HSL0.990.650.28
HSV357°79°47°
CMYK 0.000.790.76   0.53
XYZ8.17724.70591.6397
Yxy4.70590.56310.3240
Hunter Lab21.693129.322610.7036
CIE-Lab25.879940.211922.8176

#77191d color RGB value is (119,25,29).

#77191d hex color red value is 119, green value is 25 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #77191d hue: 0.99 , saturation: 0.65 and the lightness value of 77191d is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011001 00011101
Octal 167 31 35
Decimal 119 25 29
Hex 77 19 1D

RGB Percentages of Color #77191d

%68.79
%14.45
%16.76

CMYK Percentages of Color #77191d

%0
%79
%76
%53

Triadic Colors of #77191d

#77191d #1d7719 #191d77

Analogous Colors of #77191d

#77191d #774419 #77194c

Monochromatic Colors of #77191d

#77191d

Complementary Color

#77191d #197773

#77191d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77191d Color Preview on White Background

Lorem ipsum dolor sit amet.

#77191d Color CSS Codes

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

#77191d Text Font Color

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

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


#77191d Background Color

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

This div background color is #77191d


#77191d Border Color

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

This div border color is #77191d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77191d


Comments

No comments written yet.

Please login to write comment.