Color Hex Logo

#7b707e Color Hex

#7B707E
(123,112,126)
0 Favorites   0 Comments

Color spaces of #7b707e

RGB 123112126
HSL0.800.060.47
HSV287°11°49°
CMYK 0.020.110.00   0.51
XYZ17.728417.305722.1446
Yxy17.30570.31010.3027
Hunter Lab41.60013.2697-2.4412
CIE-Lab48.64297.0470-6.1625

#7b707e color RGB value is (123,112,126).

#7b707e hex color red value is 123, green value is 112 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #7b707e hue: 0.80 , saturation: 0.06 and the lightness value of 7b707e is 0.47.

The process color (four color CMYK) of #7b707e color hex is 0.02, 0.11, 0.00, 0.51. Web safe color of #7b707e is #666666. Color #7b707e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01110000 01111110
Octal 173 160 176
Decimal 123 112 126
Hex 7B 70 7E

RGB Percentages of Color #7b707e

%34.07
%31.02
%34.90

CMYK Percentages of Color #7b707e

%2
%11
%0
%51

Triadic Colors of #7b707e

#7b707e #7e7b70 #707e7b

Analogous Colors of #7b707e

#7b707e #7e707a #74707e

Monochromatic Colors of #7b707e

#7b707e

Complementary Color

#7b707e #737e70

#7b707e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b707e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b707e Color CSS Codes

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

#7b707e Text Font Color

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

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


#7b707e Background Color

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

This div background color is #7b707e


#7b707e Border Color

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

This div border color is #7b707e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b707e


Comments

No comments written yet.

Please login to write comment.