Color Hex Logo

#761921 Color Hex

#761921
(118,25,33)
0 Favorites   0 Comments

Color spaces of #761921

RGB 1182533
HSL0.990.650.28
HSV355°79°46°
CMYK 0.000.790.72   0.54
XYZ8.09344.65661.9111
Yxy4.65660.55200.3176
Hunter Lab21.579229.18409.8546
CIE-Lab25.733140.087919.9775

#761921 color RGB value is (118,25,33).

#761921 hex color red value is 118, green value is 25 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #761921 hue: 0.99 , saturation: 0.65 and the lightness value of 761921 is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011001 00100001
Octal 166 31 41
Decimal 118 25 33
Hex 76 19 21

RGB Percentages of Color #761921

%67.05
%14.20
%18.75

CMYK Percentages of Color #761921

%0
%79
%72
%54

Triadic Colors of #761921

#761921 #217619 #192176

Analogous Colors of #761921

#761921 #764019 #761950

Monochromatic Colors of #761921

#761921

Complementary Color

#761921 #19766e

#761921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761921 Color CSS Codes

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

#761921 Text Font Color

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

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


#761921 Background Color

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

This div background color is #761921


#761921 Border Color

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

This div border color is #761921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761921


Comments

No comments written yet.

Please login to write comment.