Color Hex Logo

#752607 Color Hex

#752607
(117,38,7)
0 Favorites   0 Comments

Color spaces of #752607

RGB 117387
HSL0.050.890.24
HSV17°94°46°
CMYK 0.000.680.94   0.54
XYZ8.06765.18350.7763
Yxy5.18350.57510.3695
Hunter Lab22.767323.408813.9155
CIE-Lab27.251333.310135.8812

#752607 color RGB value is (117,38,7).

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

The process color (four color CMYK) of #752607 color hex is 0.00, 0.68, 0.94, 0.54. Web safe color of #752607 is #663300. Color #752607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100110 00000111
Octal 165 46 7
Decimal 117 38 7
Hex 75 26 7

RGB Percentages of Color #752607

%72.22
%23.46
%4.32

CMYK Percentages of Color #752607

%0
%68
%94
%54

Triadic Colors of #752607

#752607 #077526 #260775

Analogous Colors of #752607

#752607 #755d07 #75071f

Monochromatic Colors of #752607

#752607

Complementary Color

#752607 #075675

#752607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752607 Color CSS Codes

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

#752607 Text Font Color

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

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


#752607 Background Color

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

This div background color is #752607


#752607 Border Color

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

This div border color is #752607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752607


Comments

No comments written yet.

Please login to write comment.