Color Hex Logo

#762213 Color Hex

#762213
(118,34,19)
0 Favorites   0 Comments

Color spaces of #762213

RGB 1183419
HSL0.030.720.27
HSV84°46°
CMYK 0.000.710.84   0.54
XYZ8.16085.04261.1593
Yxy5.04260.56820.3511
Hunter Lab22.455725.572412.6581
CIE-Lab26.855835.857829.8904

#762213 color RGB value is (118,34,19).

#762213 hex color red value is 118, green value is 34 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #762213 hue: 0.03 , saturation: 0.72 and the lightness value of 762213 is 0.27.

The process color (four color CMYK) of #762213 color hex is 0.00, 0.71, 0.84, 0.54. Web safe color of #762213 is #663300. Color #762213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 00010011
Octal 166 42 23
Decimal 118 34 19
Hex 76 22 13

RGB Percentages of Color #762213

%69.01
%19.88
%11.11

CMYK Percentages of Color #762213

%0
%71
%84
%54

Triadic Colors of #762213

#762213 #137622 #221376

Analogous Colors of #762213

#762213 #765413 #761335

Monochromatic Colors of #762213

#762213

Complementary Color

#762213 #136776

#762213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762213 Color CSS Codes

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

#762213 Text Font Color

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

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


#762213 Background Color

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

This div background color is #762213


#762213 Border Color

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

This div border color is #762213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762213


Comments

No comments written yet.

Please login to write comment.