Color Hex Logo

#756804 Color Hex

#756804
(117,104,4)
0 Favorites   0 Comments

Color spaces of #756804

RGB 1171044
HSL0.150.930.24
HSV53°97°46°
CMYK 0.000.110.97   0.54
XYZ12.308313.69132.1088
Yxy13.69130.43790.4871
Hunter Lab37.0018-5.376722.5222
CIE-Lab43.7869-4.739549.3709

#756804 color RGB value is (117,104,4).

#756804 hex color red value is 117, green value is 104 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #756804 hue: 0.15 , saturation: 0.93 and the lightness value of 756804 is 0.24.

The process color (four color CMYK) of #756804 color hex is 0.00, 0.11, 0.97, 0.54. Web safe color of #756804 is #666600. Color #756804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 00000100
Octal 165 150 4
Decimal 117 104 4
Hex 75 68 4

RGB Percentages of Color #756804

%52.00
%46.22
%1.78

CMYK Percentages of Color #756804

%0
%11
%97
%54

Triadic Colors of #756804

#756804 #047568 #680475

Analogous Colors of #756804

#756804 #4a7504 #753004

Monochromatic Colors of #756804

#756804

Complementary Color

#756804 #041175

#756804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756804 Color CSS Codes

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

#756804 Text Font Color

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

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


#756804 Background Color

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

This div background color is #756804


#756804 Border Color

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

This div border color is #756804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756804


Comments

No comments written yet.

Please login to write comment.