Color Hex Logo

#752026 Color Hex

#752026
(117,32,38)
0 Favorites   0 Comments

Color spaces of #752026

RGB 1173238
HSL0.990.570.29
HSV356°73°46°
CMYK 0.000.730.68   0.54
XYZ8.20254.95492.3578
Yxy4.95490.52870.3194
Hunter Lab22.259626.82169.3016
CIE-Lab26.605937.310017.7126

#752026 color RGB value is (117,32,38).

#752026 hex color red value is 117, green value is 32 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #752026 hue: 0.99 , saturation: 0.57 and the lightness value of 752026 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 00100110
Octal 165 40 46
Decimal 117 32 38
Hex 75 20 26

RGB Percentages of Color #752026

%62.57
%17.11
%20.32

CMYK Percentages of Color #752026

%0
%73
%68
%54

Triadic Colors of #752026

#752026 #267520 #202675

Analogous Colors of #752026

#752026 #754520 #752051

Monochromatic Colors of #752026

#752026

Complementary Color

#752026 #20756f

#752026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752026 Color CSS Codes

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

#752026 Text Font Color

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

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


#752026 Background Color

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

This div background color is #752026


#752026 Border Color

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

This div border color is #752026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752026


Comments

No comments written yet.

Please login to write comment.