Color Hex Logo

#762540 Color Hex

#762540
(118,37,64)
0 Favorites   0 Comments

Color spaces of #762540

RGB 1183764
HSL0.940.520.30
HSV340°69°46°
CMYK 0.000.690.46   0.54
XYZ9.05825.54495.4433
Yxy5.54490.45190.2766
Hunter Lab23.547627.45632.7778
CIE-Lab28.234037.72322.5887

#762540 color RGB value is (118,37,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 01000000
Octal 166 45 100
Decimal 118 37 64
Hex 76 25 40

RGB Percentages of Color #762540

%53.88
%16.89
%29.22

CMYK Percentages of Color #762540

%0
%69
%46
%54

Triadic Colors of #762540

#762540 #407625 #254076

Analogous Colors of #762540

#762540 #763325 #762569

Monochromatic Colors of #762540

#762540

Complementary Color

#762540 #25765b

#762540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762540 Color CSS Codes

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

#762540 Text Font Color

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

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


#762540 Background Color

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

This div background color is #762540


#762540 Border Color

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

This div border color is #762540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762540


Comments

No comments written yet.

Please login to write comment.