Color Hex Logo

#754842 Color Hex

#754842
(117,72,66)
0 Favorites   0 Comments

Color spaces of #754842

RGB 1177266
HSL0.020.280.36
HSV44°46°
CMYK 0.000.380.44   0.54
XYZ10.63698.81006.2941
Yxy8.81000.41320.3423
Hunter Lab29.681612.02558.2045
CIE-Lab35.615918.468911.6617

#754842 color RGB value is (117,72,66).

#754842 hex color red value is 117, green value is 72 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #754842 hue: 0.02 , saturation: 0.28 and the lightness value of 754842 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 01000010
Octal 165 110 102
Decimal 117 72 66
Hex 75 48 42

RGB Percentages of Color #754842

%45.88
%28.24
%25.88

CMYK Percentages of Color #754842

%0
%38
%44
%54

Triadic Colors of #754842

#754842 #427548 #484275

Analogous Colors of #754842

#754842 #756242 #754256

Monochromatic Colors of #754842

#754842

Complementary Color

#754842 #426f75

#754842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754842 Color CSS Codes

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

#754842 Text Font Color

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

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


#754842 Background Color

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

This div background color is #754842


#754842 Border Color

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

This div border color is #754842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754842


Comments

No comments written yet.

Please login to write comment.