Color Hex Logo

#756a23 Color Hex

#756A23
(117,106,35)
0 Favorites   0 Comments

Color spaces of #756a23

RGB 11710635
HSL0.140.540.30
HSV52°70°46°
CMYK 0.000.090.70   0.54
XYZ12.793514.21133.6589
Yxy14.21130.41720.4635
Hunter Lab37.6979-5.393920.6339
CIE-Lab44.5344-4.680439.8301

#756a23 color RGB value is (117,106,35).

#756a23 hex color red value is 117, green value is 106 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #756a23 hue: 0.14 , saturation: 0.54 and the lightness value of 756a23 is 0.30.

The process color (four color CMYK) of #756a23 color hex is 0.00, 0.09, 0.70, 0.54. Web safe color of #756a23 is #666633. Color #756a23 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101010 00100011
Octal 165 152 43
Decimal 117 106 35
Hex 75 6A 23

RGB Percentages of Color #756a23

%45.35
%41.09
%13.57

CMYK Percentages of Color #756a23

%0
%9
%70
%54

Triadic Colors of #756a23

#756a23 #23756a #6a2375

Analogous Colors of #756a23

#756a23 #577523 #754123

Monochromatic Colors of #756a23

#756a23

Complementary Color

#756a23 #232e75

#756a23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756a23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756a23 Color CSS Codes

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

#756a23 Text Font Color

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

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


#756a23 Background Color

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

This div background color is #756a23


#756a23 Border Color

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

This div border color is #756a23


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,106,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756a23; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756a23;
  -webkit-box-shadow: 1px 1px 3px 2px #756a23;
  box-shadow:         1px 1px 3px 2px #756a23; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756a23


Comments

No comments written yet.

Please login to write comment.