Color Hex Logo

#75552d Color Hex

#75552D
(117,85,45)
0 Favorites   0 Comments

Color spaces of #75552d

RGB 1178545
HSL0.090.440.32
HSV33°62°46°
CMYK 0.000.270.62   0.54
XYZ11.058310.46843.9204
Yxy10.46840.43460.4114
Hunter Lab32.35494.386915.4643
CIE-Lab38.67038.444028.2171

#75552d color RGB value is (117,85,45).

#75552d hex color red value is 117, green value is 85 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #75552d hue: 0.09 , saturation: 0.44 and the lightness value of 75552d is 0.32.

The process color (four color CMYK) of #75552d color hex is 0.00, 0.27, 0.62, 0.54. Web safe color of #75552d is #666633. Color #75552d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01010101 00101101
Octal 165 125 55
Decimal 117 85 45
Hex 75 55 2D

RGB Percentages of Color #75552d

%47.37
%34.41
%18.22

CMYK Percentages of Color #75552d

%0
%27
%62
%54

Triadic Colors of #75552d

#75552d #2d7555 #552d75

Analogous Colors of #75552d

#75552d #71752d #75312d

Monochromatic Colors of #75552d

#75552d

Complementary Color

#75552d #2d4d75

#75552d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75552d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75552d Color CSS Codes

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

#75552d Text Font Color

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

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


#75552d Background Color

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

This div background color is #75552d


#75552d Border Color

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

This div border color is #75552d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,85,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75552d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75552d;
  -webkit-box-shadow: 1px 1px 3px 2px #75552d;
  box-shadow:         1px 1px 3px 2px #75552d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75552d


Comments

No comments written yet.

Please login to write comment.