Color Hex Logo

#7b999e Color Hex

#7B999E
(123,153,158)
0 Favorites   0 Comments

Color spaces of #7b999e

RGB 123153158
HSL0.520.150.55
HSV189°22°62°
CMYK 0.220.030.00   0.38
XYZ25.731229.462036.6783
Yxy29.46200.28010.3207
Hunter Lab54.2789-10.3692-2.0692
CIE-Lab61.1872-9.2510-6.0781

#7b999e color RGB value is (123,153,158).

#7b999e hex color red value is 123, green value is 153 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7b999e hue: 0.52 , saturation: 0.15 and the lightness value of 7b999e is 0.55.

The process color (four color CMYK) of #7b999e color hex is 0.22, 0.03, 0.00, 0.38. Web safe color of #7b999e is #669999. Color #7b999e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10011001 10011110
Octal 173 231 236
Decimal 123 153 158
Hex 7B 99 9E

RGB Percentages of Color #7b999e

%28.34
%35.25
%36.41

CMYK Percentages of Color #7b999e

%22
%3
%0
%38

Triadic Colors of #7b999e

#7b999e #9e7b99 #999e7b

Analogous Colors of #7b999e

#7b999e #7b889e #7b9e92

Monochromatic Colors of #7b999e

#7b999e

Complementary Color

#7b999e #9e807b

#7b999e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b999e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b999e Color CSS Codes

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

#7b999e Text Font Color

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

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


#7b999e Background Color

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

This div background color is #7b999e


#7b999e Border Color

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

This div border color is #7b999e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b999e


Comments

No comments written yet.

Please login to write comment.