Color Hex Logo

#74566a Color Hex

#74566A
(116,86,106)
0 Favorites   0 Comments

Color spaces of #74566a

RGB 11686106
HSL0.890.150.40
HSV320°26°45°
CMYK 0.000.260.09   0.55
XYZ13.131811.409215.1457
Yxy11.40920.33090.2875
Hunter Lab33.777510.2854-2.9411
CIE-Lab40.261315.9774-6.6248

#74566a color RGB value is (116,86,106).

#74566a hex color red value is 116, green value is 86 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #74566a hue: 0.89 , saturation: 0.15 and the lightness value of 74566a is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010110 01101010
Octal 164 126 152
Decimal 116 86 106
Hex 74 56 6A

RGB Percentages of Color #74566a

%37.66
%27.92
%34.42

CMYK Percentages of Color #74566a

%0
%26
%9
%55

Triadic Colors of #74566a

#74566a #6a7456 #566a74

Analogous Colors of #74566a

#74566a #74565b #6f5674

Monochromatic Colors of #74566a

#74566a

Complementary Color

#74566a #567460

#74566a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74566a Color Preview on White Background

Lorem ipsum dolor sit amet.

#74566a Color CSS Codes

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

#74566a Text Font Color

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

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


#74566a Background Color

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

This div background color is #74566a


#74566a Border Color

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

This div border color is #74566a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74566a


Comments

No comments written yet.

Please login to write comment.