Color Hex Logo

#760534 Color Hex

#760534
(118,5,52)
0 Favorites   0 Comments

Color spaces of #760534

RGB 118552
HSL0.930.920.24
HSV335°96°46°
CMYK 0.000.960.56   0.54
XYZ8.14534.20803.6317
Yxy4.20800.50960.2632
Hunter Lab20.513434.97893.8627
CIE-Lab24.347546.52975.1853

#760534 color RGB value is (118,5,52).

#760534 hex color red value is 118, green value is 5 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #760534 hue: 0.93 , saturation: 0.92 and the lightness value of 760534 is 0.24.

The process color (four color CMYK) of #760534 color hex is 0.00, 0.96, 0.56, 0.54. Web safe color of #760534 is #660033. Color #760534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000101 00110100
Octal 166 5 64
Decimal 118 5 52
Hex 76 5 34

RGB Percentages of Color #760534

%67.43
%2.86
%29.71

CMYK Percentages of Color #760534

%0
%96
%56
%54

Triadic Colors of #760534

#760534 #347605 #053476

Analogous Colors of #760534

#760534 #760f05 #76056d

Monochromatic Colors of #760534

#760534

Complementary Color

#760534 #057647

#760534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760534 Color CSS Codes

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

#760534 Text Font Color

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

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


#760534 Background Color

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

This div background color is #760534


#760534 Border Color

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

This div border color is #760534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760534


Comments

No comments written yet.

Please login to write comment.