Color Hex Logo

#751c1c Color Hex

#751C1C
(117,28,28)
0 Favorites   0 Comments

Color spaces of #751c1c

RGB 1172828
HSL0.000.610.28
HSV76°46°
CMYK 0.000.760.76   0.54
XYZ7.96104.69631.5855
Yxy4.69630.55890.3297
Hunter Lab21.670927.649310.8319
CIE-Lab25.851438.372023.3187

#751c1c color RGB value is (117,28,28).

#751c1c hex color red value is 117, green value is 28 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #751c1c hue: 0.00 , saturation: 0.61 and the lightness value of 751c1c is 0.28.

The process color (four color CMYK) of #751c1c color hex is 0.00, 0.76, 0.76, 0.54. Web safe color of #751c1c is #663333. Color #751c1c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011100 00011100
Octal 165 34 34
Decimal 117 28 28
Hex 75 1C 1C

RGB Percentages of Color #751c1c

%67.63
%16.18
%16.18

CMYK Percentages of Color #751c1c

%0
%76
%76
%54

Triadic Colors of #751c1c

#751c1c #1c751c #1c1c75

Analogous Colors of #751c1c

#751c1c #75491c #751c49

Monochromatic Colors of #751c1c

#751c1c

Complementary Color

#751c1c #1c7575

#751c1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751c1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#751c1c Color CSS Codes

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

#751c1c Text Font Color

<p style="color:#751c1c">Text here</p>

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


#751c1c Background Color

<div style="background-color:#751c1c">
Div content here</div>

This div background color is #751c1c


#751c1c Border Color

<div style="border:3px solid #751c1c">
Div here</div>

This div border color is #751c1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,28,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751c1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751c1c;
  -webkit-box-shadow: 1px 1px 3px 2px #751c1c;
  box-shadow:         1px 1px 3px 2px #751c1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751c1c

#751c1c Color Palettes


Comments

No comments written yet.

Please login to write comment.