Color Hex Logo

#755200 Color Hex

#755200
(117,82,0)
0 Favorites   0 Comments

Color spaces of #755200

RGB 117820
HSL0.121.000.23
HSV42°100°46°
CMYK 0.000.301.00   0.54
XYZ10.35349.81651.3491
Yxy9.81650.48110.4562
Hunter Lab31.33134.155419.3789
CIE-Lab37.51118.140045.9807

#755200 color RGB value is (117,82,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010010 00000000
Octal 165 122 0
Decimal 117 82 0
Hex 75 52 0

RGB Percentages of Color #755200

%58.79
%41.21
%0.00

CMYK Percentages of Color #755200

%0
%30
%100
%54

Triadic Colors of #755200

#755200 #007552 #520075

Analogous Colors of #755200

#755200 #5e7500 #751800

Monochromatic Colors of #755200

#755200

Complementary Color

#755200 #002375

#755200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755200 Color CSS Codes

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

#755200 Text Font Color

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

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


#755200 Background Color

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

This div background color is #755200


#755200 Border Color

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

This div border color is #755200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,82,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 #755200">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755200


Comments

No comments written yet.

Please login to write comment.