Color Hex Logo

#762429 Color Hex

#762429
(118,36,41)
0 Favorites   0 Comments

Color spaces of #762429

RGB 1183641
HSL0.990.530.30
HSV356°69°46°
CMYK 0.000.690.65   0.54
XYZ8.50235.27342.6676
Yxy5.27340.51710.3207
Hunter Lab22.963925.90229.1873
CIE-Lab27.499936.116316.9122

#762429 color RGB value is (118,36,41).

#762429 hex color red value is 118, green value is 36 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #762429 hue: 0.99 , saturation: 0.53 and the lightness value of 762429 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100100 00101001
Octal 166 44 51
Decimal 118 36 41
Hex 76 24 29

RGB Percentages of Color #762429

%60.51
%18.46
%21.03

CMYK Percentages of Color #762429

%0
%69
%65
%54

Triadic Colors of #762429

#762429 #297624 #242976

Analogous Colors of #762429

#762429 #764824 #762452

Monochromatic Colors of #762429

#762429

Complementary Color

#762429 #247671

#762429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762429 Color CSS Codes

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

#762429 Text Font Color

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

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


#762429 Background Color

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

This div background color is #762429


#762429 Border Color

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

This div border color is #762429


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,36,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #762429; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #762429;
  -webkit-box-shadow: 1px 1px 3px 2px #762429;
  box-shadow:         1px 1px 3px 2px #762429; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762429


Comments

No comments written yet.

Please login to write comment.