Color Hex Logo

#75663b Color Hex

#75663B
(117,102,59)
0 Favorites   0 Comments

Color spaces of #75663b

RGB 11710259
HSL0.120.330.35
HSV44°50°46°
CMYK 0.000.130.50   0.54
XYZ12.876913.60046.0841
Yxy13.60040.39550.4177
Hunter Lab36.8787-2.211116.0337
CIE-Lab43.6543-0.331126.3909

#75663b color RGB value is (117,102,59).

#75663b hex color red value is 117, green value is 102 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #75663b hue: 0.12 , saturation: 0.33 and the lightness value of 75663b is 0.35.

The process color (four color CMYK) of #75663b color hex is 0.00, 0.13, 0.50, 0.54. Web safe color of #75663b is #666633. Color #75663b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 00111011
Octal 165 146 73
Decimal 117 102 59
Hex 75 66 3B

RGB Percentages of Color #75663b

%42.09
%36.69
%21.22

CMYK Percentages of Color #75663b

%0
%13
%50
%54

Triadic Colors of #75663b

#75663b #3b7566 #663b75

Analogous Colors of #75663b

#75663b #67753b #75493b

Monochromatic Colors of #75663b

#75663b

Complementary Color

#75663b #3b4a75

#75663b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75663b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75663b Color CSS Codes

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

#75663b Text Font Color

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

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


#75663b Background Color

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

This div background color is #75663b


#75663b Border Color

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

This div border color is #75663b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,102,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75663b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75663b;
  -webkit-box-shadow: 1px 1px 3px 2px #75663b;
  box-shadow:         1px 1px 3px 2px #75663b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75663b


Comments

No comments written yet.

Please login to write comment.