#979B99

Color #979B99 Tower Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tower Grey #979B99

Tints of Tower Grey #979B99

Color information

#979B99 (or 0x979B99) is unknown color: approx Tower Grey. HEX triplet: 97, 9B and 99. RGB value is (151,155,153). Sum of RGB (Red+Green+Blue) = 151+155+153=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 155 - color contains mainly: green. Hex color #979B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B99 is #686466. Grayscale: #999999. Windows color (decimal): -6841447 or 10066839. OLE color: 10066839.

HSL color Cylindrical-coordinate representation of color #979B99: hue angle of 150º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #979B99 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB151155153-
CMYK0.0300.010.39
HSL150º1.96%60%-
HSV(B)150º2.58%60.78%-
XYZ30.2332.3234.78-
YUV153.58127.67126.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 32.90%
GREEN value IS 155 (60.94% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 33.33%
R=32.90%
G=33.77%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551530.0300.010.391501.9660
Hex979B99301279623c
Octal22723323130147226274
Binary10010111100110111001100111011001111001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B99; }

 p { color: rgb(151,155,153); }

 H1.HeaderClassName
 {
   color: #979B99;
 }
 .AnyTagClassName
 {
   color: #979B99;
 }
</style>
background-color css

<style>
 a { background-color: #979B99; }

 a { background-color: rgb(151,155,153); }

 div.DivClassName
 {
   background-color: #979B99;
 }
 .BgClassName
 {
   background-color: #979B99;
 }
</style>
border-color css

<style>
 span { border-color: #979B99; }

 span { border-color: rgb(151,155,153); }

 td.TdClassName
 {
   border-color: #979B99;
 }
 .TagClassName
 {
   border-color: #979B99;
 }
</style>