Color Hex Logo

#756633 Color Hex

#756633
(117,102,51)
0 Favorites   0 Comments

Color spaces of #756633

RGB 11710251
HSL0.130.390.33
HSV46°56°46°
CMYK 0.000.130.56   0.54
XYZ12.685013.52375.0737
Yxy13.52370.40550.4323
Hunter Lab36.7746-2.783917.5621
CIE-Lab43.5420-1.128930.6886

#756633 color RGB value is (117,102,51).

#756633 hex color red value is 117, green value is 102 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #756633 hue: 0.13 , saturation: 0.39 and the lightness value of 756633 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 00110011
Octal 165 146 63
Decimal 117 102 51
Hex 75 66 33

RGB Percentages of Color #756633

%43.33
%37.78
%18.89

CMYK Percentages of Color #756633

%0
%13
%56
%54

Triadic Colors of #756633

#756633 #337566 #663375

Analogous Colors of #756633

#756633 #637533 #754533

Monochromatic Colors of #756633

#756633

Complementary Color

#756633 #334275

#756633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756633 Color CSS Codes

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

#756633 Text Font Color

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

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


#756633 Background Color

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

This div background color is #756633


#756633 Border Color

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

This div border color is #756633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756633


Comments

No comments written yet.

Please login to write comment.