Color Hex Logo

#7b526f Color Hex

#7B526F
(123,82,111)
0 Favorites   0 Comments

Color spaces of #7b526f

RGB 12382111
HSL0.880.200.40
HSV318°33°48°
CMYK 0.000.330.10   0.52
XYZ14.054911.393216.4973
Yxy11.39320.33510.2716
Hunter Lab33.753815.2572-5.3505
CIE-Lab40.235022.0109-9.6653

#7b526f color RGB value is (123,82,111).

#7b526f hex color red value is 123, green value is 82 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #7b526f hue: 0.88 , saturation: 0.20 and the lightness value of 7b526f is 0.40.

The process color (four color CMYK) of #7b526f color hex is 0.00, 0.33, 0.10, 0.52. Web safe color of #7b526f is #666666. Color #7b526f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010010 01101111
Octal 173 122 157
Decimal 123 82 111
Hex 7B 52 6F

RGB Percentages of Color #7b526f

%38.92
%25.95
%35.13

CMYK Percentages of Color #7b526f

%0
%33
%10
%52

Triadic Colors of #7b526f

#7b526f #6f7b52 #526f7b

Analogous Colors of #7b526f

#7b526f #7b525b #73527b

Monochromatic Colors of #7b526f

#7b526f

Complementary Color

#7b526f #527b5e

#7b526f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b526f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b526f Color CSS Codes

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

#7b526f Text Font Color

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

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


#7b526f Background Color

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

This div background color is #7b526f


#7b526f Border Color

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

This div border color is #7b526f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b526f


Comments

No comments written yet.

Please login to write comment.