Color Hex Logo

#756500 Color Hex

#756500
(117,101,0)
0 Favorites   0 Comments

Color spaces of #756500

RGB 1171010
HSL0.141.000.23
HSV52°100°46°
CMYK 0.000.141.00   0.54
XYZ11.989813.08931.8946
Yxy13.08930.44450.4853
Hunter Lab36.1791-4.158422.2205
CIE-Lab42.8975-3.106849.7212

#756500 color RGB value is (117,101,0).

#756500 hex color red value is 117, green value is 101 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #756500 hue: 0.14 , saturation: 1.00 and the lightness value of 756500 is 0.23.

The process color (four color CMYK) of #756500 color hex is 0.00, 0.14, 1.00, 0.54. Web safe color of #756500 is #666600. Color #756500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100101 00000000
Octal 165 145 0
Decimal 117 101 0
Hex 75 65 0

RGB Percentages of Color #756500

%53.67
%46.33
%0.00

CMYK Percentages of Color #756500

%0
%14
%100
%54

Triadic Colors of #756500

#756500 #007565 #650075

Analogous Colors of #756500

#756500 #4b7500 #752b00

Monochromatic Colors of #756500

#756500

Complementary Color

#756500 #001075

#756500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756500 Color CSS Codes

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

#756500 Text Font Color

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

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


#756500 Background Color

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

This div background color is #756500


#756500 Border Color

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

This div border color is #756500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756500


Comments

No comments written yet.

Please login to write comment.