Color Hex Logo

#755019 Color Hex

#755019
(117,80,25)
0 Favorites   0 Comments

Color spaces of #755019

RGB 1178025
HSL0.100.650.28
HSV36°79°46°
CMYK 0.000.320.79   0.54
XYZ10.38029.58942.2235
Yxy9.58940.46770.4321
Hunter Lab30.96685.642217.4195
CIE-Lab37.095210.138436.8768

#755019 color RGB value is (117,80,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010000 00011001
Octal 165 120 31
Decimal 117 80 25
Hex 75 50 19

RGB Percentages of Color #755019

%52.70
%36.04
%11.26

CMYK Percentages of Color #755019

%0
%32
%79
%54

Triadic Colors of #755019

#755019 #197550 #501975

Analogous Colors of #755019

#755019 #6c7519 #752219

Monochromatic Colors of #755019

#755019

Complementary Color

#755019 #193e75

#755019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#755019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#755019 Color CSS Codes

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

#755019 Text Font Color

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

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


#755019 Background Color

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

This div background color is #755019


#755019 Border Color

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

This div border color is #755019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #755019


Comments

No comments written yet.

Please login to write comment.