Color Hex Logo

#755919 Color Hex

#755919
(117,89,25)
0 Favorites   0 Comments

Color spaces of #755919

RGB 1178925
HSL0.120.650.28
HSV42°79°46°
CMYK 0.000.240.79   0.54
XYZ11.084010.99692.4581
Yxy10.99690.45170.4481
Hunter Lab33.16161.629518.8182
CIE-Lab39.57524.732339.2941

#755919 color RGB value is (117,89,25).

#755919 hex color red value is 117, green value is 89 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #755919 hue: 0.12 , saturation: 0.65 and the lightness value of 755919 is 0.28.

The process color (four color CMYK) of #755919 color hex is 0.00, 0.24, 0.79, 0.54. Web safe color of #755919 is #666600. Color #755919 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 00011001
Octal 165 131 31
Decimal 117 89 25
Hex 75 59 19

RGB Percentages of Color #755919

%50.65
%38.53
%10.82

CMYK Percentages of Color #755919

%0
%24
%79
%54

Triadic Colors of #755919

#755919 #197559 #591975

Analogous Colors of #755919

#755919 #637519 #752b19

Monochromatic Colors of #755919

#755919

Complementary Color

#755919 #193575

#755919 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755919 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755919 Color CSS Codes

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

#755919 Text Font Color

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

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


#755919 Background Color

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

This div background color is #755919


#755919 Border Color

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

This div border color is #755919


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755919


Comments

No comments written yet.

Please login to write comment.