Color Hex Logo

#7b9799 Color Hex

#7B9799
(123,151,153)
0 Favorites   0 Comments

Color spaces of #7b9799

RGB 123151153
HSL0.510.130.54
HSV184°20°60°
CMYK 0.200.010.00   0.40
XYZ24.984828.644134.3490
Yxy28.64410.28400.3256
Hunter Lab53.5202-10.3313-0.5879
CIE-Lab60.4662-9.3016-4.3107

#7b9799 color RGB value is (123,151,153).

#7b9799 hex color red value is 123, green value is 151 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #7b9799 hue: 0.51 , saturation: 0.13 and the lightness value of 7b9799 is 0.54.

The process color (four color CMYK) of #7b9799 color hex is 0.20, 0.01, 0.00, 0.40. Web safe color of #7b9799 is #669999. Color #7b9799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10010111 10011001
Octal 173 227 231
Decimal 123 151 153
Hex 7B 97 99

RGB Percentages of Color #7b9799

%28.81
%35.36
%35.83

CMYK Percentages of Color #7b9799

%20
%1
%0
%40

Triadic Colors of #7b9799

#7b9799 #997b97 #97997b

Analogous Colors of #7b9799

#7b9799 #7b8899 #7b998c

Monochromatic Colors of #7b9799

#7b9799

Complementary Color

#7b9799 #997d7b

#7b9799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b9799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b9799 Color CSS Codes

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

#7b9799 Text Font Color

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

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


#7b9799 Background Color

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

This div background color is #7b9799


#7b9799 Border Color

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

This div border color is #7b9799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b9799


Comments

No comments written yet.

Please login to write comment.