Color Hex Logo

#750711 Color Hex

#750711
(117,7,17)
0 Favorites   0 Comments

Color spaces of #750711

RGB 117717
HSL0.980.890.24
HSV355°94°46°
CMYK 0.000.940.85   0.54
XYZ7.51333.97430.9014
Yxy3.97430.60640.3208
Hunter Lab19.935632.385311.2741
CIE-Lab23.586343.955127.7729

#750711 color RGB value is (117,7,17).

#750711 hex color red value is 117, green value is 7 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #750711 hue: 0.98 , saturation: 0.89 and the lightness value of 750711 is 0.24.

The process color (four color CMYK) of #750711 color hex is 0.00, 0.94, 0.85, 0.54. Web safe color of #750711 is #660000. Color #750711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 00010001
Octal 165 7 21
Decimal 117 7 17
Hex 75 7 11

RGB Percentages of Color #750711

%82.98
%4.96
%12.06

CMYK Percentages of Color #750711

%0
%94
%85
%54

Triadic Colors of #750711

#750711 #117507 #071175

Analogous Colors of #750711

#750711 #753407 #750748

Monochromatic Colors of #750711

#750711

Complementary Color

#750711 #07756b

#750711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750711 Color CSS Codes

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

#750711 Text Font Color

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

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


#750711 Background Color

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

This div background color is #750711


#750711 Border Color

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

This div border color is #750711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750711


Comments

No comments written yet.

Please login to write comment.