Color Hex Logo

#7f260c Color Hex

#7F260C
(127,38,12)
0 Favorites   0 Comments

Color spaces of #7f260c

RGB 1273812
HSL0.040.830.27
HSV14°91°50°
CMYK 0.000.700.91   0.50
XYZ9.51195.92480.9901
Yxy5.92480.57900.3607
Hunter Lab24.340927.157314.6269
CIE-Lab29.221937.215936.2240

#7f260c color RGB value is (127,38,12).

#7f260c hex color red value is 127, green value is 38 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7f260c hue: 0.04 , saturation: 0.83 and the lightness value of 7f260c is 0.27.

The process color (four color CMYK) of #7f260c color hex is 0.00, 0.70, 0.91, 0.50. Web safe color of #7f260c is #663300. Color #7f260c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100110 00001100
Octal 177 46 14
Decimal 127 38 12
Hex 7F 26 C

RGB Percentages of Color #7f260c

%71.75
%21.47
%6.78

CMYK Percentages of Color #7f260c

%0
%70
%91
%50

Triadic Colors of #7f260c

#7f260c #0c7f26 #260c7f

Analogous Colors of #7f260c

#7f260c #7f600c #7f0c2c

Monochromatic Colors of #7f260c

#7f260c

Complementary Color

#7f260c #0c657f

#7f260c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f260c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f260c Color CSS Codes

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

#7f260c Text Font Color

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

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


#7f260c Background Color

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

This div background color is #7f260c


#7f260c Border Color

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

This div border color is #7f260c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f260c


Comments

No comments written yet.

Please login to write comment.