Color Hex Logo

#742605 Color Hex

#742605
(116,38,5)
0 Favorites   0 Comments

Color spaces of #742605

RGB 116385
HSL0.050.920.24
HSV18°96°45°
CMYK 0.000.670.96   0.55
XYZ7.92305.11020.7124
Yxy5.11020.57640.3718
Hunter Lab22.605823.001713.9556
CIE-Lab27.046432.872336.4420

#742605 color RGB value is (116,38,5).

#742605 hex color red value is 116, green value is 38 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #742605 hue: 0.05 , saturation: 0.92 and the lightness value of 742605 is 0.24.

The process color (four color CMYK) of #742605 color hex is 0.00, 0.67, 0.96, 0.55. Web safe color of #742605 is #663300. Color #742605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100110 00000101
Octal 164 46 5
Decimal 116 38 5
Hex 74 26 5

RGB Percentages of Color #742605

%72.96
%23.90
%3.14

CMYK Percentages of Color #742605

%0
%67
%96
%55

Triadic Colors of #742605

#742605 #057426 #260574

Analogous Colors of #742605

#742605 #745e05 #74051b

Monochromatic Colors of #742605

#742605

Complementary Color

#742605 #055374

#742605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742605 Color CSS Codes

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

#742605 Text Font Color

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

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


#742605 Background Color

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

This div background color is #742605


#742605 Border Color

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

This div border color is #742605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742605


Comments

No comments written yet.

Please login to write comment.