Color Hex Logo

#762212 Color Hex

#762212
(118,34,18)
0 Favorites   0 Comments

Color spaces of #762212

RGB 1183418
HSL0.030.740.27
HSV10°85°46°
CMYK 0.000.710.85   0.54
XYZ8.15245.03931.1153
Yxy5.03930.56980.3522
Hunter Lab22.448425.539712.7682
CIE-Lab26.846435.822430.4381

#762212 color RGB value is (118,34,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 00010010
Octal 166 42 22
Decimal 118 34 18
Hex 76 22 12

RGB Percentages of Color #762212

%69.41
%20.00
%10.59

CMYK Percentages of Color #762212

%0
%71
%85
%54

Triadic Colors of #762212

#762212 #127622 #221276

Analogous Colors of #762212

#762212 #765412 #761234

Monochromatic Colors of #762212

#762212

Complementary Color

#762212 #126676

#762212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762212 Color CSS Codes

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

#762212 Text Font Color

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

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


#762212 Background Color

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

This div background color is #762212


#762212 Border Color

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

This div border color is #762212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762212


Comments

No comments written yet.

Please login to write comment.