Color Hex Logo

#751626 Color Hex

#751626
(117,22,38)
0 Favorites   0 Comments

Color spaces of #751626

RGB 1172238
HSL0.970.680.27
HSV350°81°46°
CMYK 0.000.810.68   0.54
XYZ7.97294.49572.2813
Yxy4.49570.54050.3048
Hunter Lab21.203130.01528.4630
CIE-Lab25.246841.086915.9789

#751626 color RGB value is (117,22,38).

#751626 hex color red value is 117, green value is 22 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #751626 hue: 0.97 , saturation: 0.68 and the lightness value of 751626 is 0.27.

The process color (four color CMYK) of #751626 color hex is 0.00, 0.81, 0.68, 0.54. Web safe color of #751626 is #660033. Color #751626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010110 00100110
Octal 165 26 46
Decimal 117 22 38
Hex 75 16 26

RGB Percentages of Color #751626

%66.10
%12.43
%21.47

CMYK Percentages of Color #751626

%0
%81
%68
%54

Triadic Colors of #751626

#751626 #267516 #162675

Analogous Colors of #751626

#751626 #753616 #751656

Monochromatic Colors of #751626

#751626

Complementary Color

#751626 #167565

#751626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751626 Color CSS Codes

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

#751626 Text Font Color

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

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


#751626 Background Color

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

This div background color is #751626


#751626 Border Color

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

This div border color is #751626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751626


Comments

No comments written yet.

Please login to write comment.