Color Hex Logo

#7a0c04 Color Hex

#7A0C04
(122,12,4)
0 Favorites   0 Comments

Color spaces of #7a0c04

RGB 122124
HSL0.010.940.25
HSV97°48°
CMYK 0.000.900.97   0.52
XYZ8.17944.40930.5348
Yxy4.40930.62330.3360
Hunter Lab20.998332.783313.1888
CIE-Lab24.980944.106835.4210

#7a0c04 color RGB value is (122,12,4).

#7a0c04 hex color red value is 122, green value is 12 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #7a0c04 hue: 0.01 , saturation: 0.94 and the lightness value of 7a0c04 is 0.25.

The process color (four color CMYK) of #7a0c04 color hex is 0.00, 0.90, 0.97, 0.52. Web safe color of #7a0c04 is #660000. Color #7a0c04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 00001100 00000100
Octal 172 14 4
Decimal 122 12 4
Hex 7A C 4

RGB Percentages of Color #7a0c04

%88.41
%8.70
%2.90

CMYK Percentages of Color #7a0c04

%0
%90
%97
%52

Triadic Colors of #7a0c04

#7a0c04 #047a0c #0c047a

Analogous Colors of #7a0c04

#7a0c04 #7a4704 #7a0437

Monochromatic Colors of #7a0c04

#7a0c04

Complementary Color

#7a0c04 #04727a

#7a0c04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a0c04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a0c04 Color CSS Codes

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

#7a0c04 Text Font Color

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

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


#7a0c04 Background Color

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

This div background color is #7a0c04


#7a0c04 Border Color

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

This div border color is #7a0c04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,12,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a0c04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a0c04;
  -webkit-box-shadow: 1px 1px 3px 2px #7a0c04;
  box-shadow:         1px 1px 3px 2px #7a0c04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a0c04


Comments

No comments written yet.

Please login to write comment.