Color Hex Logo

#74366b Color Hex

#74366B
(116,54,107)
0 Favorites   0 Comments

Color spaces of #74366b

RGB 11654107
HSL0.860.360.33
HSV309°53°45°
CMYK 0.000.530.08   0.55
XYZ11.17557.412914.7517
Yxy7.41290.33520.2223
Hunter Lab27.226625.6208-13.0653
CIE-Lab32.729034.9124-18.7051

#74366b color RGB value is (116,54,107).

#74366b hex color red value is 116, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #74366b hue: 0.86 , saturation: 0.36 and the lightness value of 74366b is 0.33.

The process color (four color CMYK) of #74366b color hex is 0.00, 0.53, 0.08, 0.55. Web safe color of #74366b is #663366. Color #74366b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 01101011
Octal 164 66 153
Decimal 116 54 107
Hex 74 36 6B

RGB Percentages of Color #74366b

%41.88
%19.49
%38.63

CMYK Percentages of Color #74366b

%0
%53
%8
%55

Triadic Colors of #74366b

#74366b #6b7436 #366b74

Analogous Colors of #74366b

#74366b #74364c #5e3674

Monochromatic Colors of #74366b

#74366b

Complementary Color

#74366b #36743f

#74366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#74366b Color CSS Codes

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

#74366b Text Font Color

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

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


#74366b Background Color

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

This div background color is #74366b


#74366b Border Color

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

This div border color is #74366b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,54,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74366b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74366b;
  -webkit-box-shadow: 1px 1px 3px 2px #74366b;
  box-shadow:         1px 1px 3px 2px #74366b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74366b

#74366b Color Palettes


Comments

No comments written yet.

Please login to write comment.