Color Hex Logo

#762556 Color Hex

#762556
(118,37,86)
0 Favorites   0 Comments

Color spaces of #762556

RGB 1183786
HSL0.900.520.30
HSV324°69°46°
CMYK 0.000.690.27   0.54
XYZ9.81255.84669.4154
Yxy5.84660.39130.2332
Hunter Lab24.179730.1234-6.1612
CIE-Lab29.022140.4973-10.8172

#762556 color RGB value is (118,37,86).

#762556 hex color red value is 118, green value is 37 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #762556 hue: 0.90 , saturation: 0.52 and the lightness value of 762556 is 0.30.

The process color (four color CMYK) of #762556 color hex is 0.00, 0.69, 0.27, 0.54. Web safe color of #762556 is #663366. Color #762556 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 01010110
Octal 166 45 126
Decimal 118 37 86
Hex 76 25 56

RGB Percentages of Color #762556

%48.96
%15.35
%35.68

CMYK Percentages of Color #762556

%0
%69
%27
%54

Triadic Colors of #762556

#762556 #567625 #255676

Analogous Colors of #762556

#762556 #76252e #6e2576

Monochromatic Colors of #762556

#762556

Complementary Color

#762556 #257645

#762556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762556 Color CSS Codes

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

#762556 Text Font Color

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

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


#762556 Background Color

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

This div background color is #762556


#762556 Border Color

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

This div border color is #762556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762556


Comments

No comments written yet.

Please login to write comment.