Color Hex Logo

#760121 Color Hex

#760121
(118,1,33)
0 Favorites   0 Comments

Color spaces of #760121

RGB 118133
HSL0.950.980.23
HSV344°99°46°
CMYK 0.000.990.72   0.54
XYZ7.75663.98311.7988
Yxy3.98310.57290.2942
Hunter Lab19.957734.44848.6266
CIE-Lab23.615546.121017.3651

#760121 color RGB value is (118,1,33).

#760121 hex color red value is 118, green value is 1 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #760121 hue: 0.95 , saturation: 0.98 and the lightness value of 760121 is 0.23.

The process color (four color CMYK) of #760121 color hex is 0.00, 0.99, 0.72, 0.54. Web safe color of #760121 is #660033. Color #760121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 00100001
Octal 166 1 41
Decimal 118 1 33
Hex 76 1 21

RGB Percentages of Color #760121

%77.63
%0.66
%21.71

CMYK Percentages of Color #760121

%0
%99
%72
%54

Triadic Colors of #760121

#760121 #217601 #012176

Analogous Colors of #760121

#760121 #761c01 #76015b

Monochromatic Colors of #760121

#760121

Complementary Color

#760121 #017656

#760121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760121 Color CSS Codes

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

#760121 Text Font Color

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

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


#760121 Background Color

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

This div background color is #760121


#760121 Border Color

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

This div border color is #760121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760121


Comments

No comments written yet.

Please login to write comment.