Color Hex Logo

#75673c Color Hex

#75673C
(117,103,60)
0 Favorites   0 Comments

Color spaces of #75673c

RGB 11710360
HSL0.130.320.35
HSV45°49°46°
CMYK 0.000.120.49   0.54
XYZ13.002013.80866.2550
Yxy13.80860.39320.4176
Hunter Lab37.1599-2.574016.0319
CIE-Lab43.9572-0.807626.2038

#75673c color RGB value is (117,103,60).

#75673c hex color red value is 117, green value is 103 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #75673c hue: 0.13 , saturation: 0.32 and the lightness value of 75673c is 0.35.

The process color (four color CMYK) of #75673c color hex is 0.00, 0.12, 0.49, 0.54. Web safe color of #75673c is #666633. Color #75673c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 00111100
Octal 165 147 74
Decimal 117 103 60
Hex 75 67 3C

RGB Percentages of Color #75673c

%41.79
%36.79
%21.43

CMYK Percentages of Color #75673c

%0
%12
%49
%54

Triadic Colors of #75673c

#75673c #3c7567 #673c75

Analogous Colors of #75673c

#75673c #67753c #754b3c

Monochromatic Colors of #75673c

#75673c

Complementary Color

#75673c #3c4a75

#75673c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75673c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75673c Color CSS Codes

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

#75673c Text Font Color

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

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


#75673c Background Color

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

This div background color is #75673c


#75673c Border Color

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

This div border color is #75673c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,103,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75673c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75673c;
  -webkit-box-shadow: 1px 1px 3px 2px #75673c;
  box-shadow:         1px 1px 3px 2px #75673c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75673c


Comments

No comments written yet.

Please login to write comment.