Color Hex Logo

#762431 Color Hex

#762431
(118,36,49)
0 Favorites   0 Comments

Color spaces of #762431

RGB 1183649
HSL0.970.530.30
HSV350°69°46°
CMYK 0.000.690.58   0.54
XYZ8.65655.33513.4793
Yxy5.33510.49550.3054
Hunter Lab23.097826.47627.2374
CIE-Lab27.668936.731711.8253

#762431 color RGB value is (118,36,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100100 00110001
Octal 166 44 61
Decimal 118 36 49
Hex 76 24 31

RGB Percentages of Color #762431

%58.13
%17.73
%24.14

CMYK Percentages of Color #762431

%0
%69
%58
%54

Triadic Colors of #762431

#762431 #317624 #243176

Analogous Colors of #762431

#762431 #764024 #76245a

Monochromatic Colors of #762431

#762431

Complementary Color

#762431 #247669

#762431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762431 Color CSS Codes

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

#762431 Text Font Color

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

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


#762431 Background Color

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

This div background color is #762431


#762431 Border Color

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

This div border color is #762431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762431


Comments

No comments written yet.

Please login to write comment.