Color Hex Logo

#750719 Color Hex

#750719
(117,7,25)
0 Favorites   0 Comments

Color spaces of #750719

RGB 117725
HSL0.970.890.24
HSV350°94°46°
CMYK 0.000.940.79   0.54
XYZ7.58764.00411.2927
Yxy4.00410.58890.3108
Hunter Lab20.010232.666710.1769
CIE-Lab23.685044.234722.7967

#750719 color RGB value is (117,7,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 00011001
Octal 165 7 31
Decimal 117 7 25
Hex 75 7 19

RGB Percentages of Color #750719

%78.52
%4.70
%16.78

CMYK Percentages of Color #750719

%0
%94
%79
%54

Triadic Colors of #750719

#750719 #197507 #071975

Analogous Colors of #750719

#750719 #752c07 #750750

Monochromatic Colors of #750719

#750719

Complementary Color

#750719 #077563

#750719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750719 Color CSS Codes

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

#750719 Text Font Color

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

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


#750719 Background Color

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

This div background color is #750719


#750719 Border Color

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

This div border color is #750719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750719


Comments

No comments written yet.

Please login to write comment.