Color Hex Logo

#74536a Color Hex

#74536A
(116,83,106)
0 Favorites   0 Comments

Color spaces of #74536a

RGB 11683106
HSL0.880.170.39
HSV318°28°45°
CMYK 0.000.280.09   0.55
XYZ12.897210.940115.0676
Yxy10.94010.33150.2812
Hunter Lab33.075811.7195-3.8563
CIE-Lab39.479417.7991-7.7945

#74536a color RGB value is (116,83,106).

#74536a hex color red value is 116, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74536a hue: 0.88 , saturation: 0.17 and the lightness value of 74536a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010011 01101010
Octal 164 123 152
Decimal 116 83 106
Hex 74 53 6A

RGB Percentages of Color #74536a

%38.03
%27.21
%34.75

CMYK Percentages of Color #74536a

%0
%28
%9
%55

Triadic Colors of #74536a

#74536a #6a7453 #536a74

Analogous Colors of #74536a

#74536a #74535a #6e5374

Monochromatic Colors of #74536a

#74536a

Complementary Color

#74536a #53745d

#74536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74536a Color CSS Codes

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

#74536a Text Font Color

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

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


#74536a Background Color

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

This div background color is #74536a


#74536a Border Color

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

This div border color is #74536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74536a


Comments

No comments written yet.

Please login to write comment.