Color Hex Logo

#751736 Color Hex

#751736
(117,23,54)
0 Favorites   0 Comments

Color spaces of #751736

RGB 1172354
HSL0.950.670.27
HSV340°80°46°
CMYK 0.000.800.54   0.54
XYZ8.30844.66103.9518
Yxy4.66100.49100.2755
Hunter Lab21.589330.91224.2599
CIE-Lab25.746341.96215.7585

#751736 color RGB value is (117,23,54).

#751736 hex color red value is 117, green value is 23 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #751736 hue: 0.95 , saturation: 0.67 and the lightness value of 751736 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 00110110
Octal 165 27 66
Decimal 117 23 54
Hex 75 17 36

RGB Percentages of Color #751736

%60.31
%11.86
%27.84

CMYK Percentages of Color #751736

%0
%80
%54
%54

Triadic Colors of #751736

#751736 #367517 #173675

Analogous Colors of #751736

#751736 #752717 #751765

Monochromatic Colors of #751736

#751736

Complementary Color

#751736 #177556

#751736 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751736 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751736 Color CSS Codes

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

#751736 Text Font Color

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

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


#751736 Background Color

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

This div background color is #751736


#751736 Border Color

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

This div border color is #751736


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751736


Comments

No comments written yet.

Please login to write comment.