Color Hex Logo

#750708 Color Hex

#750708
(117,7,8)
1 Favorites   0 Comments

Color spaces of #750708

RGB 11778
HSL1.000.890.24
HSV359°94°46°
CMYK 0.000.940.93   0.54
XYZ7.45593.95140.5995
Yxy3.95140.62100.3291
Hunter Lab19.878132.165212.1266
CIE-Lab23.510143.735631.9598

#750708 color RGB value is (117,7,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 00001000
Octal 165 7 10
Decimal 117 7 8
Hex 75 7 8

RGB Percentages of Color #750708

%88.64
%5.30
%6.06

CMYK Percentages of Color #750708

%0
%94
%93
%54

Triadic Colors of #750708

#750708 #087507 #070875

Analogous Colors of #750708

#750708 #753d07 #75073f

Monochromatic Colors of #750708

#750708

Complementary Color

#750708 #077574

#750708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750708 Color CSS Codes

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

#750708 Text Font Color

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

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


#750708 Background Color

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

This div background color is #750708


#750708 Border Color

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

This div border color is #750708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750708


Comments

No comments written yet.

Please login to write comment.