Color Hex Logo

#754237 Color Hex

#754237
(117,66,55)
0 Favorites   0 Comments

Color spaces of #754237

RGB 1176655
HSL0.030.360.34
HSV11°53°46°
CMYK 0.000.440.53   0.54
XYZ9.97397.95424.6241
Yxy7.95420.44230.3527
Hunter Lab28.203213.769910.0212
CIE-Lab33.887320.805616.2345

#754237 color RGB value is (117,66,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 00110111
Octal 165 102 67
Decimal 117 66 55
Hex 75 42 37

RGB Percentages of Color #754237

%49.16
%27.73
%23.11

CMYK Percentages of Color #754237

%0
%44
%53
%54

Triadic Colors of #754237

#754237 #377542 #423775

Analogous Colors of #754237

#754237 #756137 #75374b

Monochromatic Colors of #754237

#754237

Complementary Color

#754237 #376a75

#754237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#754237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#754237 Color CSS Codes

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

#754237 Text Font Color

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

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


#754237 Background Color

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

This div background color is #754237


#754237 Border Color

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

This div border color is #754237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #754237


Comments

No comments written yet.

Please login to write comment.