Color Hex Logo

#762239 Color Hex

#762239
(118,34,57)
0 Favorites   0 Comments

Color spaces of #762239

RGB 1183457
HSL0.950.550.30
HSV344°71°46°
CMYK 0.000.710.52   0.54
XYZ8.78185.29104.4293
Yxy5.29100.47460.2860
Hunter Lab23.002227.89424.6846
CIE-Lab27.548238.33206.2990

#762239 color RGB value is (118,34,57).

#762239 hex color red value is 118, green value is 34 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #762239 hue: 0.95 , saturation: 0.55 and the lightness value of 762239 is 0.30.

The process color (four color CMYK) of #762239 color hex is 0.00, 0.71, 0.52, 0.54. Web safe color of #762239 is #663333. Color #762239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 00111001
Octal 166 42 71
Decimal 118 34 57
Hex 76 22 39

RGB Percentages of Color #762239

%56.46
%16.27
%27.27

CMYK Percentages of Color #762239

%0
%71
%52
%54

Triadic Colors of #762239

#762239 #397622 #223976

Analogous Colors of #762239

#762239 #763522 #762263

Monochromatic Colors of #762239

#762239

Complementary Color

#762239 #22765f

#762239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762239 Color CSS Codes

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

#762239 Text Font Color

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

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


#762239 Background Color

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

This div background color is #762239


#762239 Border Color

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

This div border color is #762239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762239


Comments

No comments written yet.

Please login to write comment.