Color Hex Logo

#7f222c Color Hex

#7F222C
(127,34,44)
0 Favorites   0 Comments

Color spaces of #7f222c

RGB 1273444
HSL0.980.580.32
HSV354°73°50°
CMYK 0.000.730.65   0.50
XYZ9.77905.83792.9943
Yxy5.83790.52540.3137
Hunter Lab24.161729.96149.5656
CIE-Lab28.999840.326417.2176

#7f222c color RGB value is (127,34,44).

#7f222c hex color red value is 127, green value is 34 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #7f222c hue: 0.98 , saturation: 0.58 and the lightness value of 7f222c is 0.32.

The process color (four color CMYK) of #7f222c color hex is 0.00, 0.73, 0.65, 0.50. Web safe color of #7f222c is #663333. Color #7f222c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 00100010 00101100
Octal 177 42 54
Decimal 127 34 44
Hex 7F 22 2C

RGB Percentages of Color #7f222c

%61.95
%16.59
%21.46

CMYK Percentages of Color #7f222c

%0
%73
%65
%50

Triadic Colors of #7f222c

#7f222c #2c7f22 #222c7f

Analogous Colors of #7f222c

#7f222c #7f4722 #7f225a

Monochromatic Colors of #7f222c

#7f222c

Complementary Color

#7f222c #227f75

#7f222c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f222c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f222c Color CSS Codes

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

#7f222c Text Font Color

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

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


#7f222c Background Color

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

This div background color is #7f222c


#7f222c Border Color

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

This div border color is #7f222c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f222c


Comments

No comments written yet.

Please login to write comment.