Color Hex Logo

#742727 Color Hex

#742727
(116,39,39)
1 Favorites   0 Comments

Color spaces of #742727

RGB 1163939
HSL0.000.500.30
HSV66°45°
CMYK 0.000.660.66   0.55
XYZ8.29425.31052.5073
Yxy5.31050.51480.3296
Hunter Lab23.044523.91799.6803
CIE-Lab27.601733.838218.2753

#742727 color RGB value is (116,39,39).

#742727 hex color red value is 116, green value is 39 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #742727 hue: 0.00 , saturation: 0.50 and the lightness value of 742727 is 0.30.

The process color (four color CMYK) of #742727 color hex is 0.00, 0.66, 0.66, 0.55. Web safe color of #742727 is #663333. Color #742727 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100111 00100111
Octal 164 47 47
Decimal 116 39 39
Hex 74 27 27

RGB Percentages of Color #742727

%59.79
%20.10
%20.10

CMYK Percentages of Color #742727

%0
%66
%66
%55

Triadic Colors of #742727

#742727 #277427 #272774

Analogous Colors of #742727

#742727 #744e27 #74274e

Monochromatic Colors of #742727

#742727

Complementary Color

#742727 #277474

#742727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742727 Color CSS Codes

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

#742727 Text Font Color

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

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


#742727 Background Color

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

This div background color is #742727


#742727 Border Color

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

This div border color is #742727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742727


Comments

No comments written yet.

Please login to write comment.