#9F979C

Color #9F979C Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #9F979C

Tints of Shady Lady #9F979C

Color information

#9F979C (or 0x9F979C) is unknown color: approx Shady Lady. HEX triplet: 9F, 97 and 9C. RGB value is (159,151,156). Sum of RGB (Red+Green+Blue) = 159+151+156=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 159 - color contains mainly: red. Hex color #9F979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F979C is #606863. Grayscale: #999999. Windows color (decimal): -6318180 or 10262431. OLE color: 10262431.

HSL color Cylindrical-coordinate representation of color #9F979C: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9F979C is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB159151156-
CMYK00.050.020.38
HSL322.5º4%60.78%-
HSV(B)322.5º5.03%62.35%-
XYZ31.3731.935.96-
YUV153.96129.15131.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 151 (59.38% from 255) = 32.40%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=34.12%
G=32.40%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15915115600.050.020.38322.5460.78
Hex9F979C0522614343d
Octal23722723405246503475
Binary100111111001011110011100010110100110101000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F979C; }

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

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

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

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

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

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

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

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