Color Hex Logo

#762247 Color Hex

#762247
(118,34,71)
0 Favorites   0 Comments

Color spaces of #762247

RGB 1183471
HSL0.930.550.30
HSV334°71°46°
CMYK 0.000.710.40   0.54
XYZ9.18065.45056.5294
Yxy5.45050.43390.2576
Hunter Lab23.346329.3365-0.2396
CIE-Lab27.981539.8355-2.4529

#762247 color RGB value is (118,34,71).

#762247 hex color red value is 118, green value is 34 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #762247 hue: 0.93 , saturation: 0.55 and the lightness value of 762247 is 0.30.

The process color (four color CMYK) of #762247 color hex is 0.00, 0.71, 0.40, 0.54. Web safe color of #762247 is #663333. Color #762247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100010 01000111
Octal 166 42 107
Decimal 118 34 71
Hex 76 22 47

RGB Percentages of Color #762247

%52.91
%15.25
%31.84

CMYK Percentages of Color #762247

%0
%71
%40
%54

Triadic Colors of #762247

#762247 #477622 #224776

Analogous Colors of #762247

#762247 #762722 #762271

Monochromatic Colors of #762247

#762247

Complementary Color

#762247 #227651

#762247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762247 Color CSS Codes

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

#762247 Text Font Color

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

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


#762247 Background Color

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

This div background color is #762247


#762247 Border Color

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

This div border color is #762247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762247


Comments

No comments written yet.

Please login to write comment.