Color Hex Logo

#747262 Color Hex

#747262
(116,114,98)
0 Favorites   0 Comments

Color spaces of #747262

RGB 11611498
HSL0.150.080.42
HSV53°16°45°
CMYK 0.000.020.16   0.55
XYZ15.424416.629513.9521
Yxy16.62950.33530.3615
Hunter Lab40.7793-3.84778.2602
CIE-Lab47.7898-2.22999.1524

#747262 color RGB value is (116,114,98).

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

The process color (four color CMYK) of #747262 color hex is 0.00, 0.02, 0.16, 0.55. Web safe color of #747262 is #666666. Color #747262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01110010 01100010
Octal 164 162 142
Decimal 116 114 98
Hex 74 72 62

RGB Percentages of Color #747262

%35.37
%34.76
%29.88

CMYK Percentages of Color #747262

%0
%2
%16
%55

Triadic Colors of #747262

#747262 #627472 #726274

Analogous Colors of #747262

#747262 #6d7462 #746962

Monochromatic Colors of #747262

#747262

Complementary Color

#747262 #626474

#747262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#747262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#747262 Color CSS Codes

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

#747262 Text Font Color

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

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


#747262 Background Color

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

This div background color is #747262


#747262 Border Color

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

This div border color is #747262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #747262

#747262 Color Palettes


Comments

No comments written yet.

Please login to write comment.