Color Hex Logo

#754948 Color Hex

#754948
(117,73,72)
0 Favorites   0 Comments

Color spaces of #754948

RGB 1177372
HSL0.000.240.37
HSV38°46°
CMYK 0.000.380.38   0.54
XYZ10.88849.01497.2971
Yxy9.01490.40030.3314
Hunter Lab30.024812.18906.6078
CIE-Lab36.013018.64158.4394

#754948 color RGB value is (117,73,72).

#754948 hex color red value is 117, green value is 73 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #754948 hue: 0.00 , saturation: 0.24 and the lightness value of 754948 is 0.37.

The process color (four color CMYK) of #754948 color hex is 0.00, 0.38, 0.38, 0.54. Web safe color of #754948 is #663333. Color #754948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 01001000
Octal 165 111 110
Decimal 117 73 72
Hex 75 49 48

RGB Percentages of Color #754948

%44.66
%27.86
%27.48

CMYK Percentages of Color #754948

%0
%38
%38
%54

Triadic Colors of #754948

#754948 #487549 #494875

Analogous Colors of #754948

#754948 #756048 #75485e

Monochromatic Colors of #754948

#754948

Complementary Color

#754948 #487475

#754948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754948 Color CSS Codes

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

#754948 Text Font Color

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

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


#754948 Background Color

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

This div background color is #754948


#754948 Border Color

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

This div border color is #754948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754948


Comments

No comments written yet.

Please login to write comment.