#979C9B

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

Shades of Cascade #979C9B

Tints of Cascade #979C9B

Color information

#979C9B (or 0x979C9B) is unknown color: approx Cascade. HEX triplet: 97, 9C and 9B. RGB value is (151,156,155). Sum of RGB (Red+Green+Blue) = 151+156+155=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 156 - color contains mainly: green. Hex color #979C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979C9B is #686364. Grayscale: #9A9A9A. Windows color (decimal): -6841189 or 10198167. OLE color: 10198167.

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

Color convert

RGB151156155-
CMYK0.0300.010.39
HSL168º2.46%60.2%-
HSV(B)168º3.21%61.18%-
XYZ30.5732.7235.72-
YUV154.39128.34125.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.68%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=32.68%
G=33.77%
B=33.55%

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
Decimal1511561550.0300.010.391682.4660.2
Hex979C9B30127a823c
Octal22723423330147250274
Binary10010111100111001001101111011001111010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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