Color Hex Logo

#746963 Color Hex

#746963
(116,105,99)
0 Favorites   0 Comments

Color spaces of #746963

RGB 11610599
HSL0.060.080.42
HSV21°15°45°
CMYK 0.000.090.15   0.55
XYZ14.506214.717013.8805
Yxy14.71700.33650.3414
Hunter Lab38.36270.36195.4015
CIE-Lab45.24413.22004.9361

#746963 color RGB value is (116,105,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01101001 01100011
Octal 164 151 143
Decimal 116 105 99
Hex 74 69 63

RGB Percentages of Color #746963

%36.25
%32.81
%30.94

CMYK Percentages of Color #746963

%0
%9
%15
%55

Triadic Colors of #746963

#746963 #637469 #696374

Analogous Colors of #746963

#746963 #747263 #746366

Monochromatic Colors of #746963

#746963

Complementary Color

#746963 #636e74

#746963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#746963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#746963 Color CSS Codes

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

#746963 Text Font Color

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

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


#746963 Background Color

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

This div background color is #746963


#746963 Border Color

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

This div border color is #746963


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,105,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 #746963">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #746963


Comments

No comments written yet.

Please login to write comment.