Color Hex Logo

#756716 Color Hex

#756716
(117,103,22)
0 Favorites   0 Comments

Color spaces of #756716

RGB 11710322
HSL0.140.680.27
HSV51°81°46°
CMYK 0.000.120.81   0.54
XYZ12.331213.54032.7227
Yxy13.54030.43120.4735
Hunter Lab36.7971-4.577321.3710
CIE-Lab43.5663-3.631844.2157

#756716 color RGB value is (117,103,22).

#756716 hex color red value is 117, green value is 103 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #756716 hue: 0.14 , saturation: 0.68 and the lightness value of 756716 is 0.27.

The process color (four color CMYK) of #756716 color hex is 0.00, 0.12, 0.81, 0.54. Web safe color of #756716 is #666600. Color #756716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 00010110
Octal 165 147 26
Decimal 117 103 22
Hex 75 67 16

RGB Percentages of Color #756716

%48.35
%42.56
%9.09

CMYK Percentages of Color #756716

%0
%12
%81
%54

Triadic Colors of #756716

#756716 #167567 #671675

Analogous Colors of #756716

#756716 #547516 #753816

Monochromatic Colors of #756716

#756716

Complementary Color

#756716 #162475

#756716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756716 Color CSS Codes

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

#756716 Text Font Color

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

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


#756716 Background Color

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

This div background color is #756716


#756716 Border Color

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

This div border color is #756716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756716


Comments

No comments written yet.

Please login to write comment.