Color Hex Logo

#7b8496 Color Hex

#7B8496
(123,132,150)
0 Favorites   0 Comments

Color spaces of #7b8496

RGB 123132150
HSL0.610.110.54
HSV220°18°59°
CMYK 0.180.120.00   0.41
XYZ21.924722.915532.1217
Yxy22.91550.28490.2978
Hunter Lab47.8701-2.0191-6.2755
CIE-Lab54.98520.6738-10.7520

#7b8496 color RGB value is (123,132,150).

#7b8496 hex color red value is 123, green value is 132 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #7b8496 hue: 0.61 , saturation: 0.11 and the lightness value of 7b8496 is 0.54.

The process color (four color CMYK) of #7b8496 color hex is 0.18, 0.12, 0.00, 0.41. Web safe color of #7b8496 is #669999. Color #7b8496 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10000100 10010110
Octal 173 204 226
Decimal 123 132 150
Hex 7B 84 96

RGB Percentages of Color #7b8496

%30.37
%32.59
%37.04

CMYK Percentages of Color #7b8496

%18
%12
%0
%41

Triadic Colors of #7b8496

#7b8496 #967b84 #84967b

Analogous Colors of #7b8496

#7b8496 #807b96 #7b9296

Monochromatic Colors of #7b8496

#7b8496

Complementary Color

#7b8496 #968d7b

#7b8496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b8496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b8496 Color CSS Codes

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

#7b8496 Text Font Color

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

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


#7b8496 Background Color

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

This div background color is #7b8496


#7b8496 Border Color

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

This div border color is #7b8496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b8496


Comments

No comments written yet.

Please login to write comment.