Color Hex Logo

#74636a Color Hex

#74636A
(116,99,106)
0 Favorites   0 Comments

Color spaces of #74636a

RGB 11699106
HSL0.930.080.42
HSV335°15°45°
CMYK 0.000.150.09   0.55
XYZ14.265813.677315.5238
Yxy13.67730.32820.3147
Hunter Lab36.98284.13481.0006
CIE-Lab43.76658.1046-1.4365

#74636a color RGB value is (116,99,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100011 01101010
Octal 164 143 152
Decimal 116 99 106
Hex 74 63 6A

RGB Percentages of Color #74636a

%36.14
%30.84
%33.02

CMYK Percentages of Color #74636a

%0
%15
%9
%55

Triadic Colors of #74636a

#74636a #6a7463 #636a74

Analogous Colors of #74636a

#74636a #746563 #746373

Monochromatic Colors of #74636a

#74636a

Complementary Color

#74636a #63746d

#74636a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74636a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74636a Color CSS Codes

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

#74636a Text Font Color

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

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


#74636a Background Color

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

This div background color is #74636a


#74636a Border Color

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

This div border color is #74636a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74636a


Comments

No comments written yet.

Please login to write comment.