Color Hex Logo

#75702a Color Hex

#75702A
(117,112,42)
0 Favorites   0 Comments

Color spaces of #75702a

RGB 11711242
HSL0.160.470.31
HSV56°64°46°
CMYK 0.000.040.64   0.54
XYZ13.548215.53744.4754
Yxy15.53740.40370.4630
Hunter Lab39.4175-7.628420.8606
CIE-Lab46.3616-7.613438.4981

#75702a color RGB value is (117,112,42).

#75702a hex color red value is 117, green value is 112 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #75702a hue: 0.16 , saturation: 0.47 and the lightness value of 75702a is 0.31.

The process color (four color CMYK) of #75702a color hex is 0.00, 0.04, 0.64, 0.54. Web safe color of #75702a is #666633. Color #75702a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110000 00101010
Octal 165 160 52
Decimal 117 112 42
Hex 75 70 2A

RGB Percentages of Color #75702a

%43.17
%41.33
%15.50

CMYK Percentages of Color #75702a

%0
%4
%64
%54

Triadic Colors of #75702a

#75702a #2a7570 #702a75

Analogous Colors of #75702a

#75702a #55752a #754b2a

Monochromatic Colors of #75702a

#75702a

Complementary Color

#75702a #2a2f75

#75702a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75702a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75702a Color CSS Codes

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

#75702a Text Font Color

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

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


#75702a Background Color

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

This div background color is #75702a


#75702a Border Color

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

This div border color is #75702a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,112,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75702a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75702a;
  -webkit-box-shadow: 1px 1px 3px 2px #75702a;
  box-shadow:         1px 1px 3px 2px #75702a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75702a


Comments

No comments written yet.

Please login to write comment.