Color Hex Logo

#7b465e Color Hex

#7B465E
(123,70,94)
0 Favorites   0 Comments

Color spaces of #7b465e

RGB 1237094
HSL0.920.270.38
HSV333°43°48°
CMYK 0.000.430.24   0.52
XYZ12.37899.399411.7515
Yxy9.39940.36920.2803
Hunter Lab30.658418.4203-1.2652
CIE-Lab36.742226.1085-4.2880

#7b465e color RGB value is (123,70,94).

#7b465e hex color red value is 123, green value is 70 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7b465e hue: 0.92 , saturation: 0.27 and the lightness value of 7b465e is 0.38.

The process color (four color CMYK) of #7b465e color hex is 0.00, 0.43, 0.24, 0.52. Web safe color of #7b465e is #663366. Color #7b465e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01000110 01011110
Octal 173 106 136
Decimal 123 70 94
Hex 7B 46 5E

RGB Percentages of Color #7b465e

%42.86
%24.39
%32.75

CMYK Percentages of Color #7b465e

%0
%43
%24
%52

Triadic Colors of #7b465e

#7b465e #5e7b46 #465e7b

Analogous Colors of #7b465e

#7b465e #7b4946 #7b4679

Monochromatic Colors of #7b465e

#7b465e

Complementary Color

#7b465e #467b63

#7b465e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b465e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b465e Color CSS Codes

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

#7b465e Text Font Color

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

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


#7b465e Background Color

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

This div background color is #7b465e


#7b465e Border Color

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

This div border color is #7b465e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b465e


Comments

No comments written yet.

Please login to write comment.