Color Hex Logo

#763442 Color Hex

#763442
(118,52,66)
0 Favorites   0 Comments

Color spaces of #763442

RGB 1185266
HSL0.960.390.33
HSV347°56°46°
CMYK 0.000.560.44   0.54
XYZ9.68266.70095.9373
Yxy6.70090.43380.3002
Hunter Lab25.886121.46664.5214
CIE-Lab31.116130.43205.3932

#763442 color RGB value is (118,52,66).

#763442 hex color red value is 118, green value is 52 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #763442 hue: 0.96 , saturation: 0.39 and the lightness value of 763442 is 0.33.

The process color (four color CMYK) of #763442 color hex is 0.00, 0.56, 0.44, 0.54. Web safe color of #763442 is #663333. Color #763442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110100 01000010
Octal 166 64 102
Decimal 118 52 66
Hex 76 34 42

RGB Percentages of Color #763442

%50.00
%22.03
%27.97

CMYK Percentages of Color #763442

%0
%56
%44
%54

Triadic Colors of #763442

#763442 #427634 #344276

Analogous Colors of #763442

#763442 #764734 #763463

Monochromatic Colors of #763442

#763442

Complementary Color

#763442 #347668

#763442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763442 Color CSS Codes

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

#763442 Text Font Color

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

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


#763442 Background Color

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

This div background color is #763442


#763442 Border Color

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

This div border color is #763442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763442


Comments

No comments written yet.

Please login to write comment.