Color Hex Logo

#7c2715 Color Hex

#7C2715
(124,39,21)
0 Favorites   0 Comments

Color spaces of #7c2715

RGB 1243921
HSL0.030.710.28
HSV10°83°49°
CMYK 0.000.690.83   0.51
XYZ9.17315.79031.3436
Yxy5.79030.56250.3551
Hunter Lab24.063025.935913.5336
CIE-Lab28.877135.912631.1575

#7c2715 color RGB value is (124,39,21).

#7c2715 hex color red value is 124, green value is 39 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #7c2715 hue: 0.03 , saturation: 0.71 and the lightness value of 7c2715 is 0.28.

The process color (four color CMYK) of #7c2715 color hex is 0.00, 0.69, 0.83, 0.51. Web safe color of #7c2715 is #663300. Color #7c2715 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100111 00010101
Octal 174 47 25
Decimal 124 39 21
Hex 7C 27 15

RGB Percentages of Color #7c2715

%67.39
%21.20
%11.41

CMYK Percentages of Color #7c2715

%0
%69
%83
%51

Triadic Colors of #7c2715

#7c2715 #157c27 #27157c

Analogous Colors of #7c2715

#7c2715 #7c5b15 #7c1537

Monochromatic Colors of #7c2715

#7c2715

Complementary Color

#7c2715 #156a7c

#7c2715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2715 Color CSS Codes

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

#7c2715 Text Font Color

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

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


#7c2715 Background Color

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

This div background color is #7c2715


#7c2715 Border Color

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

This div border color is #7c2715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2715


Comments

No comments written yet.

Please login to write comment.