Color Hex Logo

#7c062a Color Hex

#7C062A
(124,6,42)
0 Favorites   0 Comments

Color spaces of #7c062a

RGB 124642
HSL0.950.910.25
HSV342°95°49°
CMYK 0.000.950.66   0.51
XYZ8.79524.58252.6114
Yxy4.58250.55010.2866
Hunter Lab21.406835.87687.7520
CIE-Lab25.510647.229913.8932

#7c062a color RGB value is (124,6,42).

#7c062a hex color red value is 124, green value is 6 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7c062a hue: 0.95 , saturation: 0.91 and the lightness value of 7c062a is 0.25.

The process color (four color CMYK) of #7c062a color hex is 0.00, 0.95, 0.66, 0.51. Web safe color of #7c062a is #660033. Color #7c062a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00000110 00101010
Octal 174 6 52
Decimal 124 6 42
Hex 7C 6 2A

RGB Percentages of Color #7c062a

%72.09
%3.49
%24.42

CMYK Percentages of Color #7c062a

%0
%95
%66
%51

Triadic Colors of #7c062a

#7c062a #2a7c06 #062a7c

Analogous Colors of #7c062a

#7c062a #7c1d06 #7c0665

Monochromatic Colors of #7c062a

#7c062a

Complementary Color

#7c062a #067c58

#7c062a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c062a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c062a Color CSS Codes

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

#7c062a Text Font Color

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

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


#7c062a Background Color

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

This div background color is #7c062a


#7c062a Border Color

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

This div border color is #7c062a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,6,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c062a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c062a;
  -webkit-box-shadow: 1px 1px 3px 2px #7c062a;
  box-shadow:         1px 1px 3px 2px #7c062a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c062a


Comments

No comments written yet.

Please login to write comment.