Color Hex Logo

#75682a Color Hex

#75682A
(117,104,42)
0 Favorites   0 Comments

Color spaces of #75682a

RGB 11710442
HSL0.140.470.31
HSV50°64°46°
CMYK 0.000.110.64   0.54
XYZ12.704413.84974.1942
Yxy13.84970.41320.4504
Hunter Lab37.2152-4.190819.3686
CIE-Lab44.0166-3.044635.9319

#75682a color RGB value is (117,104,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 00101010
Octal 165 150 52
Decimal 117 104 42
Hex 75 68 2A

RGB Percentages of Color #75682a

%44.49
%39.54
%15.97

CMYK Percentages of Color #75682a

%0
%11
%64
%54

Triadic Colors of #75682a

#75682a #2a7568 #682a75

Analogous Colors of #75682a

#75682a #5d752a #75432a

Monochromatic Colors of #75682a

#75682a

Complementary Color

#75682a #2a3775

#75682a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75682a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75682a Color CSS Codes

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

#75682a Text Font Color

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

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


#75682a Background Color

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

This div background color is #75682a


#75682a Border Color

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

This div border color is #75682a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75682a


Comments

No comments written yet.

Please login to write comment.