Color Hex Logo

#762329 Color Hex

#762329
(118,35,41)
0 Favorites   0 Comments

Color spaces of #762329

RGB 1183541
HSL0.990.540.30
HSV356°70°46°
CMYK 0.000.700.65   0.54
XYZ8.47255.21372.6576
Yxy5.21370.51840.3190
Hunter Lab22.833526.27479.0827
CIE-Lab27.335136.565016.7008

#762329 color RGB value is (118,35,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100011 00101001
Octal 166 43 51
Decimal 118 35 41
Hex 76 23 29

RGB Percentages of Color #762329

%60.82
%18.04
%21.13

CMYK Percentages of Color #762329

%0
%70
%65
%54

Triadic Colors of #762329

#762329 #297623 #232976

Analogous Colors of #762329

#762329 #764723 #762353

Monochromatic Colors of #762329

#762329

Complementary Color

#762329 #237670

#762329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762329 Color CSS Codes

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

#762329 Text Font Color

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

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


#762329 Background Color

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

This div background color is #762329


#762329 Border Color

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

This div border color is #762329


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,35,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 #762329">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762329


Comments

No comments written yet.

Please login to write comment.