Color Hex Logo

#7c171a Color Hex

#7C171A
(124,23,26)
0 Favorites   0 Comments

Color spaces of #7c171a

RGB 1242326
HSL1.000.690.29
HSV358°81°49°
CMYK 0.000.810.79   0.51
XYZ8.80504.97251.4730
Yxy4.97250.57740.3261
Hunter Lab22.299131.458911.6929
CIE-Lab26.656342.375525.8900

#7c171a color RGB value is (124,23,26).

#7c171a hex color red value is 124, green value is 23 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #7c171a hue: 1.00 , saturation: 0.69 and the lightness value of 7c171a is 0.29.

The process color (four color CMYK) of #7c171a color hex is 0.00, 0.81, 0.79, 0.51. Web safe color of #7c171a is #660033. Color #7c171a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010111 00011010
Octal 174 27 32
Decimal 124 23 26
Hex 7C 17 1A

RGB Percentages of Color #7c171a

%71.68
%13.29
%15.03

CMYK Percentages of Color #7c171a

%0
%81
%79
%51

Triadic Colors of #7c171a

#7c171a #1a7c17 #171a7c

Analogous Colors of #7c171a

#7c171a #7c4617 #7c174d

Monochromatic Colors of #7c171a

#7c171a

Complementary Color

#7c171a #177c79

#7c171a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c171a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c171a Color CSS Codes

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

#7c171a Text Font Color

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

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


#7c171a Background Color

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

This div background color is #7c171a


#7c171a Border Color

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

This div border color is #7c171a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,23,26, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c171a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c171a;
  -webkit-box-shadow: 1px 1px 3px 2px #7c171a;
  box-shadow:         1px 1px 3px 2px #7c171a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,23,26, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c171a


Comments

No comments written yet.

Please login to write comment.