Color Hex Logo

#7b223e Color Hex

#7B223E
(123,34,62)
0 Favorites   0 Comments

Color spaces of #7b223e

RGB 1233462
HSL0.950.570.31
HSV341°72°48°
CMYK 0.000.720.50   0.52
XYZ9.60995.70285.1517
Yxy5.70280.46960.2787
Hunter Lab23.880530.04023.9259
CIE-Lab28.649940.47604.6457

#7b223e color RGB value is (123,34,62).

#7b223e hex color red value is 123, green value is 34 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #7b223e hue: 0.95 , saturation: 0.57 and the lightness value of 7b223e is 0.31.

The process color (four color CMYK) of #7b223e color hex is 0.00, 0.72, 0.50, 0.52. Web safe color of #7b223e is #663333. Color #7b223e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 00100010 00111110
Octal 173 42 76
Decimal 123 34 62
Hex 7B 22 3E

RGB Percentages of Color #7b223e

%56.16
%15.53
%28.31

CMYK Percentages of Color #7b223e

%0
%72
%50
%52

Triadic Colors of #7b223e

#7b223e #3e7b22 #223e7b

Analogous Colors of #7b223e

#7b223e #7b3322 #7b226b

Monochromatic Colors of #7b223e

#7b223e

Complementary Color

#7b223e #227b5f

#7b223e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b223e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b223e Color CSS Codes

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

#7b223e Text Font Color

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

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


#7b223e Background Color

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

This div background color is #7b223e


#7b223e Border Color

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

This div border color is #7b223e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b223e


Comments

No comments written yet.

Please login to write comment.