Color Hex Logo

#7b8086 Color Hex

#7B8086
(123,128,134)
0 Favorites   0 Comments

Color spaces of #7b8086

RGB 123128134
HSL0.590.040.50
HSV213°53°
CMYK 0.080.040.00   0.47
XYZ20.190621.370525.6150
Yxy21.37050.30060.3181
Hunter Lab46.2282-2.9379-0.4927
CIE-Lab53.3526-0.5968-3.8908

#7b8086 color RGB value is (123,128,134).

#7b8086 hex color red value is 123, green value is 128 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #7b8086 hue: 0.59 , saturation: 0.04 and the lightness value of 7b8086 is 0.50.

The process color (four color CMYK) of #7b8086 color hex is 0.08, 0.04, 0.00, 0.47. Web safe color of #7b8086 is #669999. Color #7b8086 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000000 10000110
Octal 173 200 206
Decimal 123 128 134
Hex 7B 80 86

RGB Percentages of Color #7b8086

%31.95
%33.25
%34.81

CMYK Percentages of Color #7b8086

%8
%4
%0
%47

Triadic Colors of #7b8086

#7b8086 #867b80 #80867b

Analogous Colors of #7b8086

#7b8086 #7c7b86 #7b8686

Monochromatic Colors of #7b8086

#7b8086

Complementary Color

#7b8086 #86817b

#7b8086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8086 Color CSS Codes

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

#7b8086 Text Font Color

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

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


#7b8086 Background Color

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

This div background color is #7b8086


#7b8086 Border Color

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

This div border color is #7b8086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8086


Comments

No comments written yet.

Please login to write comment.