Color Hex Logo

#754554 Color Hex

#754554
(117,69,84)
0 Favorites   0 Comments

Color spaces of #754554

RGB 1176984
HSL0.950.260.36
HSV341°41°46°
CMYK 0.000.410.28   0.54
XYZ11.06458.67829.4794
Yxy8.67820.37860.2970
Hunter Lab29.458815.49041.5425
CIE-Lab35.357222.7703-0.0946

#754554 color RGB value is (117,69,84).

#754554 hex color red value is 117, green value is 69 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #754554 hue: 0.95 , saturation: 0.26 and the lightness value of 754554 is 0.36.

The process color (four color CMYK) of #754554 color hex is 0.00, 0.41, 0.28, 0.54. Web safe color of #754554 is #663366. Color #754554 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000101 01010100
Octal 165 105 124
Decimal 117 69 84
Hex 75 45 54

RGB Percentages of Color #754554

%43.33
%25.56
%31.11

CMYK Percentages of Color #754554

%0
%41
%28
%54

Triadic Colors of #754554

#754554 #547545 #455475

Analogous Colors of #754554

#754554 #754e45 #75456c

Monochromatic Colors of #754554

#754554

Complementary Color

#754554 #457566

#754554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754554 Color CSS Codes

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

#754554 Text Font Color

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

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


#754554 Background Color

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

This div background color is #754554


#754554 Border Color

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

This div border color is #754554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754554


Comments

No comments written yet.

Please login to write comment.