#99979C

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

Shades of Grey Suit #99979C

Tints of Grey Suit #99979C

Color information

#99979C (or 0x99979C) is unknown color: approx Grey Suit. HEX triplet: 99, 97 and 9C. RGB value is (153,151,156). Sum of RGB (Red+Green+Blue) = 153+151+156=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 156 - color contains mainly: blue. Hex color #99979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99979C is #666863. Grayscale: #989898. Windows color (decimal): -6711396 or 10262425. OLE color: 10262425.

HSL color Cylindrical-coordinate representation of color #99979C: hue angle of 264º 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 #99979C is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB153151156-
CMYK0.020.0300.39
HSL264º2.46%60.2%-
HSV(B)264º3.21%61.18%-
XYZ30.231.3135.9-
YUV152.17130.16128.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 151 (59.38% from 255) = 32.83%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=33.26%
G=32.83%
B=33.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531511560.020.0300.392642.4660.2
Hex99979C2302710823c
Octal23122723423047410274
Binary1001100110010111100111001011010011110000100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99979C; }

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

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

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

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

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

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

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

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