Color Hex Logo

#7b627a Color Hex

#7B627A
(123,98,122)
0 Favorites   0 Comments

Color spaces of #7b627a

RGB 12398122
HSL0.840.110.43
HSV302°20°48°
CMYK 0.000.200.01   0.52
XYZ16.048914.351520.3366
Yxy14.35150.31630.2829
Hunter Lab37.88349.3238-5.3098
CIE-Lab44.732914.5786-9.6118

#7b627a color RGB value is (123,98,122).

#7b627a hex color red value is 123, green value is 98 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7b627a hue: 0.84 , saturation: 0.11 and the lightness value of 7b627a is 0.43.

The process color (four color CMYK) of #7b627a color hex is 0.00, 0.20, 0.01, 0.52. Web safe color of #7b627a is #666666. Color #7b627a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01100010 01111010
Octal 173 142 172
Decimal 123 98 122
Hex 7B 62 7A

RGB Percentages of Color #7b627a

%35.86
%28.57
%35.57

CMYK Percentages of Color #7b627a

%0
%20
%1
%52

Triadic Colors of #7b627a

#7b627a #7a7b62 #627a7b

Analogous Colors of #7b627a

#7b627a #7b626e #70627b

Monochromatic Colors of #7b627a

#7b627a

Complementary Color

#7b627a #627b63

#7b627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b627a Color CSS Codes

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

#7b627a Text Font Color

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

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


#7b627a Background Color

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

This div background color is #7b627a


#7b627a Border Color

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

This div border color is #7b627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b627a


Comments

No comments written yet.

Please login to write comment.