Color Hex Logo

#752708 Color Hex

#752708
(117,39,8)
0 Favorites   0 Comments

Color spaces of #752708

RGB 117398
HSL0.050.870.25
HSV17°93°46°
CMYK 0.000.670.93   0.54
XYZ8.10555.25050.8160
Yxy5.25050.57190.3705
Hunter Lab22.914023.042513.9284
CIE-Lab27.436832.853935.6333

#752708 color RGB value is (117,39,8).

#752708 hex color red value is 117, green value is 39 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #752708 hue: 0.05 , saturation: 0.87 and the lightness value of 752708 is 0.25.

The process color (four color CMYK) of #752708 color hex is 0.00, 0.67, 0.93, 0.54. Web safe color of #752708 is #663300. Color #752708 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 00001000
Octal 165 47 10
Decimal 117 39 8
Hex 75 27 8

RGB Percentages of Color #752708

%71.34
%23.78
%4.88

CMYK Percentages of Color #752708

%0
%67
%93
%54

Triadic Colors of #752708

#752708 #087527 #270875

Analogous Colors of #752708

#752708 #755d08 #75081f

Monochromatic Colors of #752708

#752708

Complementary Color

#752708 #085675

#752708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752708 Color CSS Codes

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

#752708 Text Font Color

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

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


#752708 Background Color

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

This div background color is #752708


#752708 Border Color

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

This div border color is #752708


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,39,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 #752708">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752708


Comments

No comments written yet.

Please login to write comment.