#979799

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

Shades of Grey Suit #979799

Tints of Grey Suit #979799

Color information

#979799 (or 0x979799) is unknown color: approx Grey Suit. HEX triplet: 97, 97 and 99. RGB value is (151,151,153). Sum of RGB (Red+Green+Blue) = 151+151+153=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 151 (59.38% from 255 or 33.19% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 153 - color contains mainly: blue. Hex color #979799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979799 is #686866. Grayscale: #979797. Windows color (decimal): -6842471 or 10065815. OLE color: 10065815.

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

Color convert

RGB151151153-
CMYK0.010.0100.4
HSL240º0.97%59.61%-
HSV(B)240º1.31%60%-
XYZ29.5831.0134.56-
YUV151.23129127.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 151 (59.38% from 255) = 33.19%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=33.19%
G=33.19%
B=33.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511511530.010.0100.42400.9759.61
Hex97979911028f013c
Octal22722723111050360174
Binary100101111001011110011001110101000111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979799; }

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

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

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

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

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

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

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

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