Color Hex Logo

#746663 Color Hex

#746663
(116,102,99)
0 Favorites   0 Comments

Color spaces of #746663

RGB 11610299
HSL0.030.080.42
HSV11°15°45°
CMYK 0.000.120.15   0.55
XYZ14.206014.116613.7804
Yxy14.11660.33740.3353
Hunter Lab37.57211.73984.5545
CIE-Lab44.39975.00373.7227

#746663 color RGB value is (116,102,99).

#746663 hex color red value is 116, green value is 102 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #746663 hue: 0.03 , saturation: 0.08 and the lightness value of 746663 is 0.42.

The process color (four color CMYK) of #746663 color hex is 0.00, 0.12, 0.15, 0.55. Web safe color of #746663 is #666666. Color #746663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100110 01100011
Octal 164 146 143
Decimal 116 102 99
Hex 74 66 63

RGB Percentages of Color #746663

%36.59
%32.18
%31.23

CMYK Percentages of Color #746663

%0
%12
%15
%55

Triadic Colors of #746663

#746663 #637466 #666374

Analogous Colors of #746663

#746663 #746f63 #746369

Monochromatic Colors of #746663

#746663

Complementary Color

#746663 #637174

#746663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746663 Color CSS Codes

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

#746663 Text Font Color

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

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


#746663 Background Color

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

This div background color is #746663


#746663 Border Color

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

This div border color is #746663


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,102,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #746663; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #746663;
  -webkit-box-shadow: 1px 1px 3px 2px #746663;
  box-shadow:         1px 1px 3px 2px #746663; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,102,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746663


Comments

No comments written yet.

Please login to write comment.