Color Hex Logo

#75292a Color Hex

#75292A
(117,41,42)
0 Favorites   0 Comments

Color spaces of #75292a

RGB 1174142
HSL1.000.480.31
HSV359°65°46°
CMYK 0.000.650.64   0.54
XYZ8.54705.53502.8084
Yxy5.53500.50600.3277
Hunter Lab23.526623.67609.3911
CIE-Lab28.207633.457017.1279

#75292a color RGB value is (117,41,42).

#75292a hex color red value is 117, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #75292a hue: 1.00 , saturation: 0.48 and the lightness value of 75292a is 0.31.

The process color (four color CMYK) of #75292a color hex is 0.00, 0.65, 0.64, 0.54. Web safe color of #75292a is #663333. Color #75292a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00101001 00101010
Octal 165 51 52
Decimal 117 41 42
Hex 75 29 2A

RGB Percentages of Color #75292a

%58.50
%20.50
%21.00

CMYK Percentages of Color #75292a

%0
%65
%64
%54

Triadic Colors of #75292a

#75292a #2a7529 #292a75

Analogous Colors of #75292a

#75292a #754e29 #752950

Monochromatic Colors of #75292a

#75292a

Complementary Color

#75292a #297574

#75292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75292a Color CSS Codes

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

#75292a Text Font Color

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

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


#75292a Background Color

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

This div background color is #75292a


#75292a Border Color

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

This div border color is #75292a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,41,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75292a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75292a;
  -webkit-box-shadow: 1px 1px 3px 2px #75292a;
  box-shadow:         1px 1px 3px 2px #75292a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75292a


Comments

No comments written yet.

Please login to write comment.