Color Hex Logo

#762856 Color Hex

#762856
(118,40,86)
0 Favorites   0 Comments

Color spaces of #762856

RGB 1184086
HSL0.900.490.31
HSV325°66°46°
CMYK 0.000.660.27   0.54
XYZ9.90976.04109.4478
Yxy6.04100.39020.2378
Hunter Lab24.578428.9565-5.5858
CIE-Lab29.515739.1418-10.0676

#762856 color RGB value is (118,40,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101000 01010110
Octal 166 50 126
Decimal 118 40 86
Hex 76 28 56

RGB Percentages of Color #762856

%48.36
%16.39
%35.25

CMYK Percentages of Color #762856

%0
%66
%27
%54

Triadic Colors of #762856

#762856 #567628 #285676

Analogous Colors of #762856

#762856 #76282f #6f2876

Monochromatic Colors of #762856

#762856

Complementary Color

#762856 #287648

#762856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762856 Color CSS Codes

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

#762856 Text Font Color

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

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


#762856 Background Color

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

This div background color is #762856


#762856 Border Color

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

This div border color is #762856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762856


Comments

No comments written yet.

Please login to write comment.