Color Hex Logo

#751701 Color Hex

#751701
(117,23,1)
0 Favorites   0 Comments

Color spaces of #751701

RGB 117231
HSL0.030.980.23
HSV11°99°46°
CMYK 0.000.800.99   0.54
XYZ7.64804.39690.4743
Yxy4.39690.61090.3512
Hunter Lab20.968828.409413.3371
CIE-Lab24.942439.384536.2201

#751701 color RGB value is (117,23,1).

#751701 hex color red value is 117, green value is 23 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #751701 hue: 0.03 , saturation: 0.98 and the lightness value of 751701 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010111 00000001
Octal 165 27 1
Decimal 117 23 1
Hex 75 17 1

RGB Percentages of Color #751701

%82.98
%16.31
%0.71

CMYK Percentages of Color #751701

%0
%80
%99
%54

Triadic Colors of #751701

#751701 #017517 #170175

Analogous Colors of #751701

#751701 #755101 #750125

Monochromatic Colors of #751701

#751701

Complementary Color

#751701 #015f75

#751701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751701 Color CSS Codes

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

#751701 Text Font Color

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

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


#751701 Background Color

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

This div background color is #751701


#751701 Border Color

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

This div border color is #751701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751701


Comments

No comments written yet.

Please login to write comment.