Color Hex Logo

#762021 Color Hex

#762021
(118,32,33)
0 Favorites   0 Comments

Color spaces of #762021

RGB 1183233
HSL1.000.570.29
HSV359°73°46°
CMYK 0.000.730.72   0.54
XYZ8.26224.99441.9674
Yxy4.99440.54270.3281
Hunter Lab22.348226.882910.4242
CIE-Lab26.718837.358121.1715

#762021 color RGB value is (118,32,33).

#762021 hex color red value is 118, green value is 32 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #762021 hue: 1.00 , saturation: 0.57 and the lightness value of 762021 is 0.29.

The process color (four color CMYK) of #762021 color hex is 0.00, 0.73, 0.72, 0.54. Web safe color of #762021 is #663333. Color #762021 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100000 00100001
Octal 166 40 41
Decimal 118 32 33
Hex 76 20 21

RGB Percentages of Color #762021

%64.48
%17.49
%18.03

CMYK Percentages of Color #762021

%0
%73
%72
%54

Triadic Colors of #762021

#762021 #217620 #202176

Analogous Colors of #762021

#762021 #764a20 #76204c

Monochromatic Colors of #762021

#762021

Complementary Color

#762021 #207675

#762021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762021 Color CSS Codes

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

#762021 Text Font Color

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

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


#762021 Background Color

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

This div background color is #762021


#762021 Border Color

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

This div border color is #762021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762021


Comments

No comments written yet.

Please login to write comment.