Color Hex Logo

#754f64 Color Hex

#754F64
(117,79,100)
0 Favorites   0 Comments

Color spaces of #754f64

RGB 11779100
HSL0.910.190.38
HSV327°32°46°
CMYK 0.000.320.15   0.54
XYZ12.432410.294013.3883
Yxy10.29400.34420.2850
Hunter Lab32.084313.0199-2.2819
CIE-Lab38.365019.4782-5.7204

#754f64 color RGB value is (117,79,100).

#754f64 hex color red value is 117, green value is 79 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #754f64 hue: 0.91 , saturation: 0.19 and the lightness value of 754f64 is 0.38.

The process color (four color CMYK) of #754f64 color hex is 0.00, 0.32, 0.15, 0.54. Web safe color of #754f64 is #666666. Color #754f64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001111 01100100
Octal 165 117 144
Decimal 117 79 100
Hex 75 4F 64

RGB Percentages of Color #754f64

%39.53
%26.69
%33.78

CMYK Percentages of Color #754f64

%0
%32
%15
%54

Triadic Colors of #754f64

#754f64 #64754f #4f6475

Analogous Colors of #754f64

#754f64 #754f51 #734f75

Monochromatic Colors of #754f64

#754f64

Complementary Color

#754f64 #4f7560

#754f64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754f64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754f64 Color CSS Codes

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

#754f64 Text Font Color

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

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


#754f64 Background Color

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

This div background color is #754f64


#754f64 Border Color

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

This div border color is #754f64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754f64


Comments

No comments written yet.

Please login to write comment.